Makefile
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Generated automatically from Makefile.in by configure.
  2. # @(#)Makefile 5.2 (Berkeley) 3/5/91
  3. #
  4. LIB=pthread
  5. NOPIC=1
  6. NOPROFILE=1
  7. NOLINT=1
  8. MKPIC=no
  9. MKPROFILE=no
  10. MKLINT=no
  11. CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/include -I${srcdir}/include -DPTHREAD_KERNEL
  12. CDEBUGFLAGS= -O6 -DDBUG_OFF   -Werror
  13. CFLAGS+= ${CDEBUGFLAGS}
  14. # CFLAGS+= ${CPPFLAGS} <- done by bsd.lib.mk
  15. CFLAGS+= ${CPPFLAGS} 
  16. LIBDIR= $(exec_prefix)/lib
  17. BINDIR= $(exec_prefix)/bin
  18. INCDIR= $(exec_prefix)/include
  19. MANDIR= $(exec_prefix)/man
  20. .OBJDIR != if test -d ${.CURDIR}/obj ; then true ; else mkdir ${.CURDIR}/obj || exit 1 ; fi ; echo ${.CURDIR}/obj
  21. # Standard bsd install rules look for the "install" program, rather than
  22. # using some variable.  So, hack things so that that install rule works.
  23. BINGRP != echo " " `groups` " " | sed 's/ [0-9][0-9]* / /g' | awk '{print $$1}'
  24. BINOWN != echo $${USER}
  25. LIBMODE = 644 # so ranlib can run!
  26. .include "config.flags"
  27. # %!$@ pmake seems to automagically cd into the obj directory, so relative 
  28. # srcdir references are completely botched.  Try to figure out an absolute
  29. # pathname for srcdir here, and live with it.
  30. srcdir = $(srctop)
  31. beforeinstall: install-dirs
  32. .include "${srcdir}/pthreads/Makefile.inc"
  33. .include "${srcdir}/stdlib/Makefile.inc"
  34. .include "${srcdir}/stdio/Makefile.inc"
  35. .include "${srcdir}/string/Makefile.inc"
  36. .include "${srcdir}/gen/Makefile.inc"
  37. .include "${srcdir}/net/Makefile.inc"
  38. .include "${srcdir}/scripts/Makefile.inc"
  39. $(OBJS) : $(config) $(types) $(paths)
  40. Makefile: ${srcdir}/config/Makefile.in
  41. cd ${.CURDIR} && sh config.status
  42. all-lib : libpthread.a
  43. # Removed make install since mysql uses this in place.
  44. #install : install-bin install-include
  45. install:
  46. .include <bsd.lib.mk>