]> www.ginac.de Git - ginac.git/blob - ginsh/Makefile.in
- cint dir was missing from distribution
[ginac.git] / ginsh / 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 LIBTOOL = @LIBTOOL@
88 LN_S = @LN_S@
89 LT_AGE = @LT_AGE@
90 LT_CURRENT = @LT_CURRENT@
91 LT_RELEASE = @LT_RELEASE@
92 LT_REVISION = @LT_REVISION@
93 MAINT = @MAINT@
94 MAKECINT = @MAKECINT@
95 MAKEINDEX = @MAKEINDEX@
96 MAKEINFO = @MAKEINFO@
97 OBJDUMP = @OBJDUMP@
98 PACKAGE = @PACKAGE@
99 RANLIB = @RANLIB@
100 REFERENCE_TARGETS = @REFERENCE_TARGETS@
101 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
102 VERSION = @VERSION@
103 YACC = @YACC@
104
105 bin_PROGRAMS = ginsh
106 ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h
107 ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS)
108 CPPFLAGS = -DIN_GINAC
109 INCLUDES = -I$(srcdir)/../ginac
110 man_MANS = ginsh.1
111 YFLAGS = -d
112 EXTRA_DIST = $(man_MANS) ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed
113 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114 CONFIG_HEADER = ../config.h
115 CONFIG_CLEAN_FILES = 
116 PROGRAMS =  $(bin_PROGRAMS)
117
118
119 DEFS = @DEFS@ -I. -I$(srcdir) -I..
120 LDFLAGS = @LDFLAGS@
121 LIBS = @LIBS@
122 ginsh_OBJECTS =  ginsh_parser.o ginsh_lexer.o
123 ginsh_DEPENDENCIES =  ../ginac/libginac.la
124 ginsh_LDFLAGS = 
125 CXXFLAGS = @CXXFLAGS@
126 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
127 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
128 CXXLD = $(CXX)
129 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
130 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
131 LEXLIB = @LEXLIB@
132 CFLAGS = @CFLAGS@
133 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135 CCLD = $(CC)
136 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
137 man1dir = $(mandir)/man1
138 MANS = $(man_MANS)
139
140 NROFF = nroff
141 DIST_COMMON =  Makefile.am Makefile.in ginsh_lexer.cc ginsh_parser.cc
142
143
144 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
145
146 TAR = tar
147 GZIP_ENV = --best
148 DEP_FILES =  .deps/ginsh_lexer.P .deps/ginsh_parser.P
149 SOURCES = $(ginsh_SOURCES)
150 OBJECTS = $(ginsh_OBJECTS)
151
152 all: all-redirect
153 .SUFFIXES:
154 .SUFFIXES: .S .c .cc .ll .lo .o .s .yy
155 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
156         cd $(top_srcdir) && $(AUTOMAKE) --gnu ginsh/Makefile
157
158 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
159         cd $(top_builddir) \
160           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
161
162
163 mostlyclean-binPROGRAMS:
164
165 clean-binPROGRAMS:
166         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
167
168 distclean-binPROGRAMS:
169
170 maintainer-clean-binPROGRAMS:
171
172 install-binPROGRAMS: $(bin_PROGRAMS)
173         @$(NORMAL_INSTALL)
174         $(mkinstalldirs) $(DESTDIR)$(bindir)
175         @list='$(bin_PROGRAMS)'; for p in $$list; do \
176           if test -f $$p; then \
177             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
178             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
179           else :; fi; \
180         done
181
182 uninstall-binPROGRAMS:
183         @$(NORMAL_UNINSTALL)
184         list='$(bin_PROGRAMS)'; for p in $$list; do \
185           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
186         done
187
188 .s.o:
189         $(COMPILE) -c $<
190
191 .S.o:
192         $(COMPILE) -c $<
193
194 mostlyclean-compile:
195         -rm -f *.o core *.core
196
197 clean-compile:
198
199 distclean-compile:
200         -rm -f *.tab.c
201
202 maintainer-clean-compile:
203
204 .s.lo:
205         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
206
207 .S.lo:
208         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
209
210 mostlyclean-libtool:
211         -rm -f *.lo
212
213 clean-libtool:
214         -rm -rf .libs _libs
215
216 distclean-libtool:
217
218 maintainer-clean-libtool:
219
220 ginsh: $(ginsh_OBJECTS) $(ginsh_DEPENDENCIES)
221         @rm -f ginsh
222         $(CXXLINK) $(ginsh_LDFLAGS) $(ginsh_OBJECTS) $(ginsh_LDADD) $(LIBS)
223 .cc.o:
224         $(CXXCOMPILE) -c $<
225 .cc.lo:
226         $(LTCXXCOMPILE) -c $<
227 .ll.cc:
228         $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
229 .yy.cc:
230         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.cc
231         if test -f y.tab.h; then \
232         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
233         else :; fi
234 ginsh_parser.hh: ginsh_parser.cc
235
236
237 install-man1:
238         $(mkinstalldirs) $(DESTDIR)$(man1dir)
239         @list='$(man1_MANS)'; \
240         l2='$(man_MANS)'; for i in $$l2; do \
241           case "$$i" in \
242             *.1*) list="$$list $$i" ;; \
243           esac; \
244         done; \
245         for i in $$list; do \
246           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
247           else file=$$i; fi; \
248           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
249           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
250           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
251           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
252           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
253         done
254
255 uninstall-man1:
256         @list='$(man1_MANS)'; \
257         l2='$(man_MANS)'; for i in $$l2; do \
258           case "$$i" in \
259             *.1*) list="$$list $$i" ;; \
260           esac; \
261         done; \
262         for i in $$list; do \
263           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
264           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
265           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
266           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
267           rm -f $(DESTDIR)$(man1dir)/$$inst; \
268         done
269 install-man: $(MANS)
270         @$(NORMAL_INSTALL)
271         $(MAKE) $(AM_MAKEFLAGS) install-man1
272 uninstall-man:
273         @$(NORMAL_UNINSTALL)
274         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
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 = ginsh
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 ginsh/Makefile
315         @for file in $(DISTFILES); do \
316           d=$(srcdir); \
317           if test -d $$d/$$file; then \
318             cp -pr $$/$$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 info-am:
377 info: info-am
378 dvi-am:
379 dvi: dvi-am
380 check-am: all-am
381 check: check-am
382 installcheck-am:
383 installcheck: installcheck-am
384 install-exec-am: install-binPROGRAMS
385 install-exec: install-exec-am
386
387 install-data-am: install-man
388 install-data: install-data-am
389
390 install-am: all-am
391         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
392 install: install-am
393 uninstall-am: uninstall-binPROGRAMS uninstall-man
394 uninstall: uninstall-am
395 all-am: Makefile $(PROGRAMS) $(MANS)
396 all-redirect: all-am
397 install-strip:
398         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
399 installdirs:
400         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
401
402
403 mostlyclean-generic:
404
405 clean-generic:
406
407 distclean-generic:
408         -rm -f Makefile $(CONFIG_CLEAN_FILES)
409         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
410
411 maintainer-clean-generic:
412         -test -z "ginsh_lexerllginsh_parserhhginsh_parsercc" || rm -f ginsh_lexerll ginsh_parserhh ginsh_parsercc
413 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
414                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
415                 mostlyclean-generic
416
417 mostlyclean: mostlyclean-am
418
419 clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
420                 clean-depend clean-generic mostlyclean-am
421
422 clean: clean-am
423
424 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
425                 distclean-tags distclean-depend distclean-generic \
426                 clean-am
427         -rm -f libtool
428
429 distclean: distclean-am
430
431 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
432                 maintainer-clean-compile maintainer-clean-libtool \
433                 maintainer-clean-tags maintainer-clean-depend \
434                 maintainer-clean-generic distclean-am
435         @echo "This command is intended for maintainers to use;"
436         @echo "it deletes files that may require special tools to rebuild."
437
438 maintainer-clean: maintainer-clean-am
439
440 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
441 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
442 mostlyclean-compile distclean-compile clean-compile \
443 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
444 clean-libtool maintainer-clean-libtool install-man1 uninstall-man1 \
445 install-man uninstall-man tags mostlyclean-tags distclean-tags \
446 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
447 distclean-depend clean-depend maintainer-clean-depend info-am info \
448 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
449 install-exec install-data-am install-data install-am install \
450 uninstall-am uninstall all-redirect all-am all installdirs \
451 mostlyclean-generic distclean-generic clean-generic \
452 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
453
454
455 # files created by sed scripts
456 ginsh_fcn_help.c: ginsh.1 ginsh_fcn_help.sed
457         sed -n -f ginsh_fcn_help.sed <$< >$@
458
459 ginsh_op_help.c: ginsh.1 ginsh_op_help.sed
460         sed -n -f ginsh_op_help.sed <$< >$@
461
462 ginsh_parser.o: ginsh_fcn_help.c ginsh_op_help.c
463
464 # Tell versions [3.59,3.63) of GNU make to not export all variables.
465 # Otherwise a system limit (for SysV at least) may be exceeded.
466 .NOEXPORT: