r649: *** empty log message ***
[ctsim.git] / libctgraphics / 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 AWK = @AWK@
63 CC = @CC@
64 CXX = @CXX@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 VERSION = @VERSION@
69 X_BASIC_LIBS = @X_BASIC_LIBS@
70 X_CFLAGS = @X_CFLAGS@
71 X_EXTRA_LIBS = @X_EXTRA_LIBS@
72 X_LIBS = @X_LIBS@
73 X_PRE_LIBS = @X_PRE_LIBS@
74 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
75 cgibindir = @cgibindir@
76 cgibinurl = @cgibinurl@
77 cgiprograms = @cgiprograms@
78 ctlibs = @ctlibs@
79 htmldata = @htmldata@
80 htmldir = @htmldir@
81 lamdefs = @lamdefs@
82 lamdir = @lamdir@
83 lamprograms = @lamprograms@
84 mpienable = @mpienable@
85 my_includes = @my_includes@
86 webdatadir = @webdatadir@
87 webdataurl = @webdataurl@
88 webenabled = @webenabled@
89 wxcflags = @wxcflags@
90 wxconfig = @wxconfig@
91 wxlibs = @wxlibs@
92
93 noinst_LIBRARIES = libctgraphics.a
94 libctgraphics_a_SOURCES = ezplot.cpp ezset.cpp pol.cpp sgp.cpp transformmatrix.cpp 
95 INCLUDES = @my_includes@
96 EXTRA_DIST = Makefile.nt
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../config.h
99 CONFIG_CLEAN_FILES = 
100 LIBRARIES =  $(noinst_LIBRARIES)
101
102
103 DEFS = @DEFS@ -I. -I$(srcdir) -I..
104 CPPFLAGS = @CPPFLAGS@
105 LDFLAGS = @LDFLAGS@
106 LIBS = @LIBS@
107 libctgraphics_a_LIBADD = 
108 libctgraphics_a_OBJECTS =  ezplot.o ezset.o pol.o sgp.o \
109 transformmatrix.o
110 AR = ar
111 CXXFLAGS = @CXXFLAGS@
112 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
113 CXXLD = $(CXX)
114 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
115 DIST_COMMON =  Makefile.am Makefile.in
116
117
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120 TAR = gtar
121 GZIP_ENV = --best
122 DEP_FILES =  .deps/ezplot.P .deps/ezset.P .deps/pol.P .deps/sgp.P \
123 .deps/transformmatrix.P
124 SOURCES = $(libctgraphics_a_SOURCES)
125 OBJECTS = $(libctgraphics_a_OBJECTS)
126
127 all: all-redirect
128 .SUFFIXES:
129 .SUFFIXES: .S .c .cpp .o .s
130 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
131         cd $(top_srcdir) && $(AUTOMAKE) --gnu libctgraphics/Makefile
132
133 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
134         cd $(top_builddir) \
135           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136
137
138 mostlyclean-noinstLIBRARIES:
139
140 clean-noinstLIBRARIES:
141         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
142
143 distclean-noinstLIBRARIES:
144
145 maintainer-clean-noinstLIBRARIES:
146
147 .s.o:
148         $(COMPILE) -c $<
149
150 .S.o:
151         $(COMPILE) -c $<
152
153 mostlyclean-compile:
154         -rm -f *.o core *.core
155
156 clean-compile:
157
158 distclean-compile:
159         -rm -f *.tab.c
160
161 maintainer-clean-compile:
162
163 libctgraphics.a: $(libctgraphics_a_OBJECTS) $(libctgraphics_a_DEPENDENCIES)
164         -rm -f libctgraphics.a
165         $(AR) cru libctgraphics.a $(libctgraphics_a_OBJECTS) $(libctgraphics_a_LIBADD)
166         $(RANLIB) libctgraphics.a
167 .cpp.o:
168         $(CXXCOMPILE) -c $<
169
170 tags: TAGS
171
172 ID: $(HEADERS) $(SOURCES) $(LISP)
173         list='$(SOURCES) $(HEADERS)'; \
174         unique=`for i in $$list; do echo $$i; done | \
175           awk '    { files[$$0] = 1; } \
176                END { for (i in files) print i; }'`; \
177         here=`pwd` && cd $(srcdir) \
178           && mkid -f$$here/ID $$unique $(LISP)
179
180 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
181         tags=; \
182         here=`pwd`; \
183         list='$(SOURCES) $(HEADERS)'; \
184         unique=`for i in $$list; do echo $$i; done | \
185           awk '    { files[$$0] = 1; } \
186                END { for (i in files) print i; }'`; \
187         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
188           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
189
190 mostlyclean-tags:
191
192 clean-tags:
193
194 distclean-tags:
195         -rm -f TAGS ID
196
197 maintainer-clean-tags:
198
199 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
200
201 subdir = libctgraphics
202
203 distdir: $(DISTFILES)
204         here=`cd $(top_builddir) && pwd`; \
205         top_distdir=`cd $(top_distdir) && pwd`; \
206         distdir=`cd $(distdir) && pwd`; \
207         cd $(top_srcdir) \
208           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu libctgraphics/Makefile
209         @for file in $(DISTFILES); do \
210           d=$(srcdir); \
211           if test -d $$d/$$file; then \
212             cp -pr $$d/$$file $(distdir)/$$file; \
213           else \
214             test -f $(distdir)/$$file \
215             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
216             || cp -p $$d/$$file $(distdir)/$$file || :; \
217           fi; \
218         done
219
220 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
221
222 -include $(DEP_FILES)
223
224 mostlyclean-depend:
225
226 clean-depend:
227
228 distclean-depend:
229         -rm -rf .deps
230
231 maintainer-clean-depend:
232
233 %.o: %.c
234         @echo '$(COMPILE) -c $<'; \
235         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
236         @-cp .deps/$(*F).pp .deps/$(*F).P; \
237         tr ' ' '\012' < .deps/$(*F).pp \
238           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
239             >> .deps/$(*F).P; \
240         rm .deps/$(*F).pp
241
242 %.lo: %.c
243         @echo '$(LTCOMPILE) -c $<'; \
244         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
245         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
246           < .deps/$(*F).pp > .deps/$(*F).P; \
247         tr ' ' '\012' < .deps/$(*F).pp \
248           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
249             >> .deps/$(*F).P; \
250         rm -f .deps/$(*F).pp
251
252 %.o: %.cpp
253         @echo '$(CXXCOMPILE) -c $<'; \
254         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
255         @-cp .deps/$(*F).pp .deps/$(*F).P; \
256         tr ' ' '\012' < .deps/$(*F).pp \
257           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
258             >> .deps/$(*F).P; \
259         rm .deps/$(*F).pp
260
261 %.lo: %.cpp
262         @echo '$(LTCXXCOMPILE) -c $<'; \
263         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
264         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
265           < .deps/$(*F).pp > .deps/$(*F).P; \
266         tr ' ' '\012' < .deps/$(*F).pp \
267           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
268             >> .deps/$(*F).P; \
269         rm -f .deps/$(*F).pp
270 info-am:
271 info: info-am
272 dvi-am:
273 dvi: dvi-am
274 check-am: all-am
275 check: check-am
276 installcheck-am:
277 installcheck: installcheck-am
278 install-exec-am:
279 install-exec: install-exec-am
280
281 install-data-am:
282 install-data: install-data-am
283
284 install-am: all-am
285         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
286 install: install-am
287 uninstall-am:
288 uninstall: uninstall-am
289 all-am: Makefile $(LIBRARIES)
290 all-redirect: all-am
291 install-strip:
292         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
293 installdirs:
294
295
296 mostlyclean-generic:
297
298 clean-generic:
299
300 distclean-generic:
301         -rm -f Makefile $(CONFIG_CLEAN_FILES)
302         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
303
304 maintainer-clean-generic:
305 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
306                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
307
308 mostlyclean: mostlyclean-am
309
310 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
311                 clean-generic mostlyclean-am
312
313 clean: clean-am
314
315 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
316                 distclean-tags distclean-depend distclean-generic \
317                 clean-am
318
319 distclean: distclean-am
320
321 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
322                 maintainer-clean-compile maintainer-clean-tags \
323                 maintainer-clean-depend maintainer-clean-generic \
324                 distclean-am
325         @echo "This command is intended for maintainers to use;"
326         @echo "it deletes files that may require special tools to rebuild."
327
328 maintainer-clean: maintainer-clean-am
329
330 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
331 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
332 mostlyclean-compile distclean-compile clean-compile \
333 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
334 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
335 distclean-depend clean-depend maintainer-clean-depend info-am info \
336 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
337 install-exec install-data-am install-data install-am install \
338 uninstall-am uninstall all-redirect all-am all installdirs \
339 mostlyclean-generic distclean-generic clean-generic \
340 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
341
342
343 # Tell versions [3.59,3.63) of GNU make to not export all variables.
344 # Otherwise a system limit (for SysV at least) may be exceeded.
345 .NOEXPORT: