Makefile.in
上传用户:pycemail
上传日期:2007-01-04
资源大小:329k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. CC=@CC@
  2. top_srcdir=@top_srcdir@
  3. srcdir=@srcdir@
  4. VPATH=@srcdir@
  5. @SET_MAKE@
  6. include ../Make.rules
  7. .c.o:
  8. $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
  9. libsupp.a: $(LIB_OBJS)
  10. ar rc libsupp.a $(LIB_OBJS)
  11. all:
  12. @echo "Running make from top level directory."
  13. cd ../; $(MAKE) all
  14. lib: libsupp.a
  15. clean:
  16. rm -f *.o *.save libsupp.a core *~
  17. depend:
  18. makedepend $(CPPFLAGS) -Y *.c 2>/dev/null
  19. makedepend $(CPPFLAGS) -Y -fMakefile.in *.c 2>/dev/null
  20. # Dependancies written below
  21. # DO NOT DELETE
  22. fnmatch.o: ../include/conf.h ../include/version.h ../config.h
  23. fnmatch.o: ../include/default_paths.h ../include/options.h
  24. fnmatch.o: ../include/libsupp.h
  25. getopt.o: ../include/conf.h ../include/version.h ../config.h
  26. getopt.o: ../include/default_paths.h ../include/options.h getopt.h
  27. getopt1.o: ../include/conf.h ../include/version.h ../config.h
  28. getopt1.o: ../include/default_paths.h ../include/options.h getopt.h
  29. glob.o: ../include/conf.h ../include/version.h ../config.h
  30. glob.o: ../include/default_paths.h ../include/options.h ../include/libsupp.h
  31. pwgrent.o: ../include/conf.h ../include/version.h ../config.h
  32. pwgrent.o: ../include/default_paths.h ../include/options.h
  33. strsep.o: ../include/conf.h ../include/version.h ../config.h
  34. strsep.o: ../include/default_paths.h ../include/options.h
  35. strsep.o: ../include/libsupp.h
  36. vsnprintf.o: ../include/conf.h ../include/version.h ../config.h
  37. vsnprintf.o: ../include/default_paths.h ../include/options.h
  38. vsnprintf.o: ../include/libsupp.h