common
上传用户:zibowangxu
上传日期:2007-01-04
资源大小:331k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. #
  2. # Copyright (c) 1999 WU-FTPD Development Group.
  3. # All rights reserved.
  4. # Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994 
  5. #    The Regents of the University of California.  
  6. # Portions Copyright (c) 1993, 1994 Washington University in Saint Louis.  
  7. # Portions Copyright (c) 1989 Massachusetts Institute of Technology.  
  8. # Portions Copyright (c) 1998 Sendmail, Inc.
  9. # Portions Copyright (c) 1983, 1995, 1996, 1997 Eric P. Allman.  
  10. # Portions Copyright (c) 1996, 1998 Berkeley Software Design, Inc.  
  11. # Portions Copyright (C) 1991, 1992, 1993, 1994, 1995 1996, 1997 
  12. #    Free Software Foundation, Inc.  
  13. # Portions Copyright (c) 1997 Stan Barber.  
  14. # Portions Copyright (c) 1997 Kent Landfield.
  15. # Use and distribution of this software and its source code are governed by 
  16. # the terms and conditions of the WU-FTPD Software License ("LICENSE").
  17. # If you did not receive a copy of the license, it may be obtained online at
  18. # http://www.wu-ftpd.org/license.html.
  19. # $Id: common,v 1.7 1999/09/21 03:00:15 wuftpd Exp $
  20. #
  21. all: libsupport.a 
  22. clean:
  23. -rm -f *.o libsupport.a *~ makefiles/*~
  24. libsupport.a: $(OBJS)
  25. -rm -f libsupport.a
  26. ${AR} libsupport.a $(OBJS)
  27. ${RANLIB} libsupport.a
  28. authuser.o: authuser.c ../src/config.h ../config.h authuser.h
  29. ${CC} ${CFLAGS} -c authuser.c
  30. ftruncate.o: ftruncate.c
  31. ${CC} ${CFLAGS} -c ftruncate.c
  32. ftw.o: ftw.c ../src/config.h ../config.h ftw.h
  33. ${CC} ${CFLAGS} -c ftw.c
  34. getcwd.o: getcwd.c ../src/config.h ../config.h
  35. ${CC} ${CFLAGS} -c getcwd.c
  36. getusershell.o: getusershell.c ../src/config.h ../config.h
  37. ${CC} ${CFLAGS} -c getusershell.c
  38. glob.o: glob.c ../src/config.h ../config.h ../src/wu_fnmatch.h wuftpd_glob.h
  39. ${CC} ${CFLAGS} -c glob.c
  40. sco.o: sco.c ../src/config.h ../config.h
  41. ${CC} ${CFLAGS} -c sco.c
  42. snprintf.o: snprintf.c
  43. ${CC} ${CFLAGS} -c snprintf.c
  44. strcasestr.o: strcasestr.c
  45. ${CC} ${CFLAGS} -c strcasestr.c
  46. strdup.o: strdup.c ../src/config.h ../config.h
  47. ${CC} ${CFLAGS} -c strdup.c
  48. strerror.o: strerror.c ../src/config.h ../config.h
  49. ${CC} ${CFLAGS} -c strerror.c
  50. strsep.o: strsep.c
  51. ${CC} ${CFLAGS} -c strsep.c
  52. strstr.o: strstr.c
  53. ${CC} ${CFLAGS} -c strstr.c
  54. syslog.o: syslog.c
  55. ${CC} ${CFLAGS} -c syslog.c
  56. vsnprintf.o: vsnprintf.c
  57. ${CC} ${CFLAGS} -c vsnprintf.c