Makefile.am
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 2k
Category:

MySQL

Development Platform:

Visual C++

  1. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  2. # This library is free software; you can redistribute it and/or
  3. # modify it under the terms of the GNU Library General Public
  4. # License as published by the Free Software Foundation; either
  5. # version 2 of the License, or (at your option) any later version.
  6. # This library is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  9. # Library General Public License for more details.
  10. # You should have received a copy of the GNU Library General Public
  11. # License along with this library; if not, write to the Free
  12. # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  13. # MA 02111-1307, USA
  14. INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include
  15. LDADD = libdbug.a ../strings/libmystrings.a
  16. pkglib_LIBRARIES = libdbug.a
  17. noinst_HEADERS = dbug_long.h
  18. libdbug_a_SOURCES = dbug.c sanity.c
  19. EXTRA_DIST = example1.c example2.c example3.c user.r monty.doc readme.prof 
  20. main.c factorial.c
  21. OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h
  22. __math.h time.h __time.h unistd.h __unistd.h types.h 
  23. xtypes.h ac-types.h posix.h string.h __string.h 
  24. errno.h socket.h inet.h dirent.h netdb.h 
  25. cleanup.h cond.h debug_out.h fd.h kernel.h mutex.h 
  26. prio_queue.h pthread_attr.h pthread_once.h queue.h
  27. sleep.h specific.h version.h pwd.h timers.h uio.h 
  28. cdefs.h machdep.h signal.h __signal.h util.h
  29. # Must be linked with libs thta are not compiled yet
  30. extra_progs: factorial dbug_analyze
  31. factorial: main.o factorial.o
  32. @rm -f factorial
  33. $(LINK) main.o factorial.o -lmysys
  34. dbug_analyze: dbug_analyze.o
  35. @rm -f dbug_analyze
  36. $(LINK) dbug_analyze.o -lmysys
  37. user.t: user.r $(NROFF_INC)
  38. nroff -cm user.r > $@
  39. output1.r: $(PROGRAM)
  40. factorial 1 2 3 4 5 | cat > $@
  41. output2.r: $(PROGRAM)
  42. factorial -#t:o 2 3 | cat >$@
  43. output3.r: $(PROGRAM)
  44. factorial -#d:t:o 3 | cat >$@
  45. output4.r: $(PROGRAM)
  46. factorial -#d,result:o 4 | cat >$@
  47. output5.r: $(PROGRAM)
  48. factorial -#d:f,factorial:F:L:o 3 | cat >$@
  49. # Don't update the files from bitkeeper
  50. %::SCCS/s.%