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