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

Ftp客户端

开发平台:

Unix_Linux

  1. # -*- Makefile -*-
  2. # Automagically generated by configure
  3. # prefix & paths
  4. prefix=@prefix@
  5. exec_prefix=@exec_prefix@
  6. bindir=@bindir@
  7. sbindir=@sbindir@
  8. sysconfdir=@sysconfdir@
  9. localstatedir=@localstatedir@
  10. rundir=@localstatedir@/proftpd
  11. mandir=@mandir@
  12. PLATFORM=@OSREL@ @OSTYPE@
  13. LDFLAGS=@LDFLAGS@
  14. LIBS=@LIBS@
  15. DEFAULT_PATHS=-DCONFIG_FILE_PATH="$(sysconfdir)/proftpd.conf" -DRUN_DIR="$(rundir)"
  16. CPPFLAGS=@CPPFLAGS@ $(DEFAULT_PATHS) $(PLATFORM) -I.. -I$(top_srcdir)/include
  17. CFLAGS=@CFLAGS@
  18. #Defines for memory testing and debugging.
  19. #CFLAGS=-g3 -Dstrncpy="MYSTRNCPY" -DDEBUG_NOFORK -DDEBUG_MEMORY
  20. #LIBS=-lefence
  21. #
  22. #CFLAGS=-g -DUSESHADOW -DDEBUG_NOFORK 
  23. # Below is for ANSI c testing, normally not used because system
  24. # header files generate loads o' warnings.
  25. #CFLAGS=-g -pedantic -DUSESHADOW -DDEBUG_NOFORK
  26. # Use the following to set the proper options above:
  27. # -DUSESHADOW
  28. #   (use the shadow password suite)
  29. # -DAUTOSHADOW
  30. #   (enable support for automatic run-time shadow detection.
  31. #    NOT recommended except for binary distributions, use
  32. #    configure --enable-autoshadow to force this on)
  33. # -DDEBUG_NOFORK
  34. #   (server in standalone mode will not fork for incoming connections)
  35. # -DDEBUG_NOSIG
  36. #   (server will not catch signals that cause termination)
  37. OBJS=main.o timers.o sets.o pool.o dirtree.o support.o inet.o log.o 
  38.      io.o ident.o data.o modules.o auth.o fs.o
  39. BUILD_OBJS=src/main.o src/timers.o src/sets.o src/pool.o src/dirtree.o 
  40.            src/support.o src/inet.o src/log.o src/io.o src/ident.o 
  41.            src/data.o src/modules.o src/auth.o src/fs.o
  42. LIB_OBJS=getopt.o getopt1.o fnmatch.o strsep.o vsnprintf.o glob.o pwgrent.o
  43. FTPCOUNT_OBJS=ftpcount.o pool.o log.o utils.o
  44. BUILD_FTPCOUNT_OBJS=src/ftpcount.o src/pool.o src/log.o src/utils.o
  45. FTPSHUT_OBJS=ftpshut.o
  46. BUILD_FTPSHUT_OBJS=src/ftpshut.o
  47. DEFINES=$(OPTIONS) $(PLATFORM)