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

MySQL数据库

开发平台:

Visual C++

  1. # Generated automatically from Makefile.in by configure.
  2. # === GNUmakefile ============================================================
  3. # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu
  4. #
  5. # Description: This file is for creating the test programs for libpthread.a
  6. #
  7. # 1.00 93/08/03 proven
  8. # -Initial cut for pthreads.
  9. #
  10. CC = ../pgcc -notinstalled
  11. srctop = /home/my/tmp/BUILD/mit-pthreads
  12. srcdir = /home/my/tmp/BUILD/mit-pthreads/lib
  13. VPATH = /home/my/tmp/BUILD/mit-pthreads/lib
  14. CDEBUGFLAGS = -O6 -DDBUG_OFF   -Werror
  15. CFLAGS = $(CDEBUGFLAGS) $(INCLUDES) $(ADDL_CFLAGS) -DSRCDIR="$(srcdir)"
  16. #
  17. DIRS = finger
  18. ################################################################################
  19. #
  20. all:
  21. (for i in $(DIRS); do cd $$i; $(MAKE) all; cd ..; done)
  22. clean: 
  23. (for i in $(DIRS); do cd $$i; $(MAKE) clean; cd ..; done)
  24. rm -f *.o $(TESTS) $(BENCHMARKS) a.out core maketmp makeout
  25. depend:
  26. (for i in $(DIRS); do cd $$i; $(MAKE) depend; cd ..; done)
  27. sed '/### Dependencies/q' < Makefile > maketmp
  28. (for i in $(CSRC);do $(CPP) -M $$i;done) >> maketmp
  29. cp maketmp Makefile
  30. install:
  31. (for i in $(DIRS); do cd $$i; $(MAKE) install; cd ..; done)
  32. realclean: clean
  33. (for i in $(DIRS); do cd $$i; $(MAKE) realclean; cd ..; done)
  34. rm -f Makefile
  35. Makefile: Makefile.in
  36. (cd .. ; sh config.status)
  37. ################################################################################
  38. ### Do not remove the following line. It is for depend #########################
  39. ### Dependencies: