1 |
# Makefile for src/compat/ |
2 |
# $Id: Makefile.in,v 1.2 2010/08/05 18:12:05 pseudo Exp $ |
3 |
|
4 |
SHELL = @SHELL@ |
5 |
top_srcdir = @top_srcdir@ |
6 |
srcdir = @srcdir@ |
7 |
VPATH = @srcdir@ |
8 |
|
9 |
@SET_MAKE@ |
10 |
INSTALL = @INSTALL@ |
11 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
12 |
INSTALL_DATA = @INSTALL_DATA@ |
13 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
14 |
|
15 |
CC = @CC@ |
16 |
LD = @CC@ |
17 |
STRIP = @STRIP@ |
18 |
CFLAGS = @CFLAGS@ -I../.. -I$(top_srcdir) -I$(top_srcdir)/src @SSL_INCLUDES@ @DEFS@ $(CFLGS) |
19 |
CPPFLAGS = @CPPFLAGS@ |
20 |
|
21 |
OBJS = gethostbyname2.o in6.o inet_aton.o inet_ntop.o inet_pton.o snprintf.o \ |
22 |
memset.o memcpy.o strcasecmp.o strftime.o |
23 |
|
24 |
doofus: |
25 |
@echo "" |
26 |
@echo "Let's try this from the right directory..." |
27 |
@echo "" |
28 |
@cd ../.. && $(MAKE) |
29 |
|
30 |
depend: |
31 |
$(CC) -I../.. -I../../src -DMAKING_DEPEND -DHAVE_CONFIG_H -MM *.c > .depend |
32 |
|
33 |
clean: |
34 |
@rm -f .depend *.o *~ |
35 |
|
36 |
compat: $(OBJS) |
37 |
|
38 |
.SUFFIXES: |
39 |
.SUFFIXES: .c .o .h |
40 |
|
41 |
.c.o: |
42 |
$(CC) $(CFLAGS) $(CPPFLAGS) -c $< |
43 |
|
44 |
#safety hash |
45 |
gnu_strftime.o: gnu_strftime.c ../../config.h |
46 |
gethostbyname2.o: gethostbyname2.c ../../src/main.h \ |
47 |
../../config.h ../../lush.h \ |
48 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
49 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
50 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
51 |
../../src/users.h ../../src/compat/compat.h \ |
52 |
../../src/compat/inet_aton.h ../../src/main.h \ |
53 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
54 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
55 |
../../src/compat/strftime.h in6.h gethostbyname2.h |
56 |
in6.o: in6.c ../../src/main.h ../../config.h ../../lush.h \ |
57 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
58 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
59 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
60 |
../../src/users.h ../../src/compat/compat.h \ |
61 |
../../src/compat/inet_aton.h ../../src/main.h \ |
62 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
63 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
64 |
../../src/compat/strftime.h in6.h |
65 |
inet_aton.o: inet_aton.c ../../src/main.h ../../config.h ../../lush.h \ |
66 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
67 |
../../src/proto.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/main.h \ |
71 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
72 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
73 |
../../src/compat/strftime.h inet_aton.h |
74 |
inet_ntop.o: inet_ntop.c ../../src/main.h ../../config.h ../../lush.h \ |
75 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
76 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
77 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
78 |
../../src/users.h ../../src/compat/compat.h \ |
79 |
../../src/compat/inet_aton.h ../../src/main.h \ |
80 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
81 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
82 |
../../src/compat/strftime.h in6.h inet_ntop.h |
83 |
inet_pton.o: inet_pton.c ../../src/main.h ../../config.h ../../lush.h \ |
84 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
85 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
86 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
87 |
../../src/users.h ../../src/compat/compat.h \ |
88 |
../../src/compat/inet_aton.h ../../src/main.h \ |
89 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
90 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
91 |
../../src/compat/strftime.h in6.h inet_pton.h |
92 |
memcpy.o: memcpy.c ../../src/main.h ../../config.h ../../lush.h \ |
93 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
94 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
95 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
96 |
../../src/users.h ../../src/compat/compat.h \ |
97 |
../../src/compat/inet_aton.h ../../src/main.h \ |
98 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
99 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
100 |
../../src/compat/strftime.h memcpy.h |
101 |
memset.o: memset.c ../../src/main.h ../../config.h ../../lush.h \ |
102 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
103 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
104 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
105 |
../../src/users.h ../../src/compat/compat.h \ |
106 |
../../src/compat/inet_aton.h ../../src/main.h \ |
107 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
108 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
109 |
../../src/compat/strftime.h memset.h |
110 |
snprintf.o: snprintf.c ../../src/main.h ../../config.h ../../lush.h \ |
111 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
112 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
113 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
114 |
../../src/users.h ../../src/compat/compat.h \ |
115 |
../../src/compat/inet_aton.h ../../src/main.h \ |
116 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
117 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
118 |
../../src/compat/strftime.h snprintf.h |
119 |
strcasecmp.o: strcasecmp.c ../../src/main.h ../../config.h ../../lush.h \ |
120 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
121 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
122 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
123 |
../../src/users.h ../../src/compat/compat.h \ |
124 |
../../src/compat/inet_aton.h ../../src/main.h \ |
125 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
126 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
127 |
../../src/compat/strftime.h memcpy.h |
128 |
strftime.o: strftime.c ../../src/main.h ../../config.h ../../lush.h \ |
129 |
../../src/lang.h ../../src/eggdrop.h ../../src/flags.h \ |
130 |
../../src/proto.h ../../src/misc_file.h ../../src/cmdt.h \ |
131 |
../../src/tclegg.h ../../src/tclhash.h ../../src/chan.h \ |
132 |
../../src/users.h ../../src/compat/compat.h \ |
133 |
../../src/compat/inet_aton.h ../../src/main.h \ |
134 |
../../src/compat/snprintf.h ../../src/compat/memset.h \ |
135 |
../../src/compat/memcpy.h ../../src/compat/strcasecmp.h \ |
136 |
../../src/compat/strftime.h strftime.h |