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