]> jfr.im git - irc/thales.git/blob - src/Makefile.in
Sequana support removed
[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 host_alias = @host_alias@
57 host_triplet = @host@
58 AWK = @AWK@
59 CC = @CC@
60 HAVE_LIB = @HAVE_LIB@
61 LIB = @LIB@
62 LN_S = @LN_S@
63 LTLIB = @LTLIB@
64 MAKEINFO = @MAKEINFO@
65 PACKAGE = @PACKAGE@
66 VERSION = @VERSION@
67
68 bin_PROGRAMS = thales
69 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
70 bindir = $(exec_prefix)
71 sbindir = $(exec_prefix)
72 datadir = $(exec_prefix)
73 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74 CONFIG_HEADER = config.h
75 CONFIG_CLEAN_FILES =
76 PROGRAMS = $(bin_PROGRAMS)
77
78
79 DEFS = @DEFS@ -I. -I$(srcdir) -I.
80 CPPFLAGS = @CPPFLAGS@
81 LDFLAGS = @LDFLAGS@
82 LIBS = @LIBS@
83 thales_OBJECTS = main.o log.o conf.o compat.o misc.o send.o sockutil.o \
84 messages.o process.o memory.o db.o actions.o hashlist.o
85 thales_LDADD = $(LDADD)
86 thales_DEPENDENCIES =
87 thales_LDFLAGS =
88 CFLAGS = @CFLAGS@
89 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 CCLD = $(CC)
91 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
92 DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in config.h.in
93
94
95 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96
97 TAR = tar
98 GZIP_ENV = --best
99 DEP_FILES = .deps/actions.P .deps/compat.P .deps/conf.P .deps/db.P \
100 .deps/hashlist.P .deps/log.P .deps/main.P .deps/memory.P \
101 .deps/messages.P .deps/misc.P .deps/process.P .deps/send.P \
102 .deps/sockutil.P
103 SOURCES = $(thales_SOURCES)
104 OBJECTS = $(thales_OBJECTS)
105
106 all: all-redirect
107 .SUFFIXES:
108 .SUFFIXES: .S .c .o .s
109 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
110 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
111
112 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
113 cd $(top_builddir) \
114 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115
116
117 config.h: stamp-h
118 @if test ! -f $@; then \
119 rm -f stamp-h; \
120 $(MAKE) stamp-h; \
121 else :; fi
122 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
123 cd $(top_builddir) \
124 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
125 $(SHELL) ./config.status
126 @echo timestamp > stamp-h 2> /dev/null
127 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
128 @if test ! -f $@; then \
129 rm -f $(srcdir)/stamp-h.in; \
130 $(MAKE) $(srcdir)/stamp-h.in; \
131 else :; fi
132 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
133 cd $(top_srcdir) && $(AUTOHEADER)
134 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
135
136 mostlyclean-hdr:
137
138 clean-hdr:
139
140 distclean-hdr:
141 -rm -f config.h
142
143 maintainer-clean-hdr:
144
145 mostlyclean-binPROGRAMS:
146
147 clean-binPROGRAMS:
148 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
149
150 distclean-binPROGRAMS:
151
152 maintainer-clean-binPROGRAMS:
153
154 install-binPROGRAMS: $(bin_PROGRAMS)
155 @$(NORMAL_INSTALL)
156 $(mkinstalldirs) $(DESTDIR)$(bindir)
157 @list='$(bin_PROGRAMS)'; for p in $$list; do \
158 if test -f $$p; then \
159 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
160 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
161 else :; fi; \
162 done
163
164 uninstall-binPROGRAMS:
165 @$(NORMAL_UNINSTALL)
166 list='$(bin_PROGRAMS)'; for p in $$list; do \
167 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
168 done
169
170 .s.o:
171 $(COMPILE) -c $<
172
173 .S.o:
174 $(COMPILE) -c $<
175
176 mostlyclean-compile:
177 -rm -f *.o core *.core
178
179 clean-compile:
180
181 distclean-compile:
182 -rm -f *.tab.c
183
184 maintainer-clean-compile:
185
186 thales: $(thales_OBJECTS) $(thales_DEPENDENCIES)
187 @rm -f thales
188 $(LINK) $(thales_LDFLAGS) $(thales_OBJECTS) $(thales_LDADD) $(LIBS)
189
190 tags: TAGS
191
192 ID: $(HEADERS) $(SOURCES) $(LISP)
193 list='$(SOURCES) $(HEADERS)'; \
194 unique=`for i in $$list; do echo $$i; done | \
195 awk ' { files[$$0] = 1; } \
196 END { for (i in files) print i; }'`; \
197 here=`pwd` && cd $(srcdir) \
198 && mkid -f$$here/ID $$unique $(LISP)
199
200 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
201 tags=; \
202 here=`pwd`; \
203 list='$(SOURCES) $(HEADERS)'; \
204 unique=`for i in $$list; do echo $$i; done | \
205 awk ' { files[$$0] = 1; } \
206 END { for (i in files) print i; }'`; \
207 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
208 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
209
210 mostlyclean-tags:
211
212 clean-tags:
213
214 distclean-tags:
215 -rm -f TAGS ID
216
217 maintainer-clean-tags:
218
219 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
220
221 subdir = src
222
223 distdir: $(DISTFILES)
224 here=`cd $(top_builddir) && pwd`; \
225 top_distdir=`cd $(top_distdir) && pwd`; \
226 distdir=`cd $(distdir) && pwd`; \
227 cd $(top_srcdir) \
228 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
229 @for file in $(DISTFILES); do \
230 d=$(srcdir); \
231 if test -d $$d/$$file; then \
232 cp -pr $$d/$$file $(distdir)/$$file; \
233 else \
234 test -f $(distdir)/$$file \
235 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236 || cp -p $$d/$$file $(distdir)/$$file || :; \
237 fi; \
238 done
239
240 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
241
242 -include $(DEP_FILES)
243
244 mostlyclean-depend:
245
246 clean-depend:
247
248 distclean-depend:
249 -rm -rf .deps
250
251 maintainer-clean-depend:
252
253 %.o: %.c
254 @echo '$(COMPILE) -c $<'; \
255 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
256 @-cp .deps/$(*F).pp .deps/$(*F).P; \
257 tr ' ' '\012' < .deps/$(*F).pp \
258 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
259 >> .deps/$(*F).P; \
260 rm .deps/$(*F).pp
261
262 %.lo: %.c
263 @echo '$(LTCOMPILE) -c $<'; \
264 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
265 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
266 < .deps/$(*F).pp > .deps/$(*F).P; \
267 tr ' ' '\012' < .deps/$(*F).pp \
268 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
269 >> .deps/$(*F).P; \
270 rm -f .deps/$(*F).pp
271 info-am:
272 info: info-am
273 dvi-am:
274 dvi: dvi-am
275 check-am: all-am
276 check: check-am
277 installcheck-am:
278 installcheck: installcheck-am
279 all-recursive-am: config.h
280 $(MAKE) $(AM_MAKEFLAGS) all-recursive
281
282 install-exec-am: install-binPROGRAMS
283 install-exec: install-exec-am
284
285 install-data-am:
286 install-data: install-data-am
287
288 install-am: all-am
289 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
290 install: install-am
291 uninstall-am: uninstall-binPROGRAMS
292 uninstall: uninstall-am
293 all-am: Makefile $(PROGRAMS) config.h
294 all-redirect: all-am
295 install-strip:
296 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
297 installdirs:
298 $(mkinstalldirs) $(DESTDIR)$(bindir)
299
300
301 mostlyclean-generic:
302
303 clean-generic:
304
305 distclean-generic:
306 -rm -f Makefile $(CONFIG_CLEAN_FILES)
307 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
308
309 maintainer-clean-generic:
310 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
311 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
312 mostlyclean-generic
313
314 mostlyclean: mostlyclean-am
315
316 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
317 clean-depend clean-generic mostlyclean-am
318
319 clean: clean-am
320
321 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
322 distclean-tags distclean-depend distclean-generic \
323 clean-am
324
325 distclean: distclean-am
326
327 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
328 maintainer-clean-compile maintainer-clean-tags \
329 maintainer-clean-depend maintainer-clean-generic \
330 distclean-am
331 @echo "This command is intended for maintainers to use;"
332 @echo "it deletes files that may require special tools to rebuild."
333
334 maintainer-clean: maintainer-clean-am
335
336 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
337 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
338 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
339 mostlyclean-compile distclean-compile clean-compile \
340 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
341 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
342 distclean-depend clean-depend maintainer-clean-depend info-am info \
343 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
344 install-exec-am install-exec install-data-am install-data install-am \
345 install uninstall-am uninstall all-redirect all-am all installdirs \
346 mostlyclean-generic distclean-generic clean-generic \
347 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
348
349
350 # Tell versions [3.59,3.63) of GNU make to not export all variables.
351 # Otherwise a system limit (for SysV at least) may be exceeded.
352 .NOEXPORT: