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