NeXT.4.x
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. # $Id: NeXT.4.x,v 8.13 1999/12/08 06:08:07 gshapiro Exp $
  2. PUSHDIVERT(1)
  3. # NEXTSTEP 3.1 and 3.2 only support m68k and i386
  4. #ARCH=  -arch m68k -arch i386 -arch hppa -arch sparc
  5. #ARCH=  -arch m68k -arch i386
  6. #ARCH=   ${RC_CFLAGS}
  7. # For new sendmail Makefile structure, this must go in the ENVDEF and LDOPTS
  8. POPDIVERT
  9. define(`confBEFORE', `unistd.h dirent.h')
  10. define(`confMAPDEF', `-DNDBM -DNIS -DNETINFO')
  11. define(`confENVDEF', `-DNeXT -Wno-precomp -pipe ${RC_CFLAGS}')
  12. define(`confLDOPTS', `${RC_CFLAGS}')
  13. define(`confLIBS', `-ldbm')
  14. define(`confMANROOT', `/usr/man/cat')
  15. define(`confMBINDIR', `/usr/lib')
  16. define(`confSBINDIR', `/usr/etc')
  17. define(`confUBINDIR', `/usr/ucb')
  18. define(`confEBINDIR', `/usr/lib')
  19. define(`confINSTALL', `${BUILDBIN}/install.sh')
  20. define(`confRANLIBOPTS', `-c')
  21. PUSHDIVERT(3)
  22. unistd.h:
  23. cp /dev/null unistd.h
  24. dirent.h:
  25. echo "#include <sys/dir.h>" > dirent.h
  26. echo "#define dirent direct" >> dirent.h
  27. POPDIVERT