d027873b35a489f7d8e84ddff5b6a2674363d179
[ctsim.git] / libctgraphics / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  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
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = libctgraphics
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 LIBRARIES = $(noinst_LIBRARIES)
49 AR = ar
50 ARFLAGS = cru
51 libctgraphics_a_AR = $(AR) $(ARFLAGS)
52 libctgraphics_a_LIBADD =
53 am_libctgraphics_a_OBJECTS = ezplot.$(OBJEXT) ezset.$(OBJEXT) \
54         pol.$(OBJEXT) sgp.$(OBJEXT) transformmatrix.$(OBJEXT)
55 libctgraphics_a_OBJECTS = $(am_libctgraphics_a_OBJECTS)
56 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
57 depcomp = $(SHELL) $(top_srcdir)/depcomp
58 am__depfiles_maybe = depfiles
59 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61 CXXLD = $(CXX)
62 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
63         -o $@
64 SOURCES = $(libctgraphics_a_SOURCES)
65 DIST_SOURCES = $(libctgraphics_a_SOURCES)
66 ETAGS = etags
67 CTAGS = ctags
68 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69 ACLOCAL = @ACLOCAL@
70 AMDEP_FALSE = @AMDEP_FALSE@
71 AMDEP_TRUE = @AMDEP_TRUE@
72 AMTAR = @AMTAR@
73 AUTOCONF = @AUTOCONF@
74 AUTOHEADER = @AUTOHEADER@
75 AUTOMAKE = @AUTOMAKE@
76 AWK = @AWK@
77 CC = @CC@
78 CCDEPMODE = @CCDEPMODE@
79 CFLAGS = @CFLAGS@
80 CPP = @CPP@
81 CPPFLAGS = @CPPFLAGS@
82 CXX = @CXX@
83 CXXDEPMODE = @CXXDEPMODE@
84 CXXFLAGS = @CXXFLAGS@
85 CYGPATH_W = @CYGPATH_W@
86 DEBUG_FALSE = @DEBUG_FALSE@
87 DEBUG_TRUE = @DEBUG_TRUE@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 ECHO_C = @ECHO_C@
91 ECHO_N = @ECHO_N@
92 ECHO_T = @ECHO_T@
93 EGREP = @EGREP@
94 EXEEXT = @EXEEXT@
95 GREP = @GREP@
96 HAVE_SGP_FALSE = @HAVE_SGP_FALSE@
97 HAVE_SGP_TRUE = @HAVE_SGP_TRUE@
98 HAVE_WXWINDOWS_FALSE = @HAVE_WXWINDOWS_FALSE@
99 HAVE_WXWINDOWS_TRUE = @HAVE_WXWINDOWS_TRUE@
100 INCLUDED_GETOPT_LONG_FALSE = @INCLUDED_GETOPT_LONG_FALSE@
101 INCLUDED_GETOPT_LONG_TRUE = @INCLUDED_GETOPT_LONG_TRUE@
102 INSTALL_DATA = @INSTALL_DATA@
103 INSTALL_PROGRAM = @INSTALL_PROGRAM@
104 INSTALL_SCRIPT = @INSTALL_SCRIPT@
105 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106 LDFLAGS = @LDFLAGS@
107 LIBOBJS = @LIBOBJS@
108 LIBS = @LIBS@
109 LTLIBOBJS = @LTLIBOBJS@
110 MAINT = @MAINT@
111 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
112 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
113 MAKEINFO = @MAKEINFO@
114 NO_X_FALSE = @NO_X_FALSE@
115 NO_X_TRUE = @NO_X_TRUE@
116 OBJEXT = @OBJEXT@
117 PACKAGE = @PACKAGE@
118 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
119 PACKAGE_NAME = @PACKAGE_NAME@
120 PACKAGE_STRING = @PACKAGE_STRING@
121 PACKAGE_TARNAME = @PACKAGE_TARNAME@
122 PACKAGE_URL = @PACKAGE_URL@
123 PACKAGE_VERSION = @PACKAGE_VERSION@
124 PATH_SEPARATOR = @PATH_SEPARATOR@
125 RANLIB = @RANLIB@
126 SET_MAKE = @SET_MAKE@
127 SHELL = @SHELL@
128 STRIP = @STRIP@
129 USE_HTML_FALSE = @USE_HTML_FALSE@
130 USE_HTML_TRUE = @USE_HTML_TRUE@
131 USE_LAM_FALSE = @USE_LAM_FALSE@
132 USE_LAM_TRUE = @USE_LAM_TRUE@
133 VERSION = @VERSION@
134 XMKMF = @XMKMF@
135 X_BASIC_LIBS = @X_BASIC_LIBS@
136 X_CFLAGS = @X_CFLAGS@
137 X_EXTRA_LIBS = @X_EXTRA_LIBS@
138 X_LIBS = @X_LIBS@
139 X_PRE_LIBS = @X_PRE_LIBS@
140 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
141 ac_ct_CC = @ac_ct_CC@
142 ac_ct_CXX = @ac_ct_CXX@
143 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
144 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
145 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
146 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
147 am__include = @am__include@
148 am__leading_dot = @am__leading_dot@
149 am__quote = @am__quote@
150 am__tar = @am__tar@
151 am__untar = @am__untar@
152 bindir = @bindir@
153 build = @build@
154 build_alias = @build_alias@
155 build_cpu = @build_cpu@
156 build_os = @build_os@
157 build_vendor = @build_vendor@
158 cgibindir = @cgibindir@
159 cgibinurl = @cgibinurl@
160 cgiprograms = @cgiprograms@
161 ctlibs = @ctlibs@
162 datadir = @datadir@
163 datarootdir = @datarootdir@
164 docdir = @docdir@
165 dvidir = @dvidir@
166 exec_prefix = @exec_prefix@
167 host = @host@
168 host_alias = @host_alias@
169 host_cpu = @host_cpu@
170 host_os = @host_os@
171 host_vendor = @host_vendor@
172 htmldata = @htmldata@
173 htmldir = @htmldir@
174 includedir = @includedir@
175 infodir = @infodir@
176 install_sh = @install_sh@
177 lamdefs = @lamdefs@
178 lamdir = @lamdir@
179 lamprograms = @lamprograms@
180 libdir = @libdir@
181 libexecdir = @libexecdir@
182 localedir = @localedir@
183 localstatedir = @localstatedir@
184 mandir = @mandir@
185 mkdir_p = @mkdir_p@
186 mpienable = @mpienable@
187 my_includes = @my_includes@
188 oldincludedir = @oldincludedir@
189 pdfdir = @pdfdir@
190 prefix = @prefix@
191 program_transform_name = @program_transform_name@
192 psdir = @psdir@
193 sbindir = @sbindir@
194 sharedstatedir = @sharedstatedir@
195 sysconfdir = @sysconfdir@
196 target_alias = @target_alias@
197 webdatadir = @webdatadir@
198 webdataurl = @webdataurl@
199 webenabled = @webenabled@
200 wxcflags = @wxcflags@
201 wxconfig = @wxconfig@
202 wxlibs = @wxlibs@
203 noinst_LIBRARIES = libctgraphics.a
204 libctgraphics_a_SOURCES = ezplot.cpp ezset.cpp pol.cpp sgp.cpp transformmatrix.cpp 
205 INCLUDES = @my_includes@
206 EXTRA_DIST = Makefile.nt
207 all: all-am
208
209 .SUFFIXES:
210 .SUFFIXES: .cpp .o .obj
211 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
212         @for dep in $?; do \
213           case '$(am__configure_deps)' in \
214             *$$dep*) \
215               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
216                 && exit 0; \
217               exit 1;; \
218           esac; \
219         done; \
220         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libctgraphics/Makefile'; \
221         cd $(top_srcdir) && \
222           $(AUTOMAKE) --gnu  libctgraphics/Makefile
223 .PRECIOUS: Makefile
224 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225         @case '$?' in \
226           *config.status*) \
227             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
228           *) \
229             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
230             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
231         esac;
232
233 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
234         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
236 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
237         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
239         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
241 clean-noinstLIBRARIES:
242         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
243 libctgraphics.a: $(libctgraphics_a_OBJECTS) $(libctgraphics_a_DEPENDENCIES) 
244         -rm -f libctgraphics.a
245         $(libctgraphics_a_AR) libctgraphics.a $(libctgraphics_a_OBJECTS) $(libctgraphics_a_LIBADD)
246         $(RANLIB) libctgraphics.a
247
248 mostlyclean-compile:
249         -rm -f *.$(OBJEXT)
250
251 distclean-compile:
252         -rm -f *.tab.c
253
254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ezplot.Po@am__quote@
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ezset.Po@am__quote@
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pol.Po@am__quote@
257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgp.Po@am__quote@
258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transformmatrix.Po@am__quote@
259
260 .cpp.o:
261 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
262 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
263 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
264 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
265 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
266
267 .cpp.obj:
268 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
269 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
271 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
273 uninstall-info-am:
274
275 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277         unique=`for i in $$list; do \
278             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279           done | \
280           $(AWK) '    { files[$$0] = 1; } \
281                END { for (i in files) print i; }'`; \
282         mkid -fID $$unique
283 tags: TAGS
284
285 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
286                 $(TAGS_FILES) $(LISP)
287         tags=; \
288         here=`pwd`; \
289         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
290         unique=`for i in $$list; do \
291             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292           done | \
293           $(AWK) '    { files[$$0] = 1; } \
294                END { for (i in files) print i; }'`; \
295         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
296           test -n "$$unique" || unique=$$empty_fix; \
297           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
298             $$tags $$unique; \
299         fi
300 ctags: CTAGS
301 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
302                 $(TAGS_FILES) $(LISP)
303         tags=; \
304         here=`pwd`; \
305         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
306         unique=`for i in $$list; do \
307             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308           done | \
309           $(AWK) '    { files[$$0] = 1; } \
310                END { for (i in files) print i; }'`; \
311         test -z "$(CTAGS_ARGS)$$tags$$unique" \
312           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
313              $$tags $$unique
314
315 GTAGS:
316         here=`$(am__cd) $(top_builddir) && pwd` \
317           && cd $(top_srcdir) \
318           && gtags -i $(GTAGS_ARGS) $$here
319
320 distclean-tags:
321         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
322
323 distdir: $(DISTFILES)
324         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
325         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
326         list='$(DISTFILES)'; for file in $$list; do \
327           case $$file in \
328             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
329             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
330           esac; \
331           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
332           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
333           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
334             dir="/$$dir"; \
335             $(mkdir_p) "$(distdir)$$dir"; \
336           else \
337             dir=''; \
338           fi; \
339           if test -d $$d/$$file; then \
340             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
341               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
342             fi; \
343             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
344           else \
345             test -f $(distdir)/$$file \
346             || cp -p $$d/$$file $(distdir)/$$file \
347             || exit 1; \
348           fi; \
349         done
350 check-am: all-am
351 check: check-am
352 all-am: Makefile $(LIBRARIES)
353 installdirs:
354 install: install-am
355 install-exec: install-exec-am
356 install-data: install-data-am
357 uninstall: uninstall-am
358
359 install-am: all-am
360         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
361
362 installcheck: installcheck-am
363 install-strip:
364         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
365           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
366           `test -z '$(STRIP)' || \
367             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
368 mostlyclean-generic:
369
370 clean-generic:
371
372 distclean-generic:
373         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
374
375 maintainer-clean-generic:
376         @echo "This command is intended for maintainers to use"
377         @echo "it deletes files that may require special tools to rebuild."
378 clean: clean-am
379
380 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
381
382 distclean: distclean-am
383         -rm -rf ./$(DEPDIR)
384         -rm -f Makefile
385 distclean-am: clean-am distclean-compile distclean-generic \
386         distclean-tags
387
388 dvi: dvi-am
389
390 dvi-am:
391
392 html: html-am
393
394 info: info-am
395
396 info-am:
397
398 install-data-am:
399
400 install-exec-am:
401
402 install-info: install-info-am
403
404 install-man:
405
406 installcheck-am:
407
408 maintainer-clean: maintainer-clean-am
409         -rm -rf ./$(DEPDIR)
410         -rm -f Makefile
411 maintainer-clean-am: distclean-am maintainer-clean-generic
412
413 mostlyclean: mostlyclean-am
414
415 mostlyclean-am: mostlyclean-compile mostlyclean-generic
416
417 pdf: pdf-am
418
419 pdf-am:
420
421 ps: ps-am
422
423 ps-am:
424
425 uninstall-am: uninstall-info-am
426
427 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
428         clean-noinstLIBRARIES ctags distclean distclean-compile \
429         distclean-generic distclean-tags distdir dvi dvi-am html \
430         html-am info info-am install install-am install-data \
431         install-data-am install-exec install-exec-am install-info \
432         install-info-am install-man install-strip installcheck \
433         installcheck-am installdirs maintainer-clean \
434         maintainer-clean-generic mostlyclean mostlyclean-compile \
435         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
436         uninstall-am uninstall-info-am
437
438 # Tell versions [3.59,3.63) of GNU make to not export all variables.
439 # Otherwise a system limit (for SysV at least) may be exceeded.
440 .NOEXPORT: