]> jfr.im git - irc/thales.git/blame - src/Makefile.in
readmes added, contribs removed
[irc/thales.git] / src / Makefile.in
CommitLineData
2ace9480 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21libexecdir = @libexecdir@
22sysconfdir = @sysconfdir@
23sharedstatedir = @sharedstatedir@
24localstatedir = @localstatedir@
25libdir = @libdir@
26infodir = @infodir@
27mandir = @mandir@
28includedir = @includedir@
29oldincludedir = /usr/include
30
31DESTDIR =
32
33pkgdatadir = $(datadir)/@PACKAGE@
34pkglibdir = $(libdir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36
37top_builddir = ..
38
39ACLOCAL = @ACLOCAL@
40AUTOCONF = @AUTOCONF@
41AUTOMAKE = @AUTOMAKE@
42AUTOHEADER = @AUTOHEADER@
43
44INSTALL = @INSTALL@
45INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
46INSTALL_DATA = @INSTALL_DATA@
47INSTALL_SCRIPT = @INSTALL_SCRIPT@
48transform = @program_transform_name@
49
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56AWK = @AWK@
57CC = @CC@
58LN_S = @LN_S@
59MAKEINFO = @MAKEINFO@
60PACKAGE = @PACKAGE@
61VERSION = @VERSION@
62
63bin_PROGRAMS = thales
64thales_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
65bindir = $(exec_prefix)
66sbindir = $(exec_prefix)
67datadir = $(exec_prefix)
68mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69CONFIG_HEADER = config.h
70CONFIG_CLEAN_FILES =
71PROGRAMS = $(bin_PROGRAMS)
72
73
74DEFS = @DEFS@ -I. -I$(srcdir) -I.
75CPPFLAGS = @CPPFLAGS@
76LDFLAGS = @LDFLAGS@
77LIBS = @LIBS@
78thales_OBJECTS = main.o log.o conf.o compat.o misc.o send.o sockutil.o \
79messages.o process.o memory.o db.o actions.o hashlist.o
80thales_LDADD = $(LDADD)
81thales_DEPENDENCIES =
82thales_LDFLAGS =
83CFLAGS = @CFLAGS@
84COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85CCLD = $(CC)
86LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
87DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in config.h.in
88
89
90DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
91
92TAR = tar
93GZIP_ENV = --best
94DEP_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
98SOURCES = $(thales_SOURCES)
99OBJECTS = $(thales_OBJECTS)
100
101all: 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
107Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
108 cd $(top_builddir) \
109 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
111
112config.h: stamp-h
113 @if test ! -f $@; then \
114 rm -f stamp-h; \
115 $(MAKE) stamp-h; \
116 else :; fi
117stamp-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
131mostlyclean-hdr:
132
133clean-hdr:
134
135distclean-hdr:
136 -rm -f config.h
137
138maintainer-clean-hdr:
139
140mostlyclean-binPROGRAMS:
141
142clean-binPROGRAMS:
143 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
144
145distclean-binPROGRAMS:
146
147maintainer-clean-binPROGRAMS:
148
149install-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
159uninstall-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
171mostlyclean-compile:
172 -rm -f *.o core *.core
173
174clean-compile:
175
176distclean-compile:
177 -rm -f *.tab.c
178
179maintainer-clean-compile:
180
181thales: $(thales_OBJECTS) $(thales_DEPENDENCIES)
182 @rm -f thales
183 $(LINK) $(thales_LDFLAGS) $(thales_OBJECTS) $(thales_LDADD) $(LIBS)
184
185tags: TAGS
186
187ID: $(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
195TAGS: $(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
205mostlyclean-tags:
206
207clean-tags:
208
209distclean-tags:
210 -rm -f TAGS ID
211
212maintainer-clean-tags:
213
214distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
215
216subdir = src
217
218distdir: $(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
235DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
236
237-include $(DEP_FILES)
238
239mostlyclean-depend:
240
241clean-depend:
242
243distclean-depend:
244 -rm -rf .deps
245
246maintainer-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
266info-am:
267info: info-am
268dvi-am:
269dvi: dvi-am
270check-am: all-am
271check: check-am
272installcheck-am:
273installcheck: installcheck-am
274all-recursive-am: config.h
275 $(MAKE) $(AM_MAKEFLAGS) all-recursive
276
277install-exec-am: install-binPROGRAMS
278install-exec: install-exec-am
279
280install-data-am:
281install-data: install-data-am
282
283install-am: all-am
284 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285install: install-am
286uninstall-am: uninstall-binPROGRAMS
287uninstall: uninstall-am
288all-am: Makefile $(PROGRAMS) config.h
289all-redirect: all-am
290install-strip:
291 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
292installdirs:
293 $(mkinstalldirs) $(DESTDIR)$(bindir)
294
295
296mostlyclean-generic:
297
298clean-generic:
299
300distclean-generic:
301 -rm -f Makefile $(CONFIG_CLEAN_FILES)
302 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
303
304maintainer-clean-generic:
305mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
306 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
307 mostlyclean-generic
308
309mostlyclean: mostlyclean-am
310
311clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
312 clean-depend clean-generic mostlyclean-am
313
314clean: clean-am
315
316distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
317 distclean-tags distclean-depend distclean-generic \
318 clean-am
319
320distclean: distclean-am
321
322maintainer-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
329maintainer-clean: maintainer-clean-am
330
331.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
332mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
333maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
334mostlyclean-compile distclean-compile clean-compile \
335maintainer-clean-compile tags mostlyclean-tags distclean-tags \
336clean-tags maintainer-clean-tags distdir mostlyclean-depend \
337distclean-depend clean-depend maintainer-clean-depend info-am info \
338dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
339install-exec-am install-exec install-data-am install-data install-am \
340install uninstall-am uninstall all-redirect all-am all installdirs \
341mostlyclean-generic distclean-generic clean-generic \
342maintainer-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: