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