Makefile 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for src/compat/
  3. # $Id: Makefile.in,v 1.5 2000/09/12 15:26:51 fabian Exp $
  4. SHELL = /bin/sh
  5. top_srcdir = ../..
  6. srcdir = .
  7. INSTALL = /usr/bin/install -c
  8. INSTALL_PROGRAM = ${INSTALL}
  9. INSTALL_DATA = ${INSTALL} -m 644
  10. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  11. CC = gcc -pipe -mwin32
  12. LD = gcc -pipe -mwin32
  13. STRIP = strip
  14. CFLAGS = -g -O2 -I../.. -I$(top_srcdir) -I$(top_srcdir)/src -DHAVE_CONFIG_H $(CFLGS)
  15. CPPFLAGS =
  16. OBJS = inet_aton.o snprintf.o memset.o memcpy.o strcasecmp.o strftime.o
  17. doofus:
  18. @echo ""
  19. @echo "Let's try this from the right directory..."
  20. @echo ""
  21. @cd ../.. && $(MAKE)
  22. depend:
  23. $(CC) $(CFLAGS) $(CPPFLAGS) -MM $(srcdir)/*.c > .depend
  24. clean:
  25. @rm -f .depend *.o *~
  26. compat: $(OBJS)
  27. .SUFFIXES:
  28. .SUFFIXES: .c .o .h
  29. .c.o:
  30. $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
  31. #safety hash
  32. gnu_strftime.o: ./gnu_strftime.c
  33. inet_aton.o: ./inet_aton.c ../../src/main.h ../../config.h \
  34. ../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \
  35. ../../src/proto.h ../../lush.h ../../src/misc_file.h ../../src/cmdt.h \
  36. ../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \
  37. ../../src/users.h ../../src/compat/compat.h \
  38. ../../src/compat/inet_aton.h ../../src/compat/snprintf.h \
  39. ../../src/compat/memset.h ../../src/compat/memcpy.h \
  40. ../../src/compat/strcasecmp.h ../../src/compat/strftime.h inet_aton.h
  41. memcpy.o: ./memcpy.c ../../src/main.h ../../config.h ../../src/lang.h \
  42. ../../src/eggdrop.h ../../src/flags.h ../../src/proto.h ../../lush.h \
  43. ../../src/misc_file.h ../../src/cmdt.h ../../src/tclegg.h \
  44. ../../src/tclhash.h ../../src/chan.h ../../src/users.h \
  45. ../../src/compat/compat.h ../../src/compat/inet_aton.h \
  46. ../../src/compat/snprintf.h ../../src/compat/memset.h \
  47. ../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \
  48. ../../src/compat/strftime.h memcpy.h
  49. memset.o: ./memset.c ../../src/main.h ../../config.h ../../src/lang.h \
  50. ../../src/eggdrop.h ../../src/flags.h ../../src/proto.h ../../lush.h \
  51. ../../src/misc_file.h ../../src/cmdt.h ../../src/tclegg.h \
  52. ../../src/tclhash.h ../../src/chan.h ../../src/users.h \
  53. ../../src/compat/compat.h ../../src/compat/inet_aton.h \
  54. ../../src/compat/snprintf.h ../../src/compat/memset.h \
  55. ../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \
  56. ../../src/compat/strftime.h memset.h
  57. snprintf.o: ./snprintf.c ../../src/main.h ../../config.h \
  58. ../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \
  59. ../../src/proto.h ../../lush.h ../../src/misc_file.h ../../src/cmdt.h \
  60. ../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \
  61. ../../src/users.h ../../src/compat/compat.h \
  62. ../../src/compat/inet_aton.h ../../src/compat/snprintf.h \
  63. ../../src/compat/memset.h ../../src/compat/memcpy.h \
  64. ../../src/compat/strcasecmp.h ../../src/compat/strftime.h snprintf.h
  65. strcasecmp.o: ./strcasecmp.c ../../src/main.h ../../config.h \
  66. ../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \
  67. ../../src/proto.h ../../lush.h ../../src/misc_file.h ../../src/cmdt.h \
  68. ../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \
  69. ../../src/users.h ../../src/compat/compat.h \
  70. ../../src/compat/inet_aton.h ../../src/compat/snprintf.h \
  71. ../../src/compat/memset.h ../../src/compat/memcpy.h \
  72. ../../src/compat/strcasecmp.h ../../src/compat/strftime.h memcpy.h
  73. strftime.o: ./strftime.c ../../src/main.h ../../config.h \
  74. ../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \
  75. ../../src/proto.h ../../lush.h ../../src/misc_file.h ../../src/cmdt.h \
  76. ../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \
  77. ../../src/users.h ../../src/compat/compat.h \
  78. ../../src/compat/inet_aton.h ../../src/compat/snprintf.h \
  79. ../../src/compat/memset.h ../../src/compat/memcpy.h \
  80. ../../src/compat/strcasecmp.h ../../src/compat/strftime.h strftime.h