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

Email客户端

开发平台:

Unix_Linux

  1. # $Id: NEXTSTEP.4.x,v 8.5 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(`confMBINDIR', `/usr/lib')
  15. define(`confSBINDIR', `/usr/etc')
  16. define(`confUBINDIR', `/usr/ucb')
  17. define(`confEBINDIR', `/usr/lib')
  18. define(`confINSTALL', `${BUILDBIN}/install.sh')
  19. define(`confRANLIBOPTS', `-c')
  20. PUSHDIVERT(3)
  21. unistd.h:
  22. cp /dev/null unistd.h
  23. dirent.h:
  24. echo "#include <sys/dir.h>" > dirent.h
  25. echo "#define dirent direct" >> dirent.h
  26. POPDIVERT