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