]> jfr.im git - irc/thales.git/blob - src/Makefile.in
even more cosmetic updates
[irc/thales.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21 libexecdir = @libexecdir@
22 sysconfdir = @sysconfdir@
23 sharedstatedir = @sharedstatedir@
24 localstatedir = @localstatedir@
25 libdir = @libdir@
26 infodir = @infodir@
27 mandir = @mandir@
28 includedir = @includedir@
29 oldincludedir = /usr/include
30
31 DESTDIR =
32
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkglibdir = $(libdir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36
37 top_builddir = ..
38
39 ACLOCAL = @ACLOCAL@
40 AUTOCONF = @AUTOCONF@
41 AUTOMAKE = @AUTOMAKE@
42 AUTOHEADER = @AUTOHEADER@
43
44 INSTALL = @INSTALL@
45 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
46 INSTALL_DATA = @INSTALL_DATA@
47 INSTALL_SCRIPT = @INSTALL_SCRIPT@
48 transform = @program_transform_name@
49
50 NORMAL_INSTALL = :
51 PRE_INSTALL = :
52 POST_INSTALL = :
53 NORMAL_UNINSTALL = :
54 PRE_UNINSTALL = :
55 POST_UNINSTALL = :
56 AWK = @AWK@
57 CC = @CC@
58 LN_S = @LN_S@
59 MAKEINFO = @MAKEINFO@
60 PACKAGE = @PACKAGE@
61 VERSION = @VERSION@
62
63 bin_PROGRAMS = thales
64 thales_SOURCES = main.c log.c log.h thales.h conf.c conf.h compat.c compat.h misc.c misc.h defs.h send.c send.h sockutil.c sockutil.h messages.c messages.h process.c process.h memory.c memory.h db.c db.h actions.c actions.h hashlist.c hashlist.h
65 bindir = $(exec_prefix)
66 sbindir = $(exec_prefix)
67 datadir = $(exec_prefix)
68 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69 CONFIG_HEADER = config.h
70 CONFIG_CLEAN_FILES =
71 PROGRAMS = $(bin_PROGRAMS)
72
73
74 DEFS = @DEFS@ -I. -I$(srcdir) -I.
75 CPPFLAGS = @CPPFLAGS@
76 LDFLAGS = @LDFLAGS@
77 LIBS = @LIBS@
78 thales_OBJECTS = main.o log.o conf.o compat.o misc.o send.o sockutil.o \
79 messages.o process.o memory.o db.o actions.o hashlist.o
80 thales_LDADD = $(LDADD)
81 thales_DEPENDENCIES =
82 thales_LDFLAGS =
83 CFLAGS = @CFLAGS@
84 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 CCLD = $(CC)
86 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
87 DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in config.h.in
88
89
90 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
91
92 TAR = tar
93 GZIP_ENV = --best
94 DEP_FILES = .deps/actions.P .deps/compat.P .deps/conf.P .deps/db.P \
95 .deps/hashlist.P .deps/log.P .deps/main.P .deps/memory.P \
96 .deps/messages.P .deps/misc.P .deps/process.P .deps/send.P \
97 .deps/sockutil.P
98 SOURCES = $(thales_SOURCES)
99 OBJECTS = $(thales_OBJECTS)
100
101 all: all-redirect
102 .SUFFIXES:
103 .SUFFIXES: .S .c .o .s
104 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
105 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
106
107 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
108 cd $(top_builddir) \
109 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
111
112 config.h: stamp-h
113 @if test ! -f $@; then \
114 rm -f stamp-h; \
115 $(MAKE) stamp-h; \
116 else :; fi
117 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
118 cd $(top_builddir) \
119 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
120 $(SHELL) ./config.status
121 @echo timestamp > stamp-h 2> /dev/null
122 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
123 @if test ! -f $@; then \
124 rm -f $(srcdir)/stamp-h.in; \
125 $(MAKE) $(srcdir)/stamp-h.in; \
126 else :; fi
127 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 cd $(top_srcdir) && $(AUTOHEADER)
129 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
130
131 mostlyclean-hdr:
132
133 clean-hdr:
134
135 distclean-hdr:
136 -rm -f config.h
137
138 maintainer-clean-hdr:
139
140 mostlyclean-binPROGRAMS:
141
142 clean-binPROGRAMS:
143 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
144
145 distclean-binPROGRAMS:
146
147 maintainer-clean-binPROGRAMS:
148
149 install-binPROGRAMS: $(bin_PROGRAMS)
150 @$(NORMAL_INSTALL)
151 $(mkinstalldirs) $(DESTDIR)$(bindir)
152 @list='$(bin_PROGRAMS)'; for p in $$list; do \
153 if test -f $$p; then \
154 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
155 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
156 else :; fi; \
157 done
158
159 uninstall-binPROGRAMS:
160 @$(NORMAL_UNINSTALL)
161 list='$(bin_PROGRAMS)'; for p in $$list; do \
162 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
163 done
164
165 .s.o:
166 $(COMPILE) -c $<
167
168 .S.o:
169 $(COMPILE) -c $<
170
171 mostlyclean-compile:
172 -rm -f *.o core *.core
173
174 clean-compile:
175
176 distclean-compile:
177 -rm -f *.tab.c
178
179 maintainer-clean-compile:
180
181 thales: $(thales_OBJECTS) $(thales_DEPENDENCIES)
182 @rm -f thales
183 $(LINK) $(thales_LDFLAGS) $(thales_OBJECTS) $(thales_LDADD) $(LIBS)
184
185 tags: TAGS
186
187 ID: $(HEADERS) $(SOURCES) $(LISP)
188 list='$(SOURCES) $(HEADERS)'; \
189 unique=`for i in $$list; do echo $$i; done | \
190 awk ' { files[$$0] = 1; } \
191 END { for (i in files) print i; }'`; \
192 here=`pwd` && cd $(srcdir) \
193 && mkid -f$$here/ID $$unique $(LISP)
194
195 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
196 tags=; \
197 here=`pwd`; \
198 list='$(SOURCES) $(HEADERS)'; \
199 unique=`for i in $$list; do echo $$i; done | \
200 awk ' { files[$$0] = 1; } \
201 END { for (i in files) print i; }'`; \
202 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
203 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
204
205 mostlyclean-tags:
206
207 clean-tags:
208
209 distclean-tags:
210 -rm -f TAGS ID
211
212 maintainer-clean-tags:
213
214 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
215
216 subdir = src
217
218 distdir: $(DISTFILES)
219 here=`cd $(top_builddir) && pwd`; \
220 top_distdir=`cd $(top_distdir) && pwd`; \
221 distdir=`cd $(distdir) && pwd`; \
222 cd $(top_srcdir) \
223 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
224 @for file in $(DISTFILES); do \
225 d=$(srcdir); \
226 if test -d $$d/$$file; then \
227 cp -pr $$d/$$file $(distdir)/$$file; \
228 else \
229 test -f $(distdir)/$$file \
230 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
231 || cp -p $$d/$$file $(distdir)/$$file || :; \
232 fi; \
233 done
234
235 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
236
237 -include $(DEP_FILES)
238
239 mostlyclean-depend:
240
241 clean-depend:
242
243 distclean-depend:
244 -rm -rf .deps
245
246 maintainer-clean-depend:
247
248 %.o: %.c
249 @echo '$(COMPILE) -c $<'; \
250 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
251 @-cp .deps/$(*F).pp .deps/$(*F).P; \
252 tr ' ' '\012' < .deps/$(*F).pp \
253 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
254 >> .deps/$(*F).P; \
255 rm .deps/$(*F).pp
256
257 %.lo: %.c
258 @echo '$(LTCOMPILE) -c $<'; \
259 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
260 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
261 < .deps/$(*F).pp > .deps/$(*F).P; \
262 tr ' ' '\012' < .deps/$(*F).pp \
263 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
264 >> .deps/$(*F).P; \
265 rm -f .deps/$(*F).pp
266 info-am:
267 info: info-am
268 dvi-am:
269 dvi: dvi-am
270 check-am: all-am
271 check: check-am
272 installcheck-am:
273 installcheck: installcheck-am
274 all-recursive-am: config.h
275 $(MAKE) $(AM_MAKEFLAGS) all-recursive
276
277 install-exec-am: install-binPROGRAMS
278 install-exec: install-exec-am
279
280 install-data-am:
281 install-data: install-data-am
282
283 install-am: all-am
284 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285 install: install-am
286 uninstall-am: uninstall-binPROGRAMS
287 uninstall: uninstall-am
288 all-am: Makefile $(PROGRAMS) config.h
289 all-redirect: all-am
290 install-strip:
291 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
292 installdirs:
293 $(mkinstalldirs) $(DESTDIR)$(bindir)
294
295
296 mostlyclean-generic:
297
298 clean-generic:
299
300 distclean-generic:
301 -rm -f Makefile $(CONFIG_CLEAN_FILES)
302 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
303
304 maintainer-clean-generic:
305 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
306 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
307 mostlyclean-generic
308
309 mostlyclean: mostlyclean-am
310
311 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
312 clean-depend clean-generic mostlyclean-am
313
314 clean: clean-am
315
316 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
317 distclean-tags distclean-depend distclean-generic \
318 clean-am
319
320 distclean: distclean-am
321
322 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
323 maintainer-clean-compile maintainer-clean-tags \
324 maintainer-clean-depend maintainer-clean-generic \
325 distclean-am
326 @echo "This command is intended for maintainers to use;"
327 @echo "it deletes files that may require special tools to rebuild."
328
329 maintainer-clean: maintainer-clean-am
330
331 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
332 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
333 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
334 mostlyclean-compile distclean-compile clean-compile \
335 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
336 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
337 distclean-depend clean-depend maintainer-clean-depend info-am info \
338 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
339 install-exec-am install-exec install-data-am install-data install-am \
340 install uninstall-am uninstall all-redirect all-am all installdirs \
341 mostlyclean-generic distclean-generic clean-generic \
342 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
343
344
345 # Tell versions [3.59,3.63) of GNU make to not export all variables.
346 # Otherwise a system limit (for SysV at least) may be exceeded.
347 .NOEXPORT: