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