]> jfr.im git - irc/thales.git/blame - Makefile.in
Sequana support removed
[irc/thales.git] / 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 = :
18038256 56host_alias = @host_alias@
57host_triplet = @host@
2ace9480 58AWK = @AWK@
59CC = @CC@
18038256 60HAVE_LIB = @HAVE_LIB@
61LIB = @LIB@
2ace9480 62LN_S = @LN_S@
18038256 63LTLIB = @LTLIB@
2ace9480 64MAKEINFO = @MAKEINFO@
65PACKAGE = @PACKAGE@
66VERSION = @VERSION@
67
68AUTOMAKE_OPTIONS = foreign
69
70bindir = $(exec_prefix)
71sbindir = $(exec_prefix)
72datadir = $(exec_prefix)
73
74SUBDIRS = src data
75
76EXTRA_DIST = README README.coders ChangeLog INSTALL contrib ReportUsage.sh
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79CONFIG_HEADER = ./src/config.h
80CONFIG_CLEAN_FILES =
81DIST_COMMON = README COPYING ChangeLog INSTALL Makefile.am Makefile.in \
287805aa 82TODO acinclude.m4 aclocal.m4 config.guess config.sub configure \
83configure.in install-sh missing mkinstalldirs
2ace9480 84
85
86DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
87
88TAR = tar
89GZIP_ENV = --best
90all: all-redirect
91.SUFFIXES:
92$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
93 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
94
95Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
96 cd $(top_builddir) \
97 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
98
99$(ACLOCAL_M4): configure.in acinclude.m4
100 cd $(srcdir) && $(ACLOCAL)
101
102config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
103 $(SHELL) ./config.status --recheck
104$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
105 cd $(srcdir) && $(AUTOCONF)
106
2ace9480 107# This directory's subdirectories are mostly independent; you can cd
108# into them and run `make' without going through this Makefile.
109# To change the values of `make' variables: instead of editing Makefiles,
110# (1) if the variable is set in `config.status', edit `config.status'
111# (which will cause the Makefiles to be regenerated when you run `make');
112# (2) otherwise, pass the desired values on the `make' command line.
113
114@SET_MAKE@
115
116all-recursive install-data-recursive install-exec-recursive \
117installdirs-recursive install-recursive uninstall-recursive \
118check-recursive installcheck-recursive info-recursive dvi-recursive:
119 @set fnord $(MAKEFLAGS); amf=$$2; \
120 dot_seen=no; \
121 target=`echo $@ | sed s/-recursive//`; \
122 list='$(SUBDIRS)'; for subdir in $$list; do \
123 echo "Making $$target in $$subdir"; \
124 if test "$$subdir" = "."; then \
125 dot_seen=yes; \
126 local_target="$$target-am"; \
127 else \
128 local_target="$$target"; \
129 fi; \
130 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
131 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
132 done; \
133 if test "$$dot_seen" = "no"; then \
134 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
135 fi; test -z "$$fail"
136
137mostlyclean-recursive clean-recursive distclean-recursive \
138maintainer-clean-recursive:
139 @set fnord $(MAKEFLAGS); amf=$$2; \
140 dot_seen=no; \
141 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
142 rev="$$subdir $$rev"; \
143 test "$$subdir" != "." || dot_seen=yes; \
144 done; \
145 test "$$dot_seen" = "no" && rev=". $$rev"; \
146 target=`echo $@ | sed s/-recursive//`; \
147 for subdir in $$rev; do \
148 echo "Making $$target in $$subdir"; \
149 if test "$$subdir" = "."; then \
150 local_target="$$target-am"; \
151 else \
152 local_target="$$target"; \
153 fi; \
154 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
155 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
156 done && test -z "$$fail"
157tags-recursive:
158 list='$(SUBDIRS)'; for subdir in $$list; do \
159 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
160 done
161
162tags: TAGS
163
164ID: $(HEADERS) $(SOURCES) $(LISP)
165 list='$(SOURCES) $(HEADERS)'; \
166 unique=`for i in $$list; do echo $$i; done | \
167 awk ' { files[$$0] = 1; } \
168 END { for (i in files) print i; }'`; \
169 here=`pwd` && cd $(srcdir) \
170 && mkid -f$$here/ID $$unique $(LISP)
171
172TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
173 tags=; \
174 here=`pwd`; \
175 list='$(SUBDIRS)'; for subdir in $$list; do \
176 if test "$$subdir" = .; then :; else \
177 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
178 fi; \
179 done; \
180 list='$(SOURCES) $(HEADERS)'; \
181 unique=`for i in $$list; do echo $$i; done | \
182 awk ' { files[$$0] = 1; } \
183 END { for (i in files) print i; }'`; \
184 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
185 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
186
187mostlyclean-tags:
188
189clean-tags:
190
191distclean-tags:
192 -rm -f TAGS ID
193
194maintainer-clean-tags:
195
196distdir = $(PACKAGE)-$(VERSION)
197top_distdir = $(distdir)
198
199# This target untars the dist file and tries a VPATH configuration. Then
200# it guarantees that the distribution is self-contained by making another
201# tarfile.
202distcheck: dist
203 -rm -rf $(distdir)
204 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
205 mkdir $(distdir)/=build
206 mkdir $(distdir)/=inst
207 dc_install_base=`cd $(distdir)/=inst && pwd`; \
208 cd $(distdir)/=build \
209 && ../configure --srcdir=.. --prefix=$$dc_install_base \
210 && $(MAKE) $(AM_MAKEFLAGS) \
211 && $(MAKE) $(AM_MAKEFLAGS) dvi \
212 && $(MAKE) $(AM_MAKEFLAGS) check \
213 && $(MAKE) $(AM_MAKEFLAGS) install \
214 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
215 && $(MAKE) $(AM_MAKEFLAGS) dist
216 -rm -rf $(distdir)
217 @banner="$(distdir).tar.gz is ready for distribution"; \
218 dashes=`echo "$$banner" | sed s/./=/g`; \
219 echo "$$dashes"; \
220 echo "$$banner"; \
221 echo "$$dashes"
222dist: distdir
223 -chmod -R a+r $(distdir)
224 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
225 -rm -rf $(distdir)
226dist-all: distdir
227 -chmod -R a+r $(distdir)
228 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
229 -rm -rf $(distdir)
230distdir: $(DISTFILES)
231 -rm -rf $(distdir)
232 mkdir $(distdir)
233 -chmod 777 $(distdir)
234 here=`cd $(top_builddir) && pwd`; \
235 top_distdir=`cd $(distdir) && pwd`; \
236 distdir=`cd $(distdir) && pwd`; \
237 cd $(top_srcdir) \
238 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
239 @for file in $(DISTFILES); do \
240 d=$(srcdir); \
241 if test -d $$d/$$file; then \
242 cp -pr $$d/$$file $(distdir)/$$file; \
243 else \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
247 fi; \
248 done
249 for subdir in $(SUBDIRS); do \
250 if test "$$subdir" = .; then :; else \
251 test -d $(distdir)/$$subdir \
252 || mkdir $(distdir)/$$subdir \
253 || exit 1; \
254 chmod 777 $(distdir)/$$subdir; \
255 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
256 || exit 1; \
257 fi; \
258 done
259info-am:
260info: info-recursive
261dvi-am:
262dvi: dvi-recursive
263check-am: all-am
264check: check-recursive
265installcheck-am:
266installcheck: installcheck-recursive
267install-exec-am:
268install-exec: install-exec-recursive
269
270install-data-am:
271install-data: install-data-recursive
272
273install-am: all-am
274 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275install: install-recursive
276uninstall-am:
277uninstall: uninstall-recursive
278all-am: Makefile
279all-redirect: all-recursive
280install-strip:
281 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
282installdirs: installdirs-recursive
283installdirs-am:
284
285
286mostlyclean-generic:
287
288clean-generic:
289
290distclean-generic:
291 -rm -f Makefile $(CONFIG_CLEAN_FILES)
292 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
293
294maintainer-clean-generic:
287805aa 295mostlyclean-am: mostlyclean-tags mostlyclean-generic
2ace9480 296
297mostlyclean: mostlyclean-recursive
298
287805aa 299clean-am: clean-tags clean-generic mostlyclean-am
2ace9480 300
301clean: clean-recursive
302
287805aa 303distclean-am: distclean-tags distclean-generic clean-am
2ace9480 304
305distclean: distclean-recursive
306 -rm -f config.status
307
287805aa 308maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
309 distclean-am
2ace9480 310 @echo "This command is intended for maintainers to use;"
311 @echo "it deletes files that may require special tools to rebuild."
312
313maintainer-clean: maintainer-clean-recursive
314 -rm -f config.status
315
287805aa 316.PHONY: install-data-recursive uninstall-data-recursive \
317install-exec-recursive uninstall-exec-recursive installdirs-recursive \
318uninstalldirs-recursive all-recursive check-recursive \
319installcheck-recursive info-recursive dvi-recursive \
320mostlyclean-recursive distclean-recursive clean-recursive \
2ace9480 321maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
322distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
323dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
324install-exec install-data-am install-data install-am install \
325uninstall-am uninstall all-redirect all-am all installdirs-am \
326installdirs mostlyclean-generic distclean-generic clean-generic \
327maintainer-clean-generic clean mostlyclean distclean maintainer-clean
328
329
330# Tell versions [3.59,3.63) of GNU make to not export all variables.
331# Otherwise a system limit (for SysV at least) may be exceeded.
332.NOEXPORT: