]> www.ginac.de Git - ginac.git/blob - ginac/Makefile.in
- removed the compatiblity stuff for broken slink linkers.
[ginac.git] / ginac / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 ARCHIVE_AGE = @ARCHIVE_AGE@
63 ARCHIVE_VERSION = @ARCHIVE_VERSION@
64 AS = @AS@
65 CC = @CC@
66 CINT = @CINT@
67 CINTSYSDIR = @CINTSYSDIR@
68 CXX = @CXX@
69 CXXCPP = @CXXCPP@
70 DLLTOOL = @DLLTOOL@
71 DOXYGEN = @DOXYGEN@
72 DVIPS = @DVIPS@
73 FIG2DEV = @FIG2DEV@
74 GINACCINTDIR = @GINACCINTDIR@
75 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
76 GINACLIB_CPPFLAGS = @GINACLIB_CPPFLAGS@
77 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
78 GINACLIB_LIBS = @GINACLIB_LIBS@
79 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
80 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
81 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
82 GINACLIB_VERSION = @GINACLIB_VERSION@
83 GINSH_LIBS = @GINSH_LIBS@
84 LATEX = @LATEX@
85 LD = @LD@
86 LEX = @LEX@
87 LIBTERMCAP = @LIBTERMCAP@
88 LIBTOOL = @LIBTOOL@
89 LN_S = @LN_S@
90 LT_AGE = @LT_AGE@
91 LT_CURRENT = @LT_CURRENT@
92 LT_RELEASE = @LT_RELEASE@
93 LT_REVISION = @LT_REVISION@
94 MAINT = @MAINT@
95 MAKECINT = @MAKECINT@
96 MAKEINDEX = @MAKEINDEX@
97 MAKEINFO = @MAKEINFO@
98 NM = @NM@
99 OBJDUMP = @OBJDUMP@
100 PACKAGE = @PACKAGE@
101 RANLIB = @RANLIB@
102 REFERENCE_TARGETS = @REFERENCE_TARGETS@
103 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
104 VERSION = @VERSION@
105 YACC = @YACC@
106
107 lib_LTLIBRARIES = libginac.la
108 libginac_la_SOURCES = add.cpp archive.cpp basic.cpp constant.cpp ex.cpp   expairseq.cpp exprseq.cpp fail.cpp function.cpp inifcns.cpp   inifcns_trans.cpp inifcns_zeta.cpp inifcns_gamma.cpp matrix.cpp mul.cpp   normal.cpp numeric.cpp operators.cpp power.cpp registrar.cpp relational.cpp   symbol.cpp pseries.cpp utils.cpp ncmul.cpp clifford.cpp structure.cpp   color.cpp indexed.cpp idx.cpp isospin.cpp exprseq_suppl.cpp lst.cpp   lst_suppl.cpp simp_lor.cpp coloridx.cpp lorentzidx.cpp lortensor.cpp   input_parser.yy input_lexer.ll input_lexer.h   remember.h remember.cpp debugmsg.h utils.h 
109
110 libginac_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)   -release $(LT_RELEASE)
111
112 ginacincludedir = $(includedir)/ginac
113 ginacinclude_HEADERS = ginac.h add.h archive.h basic.h clifford.h color.h   coloridx.h constant.h ex.h expair.h expairseq.h exprseq.h fail.h flags.h   function.h idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h   mul.h ncmul.h normal.h numeric.h operators.h power.h registrar.h   relational.h pseries.h simp_lor.h structure.h symbol.h lortensor.h   tinfos.h assertion.h version.h
114
115 LFLAGS = -Pginac_yy -olex.yy.c
116 YFLAGS = -p ginac_yy -d
117 EXTRA_DIST = container.pl function.pl structure.pl input_parser.h version.h.in
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = ../config.h
120 CONFIG_CLEAN_FILES =  version.h
121 LTLIBRARIES =  $(lib_LTLIBRARIES)
122
123
124 DEFS = @DEFS@ -I. -I$(srcdir) -I..
125 CPPFLAGS = @CPPFLAGS@
126 LDFLAGS = @LDFLAGS@
127 LIBS = @LIBS@
128 libginac_la_LIBADD = 
129 libginac_la_OBJECTS =  add.lo archive.lo basic.lo constant.lo ex.lo \
130 expairseq.lo exprseq.lo fail.lo function.lo inifcns.lo inifcns_trans.lo \
131 inifcns_zeta.lo inifcns_gamma.lo matrix.lo mul.lo normal.lo numeric.lo \
132 operators.lo power.lo registrar.lo relational.lo symbol.lo pseries.lo \
133 utils.lo ncmul.lo clifford.lo structure.lo color.lo indexed.lo idx.lo \
134 isospin.lo exprseq_suppl.lo lst.lo lst_suppl.lo simp_lor.lo coloridx.lo \
135 lorentzidx.lo lortensor.lo input_parser.lo input_lexer.lo remember.lo
136 CXXFLAGS = @CXXFLAGS@
137 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
138 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
139 CXXLD = $(CXX)
140 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
141 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
142 LEXLIB = @LEXLIB@
143 CFLAGS = @CFLAGS@
144 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146 CCLD = $(CC)
147 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
148 HEADERS =  $(ginacinclude_HEADERS)
149
150 DIST_COMMON =  Makefile.am Makefile.in input_lexer.cc input_parser.cc \
151 version.h.in
152
153
154 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
155
156 TAR = tar
157 GZIP_ENV = --best
158 DEP_FILES =  .deps/add.P .deps/archive.P .deps/basic.P .deps/clifford.P \
159 .deps/color.P .deps/coloridx.P .deps/constant.P .deps/ex.P \
160 .deps/expairseq.P .deps/exprseq.P .deps/exprseq_suppl.P .deps/fail.P \
161 .deps/function.P .deps/idx.P .deps/indexed.P .deps/inifcns.P \
162 .deps/inifcns_gamma.P .deps/inifcns_trans.P .deps/inifcns_zeta.P \
163 .deps/input_lexer.P .deps/input_parser.P .deps/isospin.P \
164 .deps/lorentzidx.P .deps/lortensor.P .deps/lst.P .deps/lst_suppl.P \
165 .deps/matrix.P .deps/mul.P .deps/ncmul.P .deps/normal.P .deps/numeric.P \
166 .deps/operators.P .deps/power.P .deps/pseries.P .deps/registrar.P \
167 .deps/relational.P .deps/remember.P .deps/simp_lor.P .deps/structure.P \
168 .deps/symbol.P .deps/utils.P
169 SOURCES = $(libginac_la_SOURCES)
170 OBJECTS = $(libginac_la_OBJECTS)
171
172 all: all-redirect
173 .SUFFIXES:
174 .SUFFIXES: .S .c .cc .cpp .ll .lo .o .s .yy
175 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
176         cd $(top_srcdir) && $(AUTOMAKE) --gnu ginac/Makefile
177
178 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
179         cd $(top_builddir) \
180           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
181
182 version.h: $(top_builddir)/config.status version.h.in
183         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
184
185 mostlyclean-libLTLIBRARIES:
186
187 clean-libLTLIBRARIES:
188         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
189
190 distclean-libLTLIBRARIES:
191
192 maintainer-clean-libLTLIBRARIES:
193
194 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
195         @$(NORMAL_INSTALL)
196         $(mkinstalldirs) $(DESTDIR)$(libdir)
197         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
198           if test -f $$p; then \
199             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
200             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
201           else :; fi; \
202         done
203
204 uninstall-libLTLIBRARIES:
205         @$(NORMAL_UNINSTALL)
206         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
207           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
208         done
209
210 .s.o:
211         $(COMPILE) -c $<
212
213 .S.o:
214         $(COMPILE) -c $<
215
216 mostlyclean-compile:
217         -rm -f *.o core *.core
218
219 clean-compile:
220
221 distclean-compile:
222         -rm -f *.tab.c
223
224 maintainer-clean-compile:
225
226 .s.lo:
227         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
228
229 .S.lo:
230         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
231
232 mostlyclean-libtool:
233         -rm -f *.lo
234
235 clean-libtool:
236         -rm -rf .libs _libs
237
238 distclean-libtool:
239
240 maintainer-clean-libtool:
241
242 libginac.la: $(libginac_la_OBJECTS) $(libginac_la_DEPENDENCIES)
243         $(CXXLINK) -rpath $(libdir) $(libginac_la_LDFLAGS) $(libginac_la_OBJECTS) $(libginac_la_LIBADD) $(LIBS)
244 .cc.o:
245         $(CXXCOMPILE) -c $<
246 .cc.lo:
247         $(LTCXXCOMPILE) -c $<
248 .cpp.o:
249         $(CXXCOMPILE) -c $<
250 .cpp.lo:
251         $(LTCXXCOMPILE) -c $<
252 .ll.cc:
253         $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
254 .yy.cc:
255         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.cc
256         if test -f y.tab.h; then \
257         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
258         else :; fi
259 input_parser.hh: input_parser.cc
260
261
262 install-ginacincludeHEADERS: $(ginacinclude_HEADERS)
263         @$(NORMAL_INSTALL)
264         $(mkinstalldirs) $(DESTDIR)$(ginacincludedir)
265         @list='$(ginacinclude_HEADERS)'; for p in $$list; do \
266           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
267           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(ginacincludedir)/$$p"; \
268           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(ginacincludedir)/$$p; \
269         done
270
271 uninstall-ginacincludeHEADERS:
272         @$(NORMAL_UNINSTALL)
273         list='$(ginacinclude_HEADERS)'; for p in $$list; do \
274           rm -f $(DESTDIR)$(ginacincludedir)/$$p; \
275         done
276
277 tags: TAGS
278
279 ID: $(HEADERS) $(SOURCES) $(LISP)
280         list='$(SOURCES) $(HEADERS)'; \
281         unique=`for i in $$list; do echo $$i; done | \
282           awk '    { files[$$0] = 1; } \
283                END { for (i in files) print i; }'`; \
284         here=`pwd` && cd $(srcdir) \
285           && mkid -f$$here/ID $$unique $(LISP)
286
287 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
288         tags=; \
289         here=`pwd`; \
290         list='$(SOURCES) $(HEADERS)'; \
291         unique=`for i in $$list; do echo $$i; done | \
292           awk '    { files[$$0] = 1; } \
293                END { for (i in files) print i; }'`; \
294         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
295           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
296
297 mostlyclean-tags:
298
299 clean-tags:
300
301 distclean-tags:
302         -rm -f TAGS ID
303
304 maintainer-clean-tags:
305
306 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
307
308 subdir = ginac
309
310 distdir: $(DISTFILES)
311         here=`cd $(top_builddir) && pwd`; \
312         top_distdir=`cd $(top_distdir) && pwd`; \
313         distdir=`cd $(distdir) && pwd`; \
314         cd $(top_srcdir) \
315           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ginac/Makefile
316         @for file in $(DISTFILES); do \
317           d=$(srcdir); \
318           if test -d $$d/$$file; then \
319             cp -pr $$d/$$file $(distdir)/$$file; \
320           else \
321             test -f $(distdir)/$$file \
322             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
323             || cp -p $$d/$$file $(distdir)/$$file || :; \
324           fi; \
325         done
326
327 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
328
329 -include $(DEP_FILES)
330
331 mostlyclean-depend:
332
333 clean-depend:
334
335 distclean-depend:
336         -rm -rf .deps
337
338 maintainer-clean-depend:
339
340 %.o: %.c
341         @echo '$(COMPILE) -c $<'; \
342         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
343         @-cp .deps/$(*F).pp .deps/$(*F).P; \
344         tr ' ' '\012' < .deps/$(*F).pp \
345           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
346             >> .deps/$(*F).P; \
347         rm .deps/$(*F).pp
348
349 %.lo: %.c
350         @echo '$(LTCOMPILE) -c $<'; \
351         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
352         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
353           < .deps/$(*F).pp > .deps/$(*F).P; \
354         tr ' ' '\012' < .deps/$(*F).pp \
355           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
356             >> .deps/$(*F).P; \
357         rm -f .deps/$(*F).pp
358
359 %.o: %.cc
360         @echo '$(CXXCOMPILE) -c $<'; \
361         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
362         @-cp .deps/$(*F).pp .deps/$(*F).P; \
363         tr ' ' '\012' < .deps/$(*F).pp \
364           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
365             >> .deps/$(*F).P; \
366         rm .deps/$(*F).pp
367
368 %.lo: %.cc
369         @echo '$(LTCXXCOMPILE) -c $<'; \
370         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
371         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
372           < .deps/$(*F).pp > .deps/$(*F).P; \
373         tr ' ' '\012' < .deps/$(*F).pp \
374           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
375             >> .deps/$(*F).P; \
376         rm -f .deps/$(*F).pp
377
378 %.o: %.cpp
379         @echo '$(CXXCOMPILE) -c $<'; \
380         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
381         @-cp .deps/$(*F).pp .deps/$(*F).P; \
382         tr ' ' '\012' < .deps/$(*F).pp \
383           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
384             >> .deps/$(*F).P; \
385         rm .deps/$(*F).pp
386
387 %.lo: %.cpp
388         @echo '$(LTCXXCOMPILE) -c $<'; \
389         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
390         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
391           < .deps/$(*F).pp > .deps/$(*F).P; \
392         tr ' ' '\012' < .deps/$(*F).pp \
393           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
394             >> .deps/$(*F).P; \
395         rm -f .deps/$(*F).pp
396 info-am:
397 info: info-am
398 dvi-am:
399 dvi: dvi-am
400 check-am: all-am
401 check: check-am
402 installcheck-am:
403 installcheck: installcheck-am
404 install-exec-am: install-libLTLIBRARIES
405 install-exec: install-exec-am
406
407 install-data-am: install-ginacincludeHEADERS
408 install-data: install-data-am
409
410 install-am: all-am
411         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
412 install: install-am
413 uninstall-am: uninstall-libLTLIBRARIES uninstall-ginacincludeHEADERS
414 uninstall: uninstall-am
415 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
416 all-redirect: all-am
417 install-strip:
418         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
419 installdirs:
420         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(ginacincludedir)
421
422
423 mostlyclean-generic:
424
425 clean-generic:
426
427 distclean-generic:
428         -rm -f Makefile $(CONFIG_CLEAN_FILES)
429         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
430
431 maintainer-clean-generic:
432         -test -z "input_lexerllinput_parserhhinput_parsercc" || rm -f input_lexerll input_parserhh input_parsercc
433 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
434                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
435                 mostlyclean-generic
436
437 mostlyclean: mostlyclean-am
438
439 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
440                 clean-depend clean-generic mostlyclean-am
441
442 clean: clean-am
443
444 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
445                 distclean-libtool distclean-tags distclean-depend \
446                 distclean-generic clean-am
447         -rm -f libtool
448
449 distclean: distclean-am
450
451 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
452                 maintainer-clean-compile maintainer-clean-libtool \
453                 maintainer-clean-tags maintainer-clean-depend \
454                 maintainer-clean-generic distclean-am
455         @echo "This command is intended for maintainers to use;"
456         @echo "it deletes files that may require special tools to rebuild."
457
458 maintainer-clean: maintainer-clean-am
459
460 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
461 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
462 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
463 distclean-compile clean-compile maintainer-clean-compile \
464 mostlyclean-libtool distclean-libtool clean-libtool \
465 maintainer-clean-libtool uninstall-ginacincludeHEADERS \
466 install-ginacincludeHEADERS tags mostlyclean-tags distclean-tags \
467 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
468 distclean-depend clean-depend maintainer-clean-depend info-am info \
469 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
470 install-exec install-data-am install-data install-am install \
471 uninstall-am uninstall all-redirect all-am all installdirs \
472 mostlyclean-generic distclean-generic clean-generic \
473 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
474
475
476 # Files which are generated by perl scripts
477 $(srcdir)/function.h $(srcdir)/function.cpp: $(srcdir)/function.pl
478         cd $(srcdir) && perl -w function.pl
479
480 $(srcdir)/lst.h $(srcdir)/lst.cpp: $(srcdir)/container.pl
481         cd $(srcdir) && perl -w container.pl lst
482
483 $(srcdir)/exprseq.h $(srcdir)/exprseq.cpp: $(srcdir)/container.pl
484         cd $(srcdir) && perl -w container.pl exprseq
485
486 # Force build of headers before compilation
487 $(srcdir)/add.cpp: $(srcdir)/function.h $(srcdir)/lst.h $(srcdir)/exprseq.h
488
489 # Tell versions [3.59,3.63) of GNU make to not export all variables.
490 # Otherwise a system limit (for SysV at least) may be exceeded.
491 .NOEXPORT: