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