]> www.ginac.de Git - ginac.git/blob - ginsh/Makefile.in
- expressions can now be read from streams; the input expression can contain
[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 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 bin_PROGRAMS = ginsh
109 ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h
110 ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS)
111 CPPFLAGS = -DIN_GINAC
112 INCLUDES = -I$(srcdir)/../ginac
113 man_MANS = ginsh.1
114 YFLAGS = -d
115 EXTRA_DIST = $(man_MANS) ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed
116 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
117 CONFIG_HEADER = ../config.h
118 CONFIG_CLEAN_FILES = 
119 PROGRAMS =  $(bin_PROGRAMS)
120
121
122 DEFS = @DEFS@ -I. -I$(srcdir) -I..
123 LDFLAGS = @LDFLAGS@
124 LIBS = @LIBS@
125 ginsh_OBJECTS =  ginsh_parser.o ginsh_lexer.o
126 ginsh_DEPENDENCIES =  ../ginac/libginac.la
127 ginsh_LDFLAGS = 
128 CXXFLAGS = @CXXFLAGS@
129 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
130 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131 CXXLD = $(CXX)
132 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
133 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
134 LEXLIB = @LEXLIB@
135 CFLAGS = @CFLAGS@
136 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138 CCLD = $(CC)
139 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
140 man1dir = $(mandir)/man1
141 MANS = $(man_MANS)
142
143 NROFF = nroff
144 DIST_COMMON =  Makefile.am Makefile.in ginsh_lexer.cc ginsh_parser.cc
145
146
147 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
148
149 TAR = tar
150 GZIP_ENV = --best
151 DEP_FILES =  .deps/ginsh_lexer.P .deps/ginsh_parser.P
152 SOURCES = $(ginsh_SOURCES)
153 OBJECTS = $(ginsh_OBJECTS)
154
155 all: all-redirect
156 .SUFFIXES:
157 .SUFFIXES: .S .c .cc .ll .lo .o .s .yy
158 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
159         cd $(top_srcdir) && $(AUTOMAKE) --gnu ginsh/Makefile
160
161 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
162         cd $(top_builddir) \
163           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
164
165
166 mostlyclean-binPROGRAMS:
167
168 clean-binPROGRAMS:
169         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
170
171 distclean-binPROGRAMS:
172
173 maintainer-clean-binPROGRAMS:
174
175 install-binPROGRAMS: $(bin_PROGRAMS)
176         @$(NORMAL_INSTALL)
177         $(mkinstalldirs) $(DESTDIR)$(bindir)
178         @list='$(bin_PROGRAMS)'; for p in $$list; do \
179           if test -f $$p; then \
180             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
181             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
182           else :; fi; \
183         done
184
185 uninstall-binPROGRAMS:
186         @$(NORMAL_UNINSTALL)
187         list='$(bin_PROGRAMS)'; for p in $$list; do \
188           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
189         done
190
191 .s.o:
192         $(COMPILE) -c $<
193
194 .S.o:
195         $(COMPILE) -c $<
196
197 mostlyclean-compile:
198         -rm -f *.o core *.core
199
200 clean-compile:
201
202 distclean-compile:
203         -rm -f *.tab.c
204
205 maintainer-clean-compile:
206
207 .s.lo:
208         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
209
210 .S.lo:
211         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
212
213 mostlyclean-libtool:
214         -rm -f *.lo
215
216 clean-libtool:
217         -rm -rf .libs _libs
218
219 distclean-libtool:
220
221 maintainer-clean-libtool:
222
223 ginsh: $(ginsh_OBJECTS) $(ginsh_DEPENDENCIES)
224         @rm -f ginsh
225         $(CXXLINK) $(ginsh_LDFLAGS) $(ginsh_OBJECTS) $(ginsh_LDADD) $(LIBS)
226 .cc.o:
227         $(CXXCOMPILE) -c $<
228 .cc.lo:
229         $(LTCXXCOMPILE) -c $<
230 .ll.cc:
231         $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
232 .yy.cc:
233         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.cc
234         if test -f y.tab.h; then \
235         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
236         else :; fi
237 ginsh_parser.hh: ginsh_parser.cc
238
239
240 install-man1:
241         $(mkinstalldirs) $(DESTDIR)$(man1dir)
242         @list='$(man1_MANS)'; \
243         l2='$(man_MANS)'; for i in $$l2; do \
244           case "$$i" in \
245             *.1*) list="$$list $$i" ;; \
246           esac; \
247         done; \
248         for i in $$list; do \
249           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
250           else file=$$i; fi; \
251           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
252           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
253           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
254           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
255           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
256         done
257
258 uninstall-man1:
259         @list='$(man1_MANS)'; \
260         l2='$(man_MANS)'; for i in $$l2; do \
261           case "$$i" in \
262             *.1*) list="$$list $$i" ;; \
263           esac; \
264         done; \
265         for i in $$list; do \
266           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
267           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
268           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
269           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
270           rm -f $(DESTDIR)$(man1dir)/$$inst; \
271         done
272 install-man: $(MANS)
273         @$(NORMAL_INSTALL)
274         $(MAKE) $(AM_MAKEFLAGS) install-man1
275 uninstall-man:
276         @$(NORMAL_UNINSTALL)
277         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
278
279 tags: TAGS
280
281 ID: $(HEADERS) $(SOURCES) $(LISP)
282         list='$(SOURCES) $(HEADERS)'; \
283         unique=`for i in $$list; do echo $$i; done | \
284           awk '    { files[$$0] = 1; } \
285                END { for (i in files) print i; }'`; \
286         here=`pwd` && cd $(srcdir) \
287           && mkid -f$$here/ID $$unique $(LISP)
288
289 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
290         tags=; \
291         here=`pwd`; \
292         list='$(SOURCES) $(HEADERS)'; \
293         unique=`for i in $$list; do echo $$i; done | \
294           awk '    { files[$$0] = 1; } \
295                END { for (i in files) print i; }'`; \
296         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
297           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
298
299 mostlyclean-tags:
300
301 clean-tags:
302
303 distclean-tags:
304         -rm -f TAGS ID
305
306 maintainer-clean-tags:
307
308 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
309
310 subdir = ginsh
311
312 distdir: $(DISTFILES)
313         here=`cd $(top_builddir) && pwd`; \
314         top_distdir=`cd $(top_distdir) && pwd`; \
315         distdir=`cd $(distdir) && pwd`; \
316         cd $(top_srcdir) \
317           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ginsh/Makefile
318         @for file in $(DISTFILES); do \
319           d=$(srcdir); \
320           if test -d $$d/$$file; then \
321             cp -pr $$/$$file $(distdir)/$$file; \
322           else \
323             test -f $(distdir)/$$file \
324             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
325             || cp -p $$d/$$file $(distdir)/$$file || :; \
326           fi; \
327         done
328
329 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
330
331 -include $(DEP_FILES)
332
333 mostlyclean-depend:
334
335 clean-depend:
336
337 distclean-depend:
338         -rm -rf .deps
339
340 maintainer-clean-depend:
341
342 %.o: %.c
343         @echo '$(COMPILE) -c $<'; \
344         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
345         @-cp .deps/$(*F).pp .deps/$(*F).P; \
346         tr ' ' '\012' < .deps/$(*F).pp \
347           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
348             >> .deps/$(*F).P; \
349         rm .deps/$(*F).pp
350
351 %.lo: %.c
352         @echo '$(LTCOMPILE) -c $<'; \
353         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
354         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
355           < .deps/$(*F).pp > .deps/$(*F).P; \
356         tr ' ' '\012' < .deps/$(*F).pp \
357           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
358             >> .deps/$(*F).P; \
359         rm -f .deps/$(*F).pp
360
361 %.o: %.cc
362         @echo '$(CXXCOMPILE) -c $<'; \
363         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
364         @-cp .deps/$(*F).pp .deps/$(*F).P; \
365         tr ' ' '\012' < .deps/$(*F).pp \
366           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
367             >> .deps/$(*F).P; \
368         rm .deps/$(*F).pp
369
370 %.lo: %.cc
371         @echo '$(LTCXXCOMPILE) -c $<'; \
372         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
373         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
374           < .deps/$(*F).pp > .deps/$(*F).P; \
375         tr ' ' '\012' < .deps/$(*F).pp \
376           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
377             >> .deps/$(*F).P; \
378         rm -f .deps/$(*F).pp
379 info-am:
380 info: info-am
381 dvi-am:
382 dvi: dvi-am
383 check-am: all-am
384 check: check-am
385 installcheck-am:
386 installcheck: installcheck-am
387 install-exec-am: install-binPROGRAMS
388 install-exec: install-exec-am
389
390 install-data-am: install-man
391 install-data: install-data-am
392
393 install-am: all-am
394         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395 install: install-am
396 uninstall-am: uninstall-binPROGRAMS uninstall-man
397 uninstall: uninstall-am
398 all-am: Makefile $(PROGRAMS) $(MANS)
399 all-redirect: all-am
400 install-strip:
401         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
402 installdirs:
403         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
404
405
406 mostlyclean-generic:
407
408 clean-generic:
409
410 distclean-generic:
411         -rm -f Makefile $(CONFIG_CLEAN_FILES)
412         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
413
414 maintainer-clean-generic:
415         -test -z "ginsh_lexerllginsh_parserhhginsh_parsercc" || rm -f ginsh_lexerll ginsh_parserhh ginsh_parsercc
416 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
417                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
418                 mostlyclean-generic
419
420 mostlyclean: mostlyclean-am
421
422 clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
423                 clean-depend clean-generic mostlyclean-am
424
425 clean: clean-am
426
427 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
428                 distclean-tags distclean-depend distclean-generic \
429                 clean-am
430         -rm -f libtool
431
432 distclean: distclean-am
433
434 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
435                 maintainer-clean-compile maintainer-clean-libtool \
436                 maintainer-clean-tags maintainer-clean-depend \
437                 maintainer-clean-generic distclean-am
438         @echo "This command is intended for maintainers to use;"
439         @echo "it deletes files that may require special tools to rebuild."
440
441 maintainer-clean: maintainer-clean-am
442
443 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
444 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
445 mostlyclean-compile distclean-compile clean-compile \
446 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
447 clean-libtool maintainer-clean-libtool install-man1 uninstall-man1 \
448 install-man uninstall-man tags mostlyclean-tags distclean-tags \
449 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
450 distclean-depend clean-depend maintainer-clean-depend info-am info \
451 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
452 install-exec install-data-am install-data install-am install \
453 uninstall-am uninstall all-redirect all-am all installdirs \
454 mostlyclean-generic distclean-generic clean-generic \
455 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
456
457
458 # files created by sed scripts
459 ginsh_fcn_help.c: ginsh.1 ginsh_fcn_help.sed
460         sed -n -f ginsh_fcn_help.sed <$< >$@
461
462 ginsh_op_help.c: ginsh.1 ginsh_op_help.sed
463         sed -n -f ginsh_op_help.sed <$< >$@
464
465 ginsh_parser.o: ginsh_fcn_help.c ginsh_op_help.c
466
467 # Tell versions [3.59,3.63) of GNU make to not export all variables.
468 # Otherwise a system limit (for SysV at least) may be exceeded.
469 .NOEXPORT: