r3853: mac os x port
[ctsim.git] / libctgraphics / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AWK = @AWK@
70 CC = @CC@
71 CXX = @CXX@
72 DEPDIR = @DEPDIR@
73 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74 PACKAGE = @PACKAGE@
75 RANLIB = @RANLIB@
76 STRIP = @STRIP@
77 VERSION = @VERSION@
78 X_BASIC_LIBS = @X_BASIC_LIBS@
79 X_CFLAGS = @X_CFLAGS@
80 X_EXTRA_LIBS = @X_EXTRA_LIBS@
81 X_LIBS = @X_LIBS@
82 X_PRE_LIBS = @X_PRE_LIBS@
83 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
84 am__include = @am__include@
85 am__quote = @am__quote@
86 cgibindir = @cgibindir@
87 cgibinurl = @cgibinurl@
88 cgiprograms = @cgiprograms@
89 ctlibs = @ctlibs@
90 htmldata = @htmldata@
91 htmldir = @htmldir@
92 install_sh = @install_sh@
93 lamdefs = @lamdefs@
94 lamdir = @lamdir@
95 lamprograms = @lamprograms@
96 mpienable = @mpienable@
97 my_includes = @my_includes@
98 webdatadir = @webdatadir@
99 webdataurl = @webdataurl@
100 webenabled = @webenabled@
101 wxcflags = @wxcflags@
102 wxconfig = @wxconfig@
103 wxlibs = @wxlibs@
104 noinst_LIBRARIES = libctgraphics.a
105 libctgraphics_a_SOURCES = ezplot.cpp ezset.cpp pol.cpp sgp.cpp transformmatrix.cpp 
106 INCLUDES = @my_includes@
107 EXTRA_DIST = Makefile.nt
108 subdir = libctgraphics
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = $(top_builddir)/config.h
111 CONFIG_CLEAN_FILES =
112 LIBRARIES = $(noinst_LIBRARIES)
113
114 libctgraphics_a_AR = $(AR) cru
115 libctgraphics_a_LIBADD =
116 am_libctgraphics_a_OBJECTS = ezplot.$(OBJEXT) ezset.$(OBJEXT) \
117         pol.$(OBJEXT) sgp.$(OBJEXT) transformmatrix.$(OBJEXT)
118 libctgraphics_a_OBJECTS = $(am_libctgraphics_a_OBJECTS)
119
120 DEFS = @DEFS@
121 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
122 CPPFLAGS = @CPPFLAGS@
123 LDFLAGS = @LDFLAGS@
124 LIBS = @LIBS@
125 depcomp = $(SHELL) $(top_srcdir)/depcomp
126 am__depfiles_maybe = depfiles
127 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ezplot.Po ./$(DEPDIR)/ezset.Po \
128 @AMDEP_TRUE@    ./$(DEPDIR)/pol.Po ./$(DEPDIR)/sgp.Po \
129 @AMDEP_TRUE@    ./$(DEPDIR)/transformmatrix.Po
130 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
131         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
132 CXXLD = $(CXX)
133 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
134         -o $@
135 CXXFLAGS = @CXXFLAGS@
136 DIST_SOURCES = $(libctgraphics_a_SOURCES)
137 DIST_COMMON = Makefile.am Makefile.in
138 SOURCES = $(libctgraphics_a_SOURCES)
139
140 all: all-am
141
142 .SUFFIXES:
143 .SUFFIXES: .cpp .o .obj
144 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
145         cd $(top_srcdir) && \
146           $(AUTOMAKE) --gnu  libctgraphics/Makefile
147 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
148         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
149
150 AR = ar
151
152 clean-noinstLIBRARIES:
153         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
154 libctgraphics.a: $(libctgraphics_a_OBJECTS) $(libctgraphics_a_DEPENDENCIES) 
155         -rm -f libctgraphics.a
156         $(libctgraphics_a_AR) libctgraphics.a $(libctgraphics_a_OBJECTS) $(libctgraphics_a_LIBADD)
157         $(RANLIB) libctgraphics.a
158
159 mostlyclean-compile:
160         -rm -f *.$(OBJEXT) core *.core
161
162 distclean-compile:
163         -rm -f *.tab.c
164
165 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ezplot.Po@am__quote@
166 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ezset.Po@am__quote@
167 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pol.Po@am__quote@
168 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgp.Po@am__quote@
169 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transformmatrix.Po@am__quote@
170
171 distclean-depend:
172         -rm -rf ./$(DEPDIR)
173
174 .cpp.o:
175 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
176 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
177 @AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
178         $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
179
180 .cpp.obj:
181 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
182 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
183 @AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
184         $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
185 CXXDEPMODE = @CXXDEPMODE@
186 uninstall-info-am:
187
188 ETAGS = etags
189 ETAGSFLAGS =
190
191 tags: TAGS
192
193 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
194         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
195         unique=`for i in $$list; do \
196             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197           done | \
198           $(AWK) '    { files[$$0] = 1; } \
199                END { for (i in files) print i; }'`; \
200         mkid -fID $$unique
201
202 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
203                 $(TAGS_FILES) $(LISP)
204         tags=; \
205         here=`pwd`; \
206         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
207         unique=`for i in $$list; do \
208             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209           done | \
210           $(AWK) '    { files[$$0] = 1; } \
211                END { for (i in files) print i; }'`; \
212         test -z "$(ETAGS_ARGS)$$tags$$unique" \
213           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
214              $$tags $$unique
215
216 GTAGS:
217         here=`$(am__cd) $(top_builddir) && pwd` \
218           && cd $(top_srcdir) \
219           && gtags -i $(GTAGS_ARGS) $$here
220
221 distclean-tags:
222         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224
225 top_distdir = ..
226 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
227
228 distdir: $(DISTFILES)
229         @list='$(DISTFILES)'; for file in $$list; do \
230           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
231           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
232           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
233             dir="/$$dir"; \
234             $(mkinstalldirs) "$(distdir)$$dir"; \
235           else \
236             dir=''; \
237           fi; \
238           if test -d $$d/$$file; then \
239             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
240               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
241             fi; \
242             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
243           else \
244             test -f $(distdir)/$$file \
245             || cp -p $$d/$$file $(distdir)/$$file \
246             || exit 1; \
247           fi; \
248         done
249 check-am: all-am
250 check: check-am
251 all-am: Makefile $(LIBRARIES)
252
253 installdirs:
254
255 install: install-am
256 install-exec: install-exec-am
257 install-data: install-data-am
258 uninstall: uninstall-am
259
260 install-am: all-am
261         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
262
263 installcheck: installcheck-am
264 install-strip:
265         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
266           INSTALL_STRIP_FLAG=-s \
267           `test -z '$(STRIP)' || \
268             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
269 mostlyclean-generic:
270
271 clean-generic:
272
273 distclean-generic:
274         -rm -f Makefile $(CONFIG_CLEAN_FILES)
275
276 maintainer-clean-generic:
277         @echo "This command is intended for maintainers to use"
278         @echo "it deletes files that may require special tools to rebuild."
279 clean: clean-am
280
281 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
282
283 distclean: distclean-am
284
285 distclean-am: clean-am distclean-compile distclean-depend \
286         distclean-generic distclean-tags
287
288 dvi: dvi-am
289
290 dvi-am:
291
292 info: info-am
293
294 info-am:
295
296 install-data-am:
297
298 install-exec-am:
299
300 install-info: install-info-am
301
302 install-man:
303
304 installcheck-am:
305
306 maintainer-clean: maintainer-clean-am
307
308 maintainer-clean-am: distclean-am maintainer-clean-generic
309
310 mostlyclean: mostlyclean-am
311
312 mostlyclean-am: mostlyclean-compile mostlyclean-generic
313
314 uninstall-am: uninstall-info-am
315
316 .PHONY: GTAGS all all-am check check-am clean clean-generic \
317         clean-noinstLIBRARIES distclean distclean-compile \
318         distclean-depend distclean-generic distclean-tags distdir dvi \
319         dvi-am info info-am install install-am install-data \
320         install-data-am install-exec install-exec-am install-info \
321         install-info-am install-man install-strip installcheck \
322         installcheck-am installdirs maintainer-clean \
323         maintainer-clean-generic mostlyclean mostlyclean-compile \
324         mostlyclean-generic tags uninstall uninstall-am \
325         uninstall-info-am
326
327 # Tell versions [3.59,3.63) of GNU make to not export all variables.
328 # Otherwise a system limit (for SysV at least) may be exceeded.
329 .NOEXPORT: