Imported Upstream version 2.81
[platform/upstream/libbullet.git] / Demos / CcdPhysicsDemo / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 noinst_PROGRAMS = CcdPhysicsDemo$(EXEEXT)
38 subdir = Demos/CcdPhysicsDemo
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42         $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 PROGRAMS = $(noinst_PROGRAMS)
50 am_CcdPhysicsDemo_OBJECTS = CcdPhysicsDemo-CcdPhysicsDemo.$(OBJEXT) \
51         CcdPhysicsDemo-main.$(OBJEXT)
52 CcdPhysicsDemo_OBJECTS = $(am_CcdPhysicsDemo_OBJECTS)
53 CcdPhysicsDemo_DEPENDENCIES =
54 CcdPhysicsDemo_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
55         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
56         $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
57         $(LDFLAGS) -o $@
58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
59 depcomp = $(SHELL) $(top_srcdir)/depcomp
60 am__depfiles_maybe = depfiles
61 am__mv = mv -f
62 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67 CXXLD = $(CXX)
68 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
70         $(LDFLAGS) -o $@
71 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76 CCLD = $(CC)
77 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
79         $(LDFLAGS) -o $@
80 SOURCES = $(CcdPhysicsDemo_SOURCES)
81 DIST_SOURCES = $(CcdPhysicsDemo_SOURCES)
82 ETAGS = etags
83 CTAGS = ctags
84 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85 ACLOCAL = @ACLOCAL@
86 AMTAR = @AMTAR@
87 AR = @AR@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 CC = @CC@
93 CCDEPMODE = @CCDEPMODE@
94 CFLAGS = @CFLAGS@
95 CPP = @CPP@
96 CPPFLAGS = @CPPFLAGS@
97 CXX = @CXX@
98 CXXCPP = @CXXCPP@
99 CXXDEPMODE = @CXXDEPMODE@
100 CXXFLAGS = @CXXFLAGS@
101 CYGPATH_W = @CYGPATH_W@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 DLLTOOL = @DLLTOOL@
105 DSYMUTIL = @DSYMUTIL@
106 DUMPBIN = @DUMPBIN@
107 ECHO_C = @ECHO_C@
108 ECHO_N = @ECHO_N@
109 ECHO_T = @ECHO_T@
110 EGREP = @EGREP@
111 EXEEXT = @EXEEXT@
112 FGREP = @FGREP@
113 GL_LIBS = @GL_LIBS@
114 GREP = @GREP@
115 INSTALL = @INSTALL@
116 INSTALL_DATA = @INSTALL_DATA@
117 INSTALL_PROGRAM = @INSTALL_PROGRAM@
118 INSTALL_SCRIPT = @INSTALL_SCRIPT@
119 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120 LD = @LD@
121 LDFLAGS = @LDFLAGS@
122 LIBOBJS = @LIBOBJS@
123 LIBS = @LIBS@
124 LIBTOOL = @LIBTOOL@
125 LIPO = @LIPO@
126 LN_S = @LN_S@
127 LTLIBOBJS = @LTLIBOBJS@
128 MAKEINFO = @MAKEINFO@
129 MANIFEST_TOOL = @MANIFEST_TOOL@
130 MKDIR_P = @MKDIR_P@
131 NM = @NM@
132 NMEDIT = @NMEDIT@
133 OBJDUMP = @OBJDUMP@
134 OBJEXT = @OBJEXT@
135 OTOOL = @OTOOL@
136 OTOOL64 = @OTOOL64@
137 PACKAGE = @PACKAGE@
138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139 PACKAGE_NAME = @PACKAGE_NAME@
140 PACKAGE_STRING = @PACKAGE_STRING@
141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
142 PACKAGE_URL = @PACKAGE_URL@
143 PACKAGE_VERSION = @PACKAGE_VERSION@
144 PATH_SEPARATOR = @PATH_SEPARATOR@
145 RANLIB = @RANLIB@
146 SED = @SED@
147 SET_MAKE = @SET_MAKE@
148 SHELL = @SHELL@
149 STRIP = @STRIP@
150 VERSION = @VERSION@
151 abs_builddir = @abs_builddir@
152 abs_srcdir = @abs_srcdir@
153 abs_top_builddir = @abs_top_builddir@
154 abs_top_srcdir = @abs_top_srcdir@
155 ac_ct_AR = @ac_ct_AR@
156 ac_ct_CC = @ac_ct_CC@
157 ac_ct_CXX = @ac_ct_CXX@
158 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
159 am__include = @am__include@
160 am__leading_dot = @am__leading_dot@
161 am__quote = @am__quote@
162 am__tar = @am__tar@
163 am__untar = @am__untar@
164 bindir = @bindir@
165 build = @build@
166 build_alias = @build_alias@
167 build_cpu = @build_cpu@
168 build_os = @build_os@
169 build_vendor = @build_vendor@
170 builddir = @builddir@
171 datadir = @datadir@
172 datarootdir = @datarootdir@
173 docdir = @docdir@
174 dvidir = @dvidir@
175 exec_prefix = @exec_prefix@
176 host = @host@
177 host_alias = @host_alias@
178 host_cpu = @host_cpu@
179 host_os = @host_os@
180 host_vendor = @host_vendor@
181 htmldir = @htmldir@
182 includedir = @includedir@
183 infodir = @infodir@
184 install_sh = @install_sh@
185 libdir = @libdir@
186 libexecdir = @libexecdir@
187 localedir = @localedir@
188 localstatedir = @localstatedir@
189 mandir = @mandir@
190 mkdir_p = @mkdir_p@
191 oldincludedir = @oldincludedir@
192 opengl_LIBS = @opengl_LIBS@
193 pdfdir = @pdfdir@
194 prefix = @prefix@
195 program_transform_name = @program_transform_name@
196 psdir = @psdir@
197 sbindir = @sbindir@
198 sharedstatedir = @sharedstatedir@
199 srcdir = @srcdir@
200 sysconfdir = @sysconfdir@
201 target_alias = @target_alias@
202 top_build_prefix = @top_build_prefix@
203 top_builddir = @top_builddir@
204 top_srcdir = @top_srcdir@
205 CcdPhysicsDemo_SOURCES = CcdPhysicsDemo.cpp CcdPhysicsDemo.h main.cpp
206 CcdPhysicsDemo_CXXFLAGS = -I@top_builddir@/src -I@top_builddir@/Demos/OpenGL $(CXXFLAGS)
207 CcdPhysicsDemo_LDADD = -L../OpenGL -lbulletopenglsupport -L../../src -lBulletDynamics -lBulletCollision -lLinearMath @opengl_LIBS@
208 all: all-am
209
210 .SUFFIXES:
211 .SUFFIXES: .cpp .lo .o .obj
212 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
213         @for dep in $?; do \
214           case '$(am__configure_deps)' in \
215             *$$dep*) \
216               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
217                 && { if test -f $@; then exit 0; else break; fi; }; \
218               exit 1;; \
219           esac; \
220         done; \
221         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Demos/CcdPhysicsDemo/Makefile'; \
222         $(am__cd) $(top_srcdir) && \
223           $(AUTOMAKE) --gnu Demos/CcdPhysicsDemo/Makefile
224 .PRECIOUS: Makefile
225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226         @case '$?' in \
227           *config.status*) \
228             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
229           *) \
230             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
231             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
232         esac;
233
234 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
237 $(top_srcdir)/configure:  $(am__configure_deps)
238         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
240         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241 $(am__aclocal_m4_deps):
242
243 clean-noinstPROGRAMS:
244         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
245         echo " rm -f" $$list; \
246         rm -f $$list || exit $$?; \
247         test -n "$(EXEEXT)" || exit 0; \
248         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
249         echo " rm -f" $$list; \
250         rm -f $$list
251 CcdPhysicsDemo$(EXEEXT): $(CcdPhysicsDemo_OBJECTS) $(CcdPhysicsDemo_DEPENDENCIES) 
252         @rm -f CcdPhysicsDemo$(EXEEXT)
253         $(CcdPhysicsDemo_LINK) $(CcdPhysicsDemo_OBJECTS) $(CcdPhysicsDemo_LDADD) $(LIBS)
254
255 mostlyclean-compile:
256         -rm -f *.$(OBJEXT)
257
258 distclean-compile:
259         -rm -f *.tab.c
260
261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CcdPhysicsDemo-CcdPhysicsDemo.Po@am__quote@
262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CcdPhysicsDemo-main.Po@am__quote@
263
264 .cpp.o:
265 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
266 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
267 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
270
271 .cpp.obj:
272 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
273 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
277
278 .cpp.lo:
279 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
280 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
281 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
284
285 CcdPhysicsDemo-CcdPhysicsDemo.o: CcdPhysicsDemo.cpp
286 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) -MT CcdPhysicsDemo-CcdPhysicsDemo.o -MD -MP -MF $(DEPDIR)/CcdPhysicsDemo-CcdPhysicsDemo.Tpo -c -o CcdPhysicsDemo-CcdPhysicsDemo.o `test -f 'CcdPhysicsDemo.cpp' || echo '$(srcdir)/'`CcdPhysicsDemo.cpp
287 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/CcdPhysicsDemo-CcdPhysicsDemo.Tpo $(DEPDIR)/CcdPhysicsDemo-CcdPhysicsDemo.Po
288 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='CcdPhysicsDemo.cpp' object='CcdPhysicsDemo-CcdPhysicsDemo.o' libtool=no @AMDEPBACKSLASH@
289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) -c -o CcdPhysicsDemo-CcdPhysicsDemo.o `test -f 'CcdPhysicsDemo.cpp' || echo '$(srcdir)/'`CcdPhysicsDemo.cpp
291
292 CcdPhysicsDemo-CcdPhysicsDemo.obj: CcdPhysicsDemo.cpp
293 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) -MT CcdPhysicsDemo-CcdPhysicsDemo.obj -MD -MP -MF $(DEPDIR)/CcdPhysicsDemo-CcdPhysicsDemo.Tpo -c -o CcdPhysicsDemo-CcdPhysicsDemo.obj `if test -f 'CcdPhysicsDemo.cpp'; then $(CYGPATH_W) 'CcdPhysicsDemo.cpp'; else $(CYGPATH_W) '$(srcdir)/CcdPhysicsDemo.cpp'; fi`
294 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/CcdPhysicsDemo-CcdPhysicsDemo.Tpo $(DEPDIR)/CcdPhysicsDemo-CcdPhysicsDemo.Po
295 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='CcdPhysicsDemo.cpp' object='CcdPhysicsDemo-CcdPhysicsDemo.obj' libtool=no @AMDEPBACKSLASH@
296 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) -c -o CcdPhysicsDemo-CcdPhysicsDemo.obj `if test -f 'CcdPhysicsDemo.cpp'; then $(CYGPATH_W) 'CcdPhysicsDemo.cpp'; else $(CYGPATH_W) '$(srcdir)/CcdPhysicsDemo.cpp'; fi`
298
299 CcdPhysicsDemo-main.o: main.cpp
300 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) -MT CcdPhysicsDemo-main.o -MD -MP -MF $(DEPDIR)/CcdPhysicsDemo-main.Tpo -c -o CcdPhysicsDemo-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
301 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/CcdPhysicsDemo-main.Tpo $(DEPDIR)/CcdPhysicsDemo-main.Po
302 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='main.cpp' object='CcdPhysicsDemo-main.o' libtool=no @AMDEPBACKSLASH@
303 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) -c -o CcdPhysicsDemo-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
305
306 CcdPhysicsDemo-main.obj: main.cpp
307 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) -MT CcdPhysicsDemo-main.obj -MD -MP -MF $(DEPDIR)/CcdPhysicsDemo-main.Tpo -c -o CcdPhysicsDemo-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
308 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/CcdPhysicsDemo-main.Tpo $(DEPDIR)/CcdPhysicsDemo-main.Po
309 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='main.cpp' object='CcdPhysicsDemo-main.obj' libtool=no @AMDEPBACKSLASH@
310 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CcdPhysicsDemo_CXXFLAGS) $(CXXFLAGS) -c -o CcdPhysicsDemo-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
312
313 mostlyclean-libtool:
314         -rm -f *.lo
315
316 clean-libtool:
317         -rm -rf .libs _libs
318
319 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
320         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
321         unique=`for i in $$list; do \
322             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323           done | \
324           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
325               END { if (nonempty) { for (i in files) print i; }; }'`; \
326         mkid -fID $$unique
327 tags: TAGS
328
329 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
330                 $(TAGS_FILES) $(LISP)
331         set x; \
332         here=`pwd`; \
333         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
334         unique=`for i in $$list; do \
335             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336           done | \
337           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338               END { if (nonempty) { for (i in files) print i; }; }'`; \
339         shift; \
340         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
341           test -n "$$unique" || unique=$$empty_fix; \
342           if test $$# -gt 0; then \
343             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
344               "$$@" $$unique; \
345           else \
346             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
347               $$unique; \
348           fi; \
349         fi
350 ctags: CTAGS
351 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
352                 $(TAGS_FILES) $(LISP)
353         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
354         unique=`for i in $$list; do \
355             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356           done | \
357           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358               END { if (nonempty) { for (i in files) print i; }; }'`; \
359         test -z "$(CTAGS_ARGS)$$unique" \
360           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
361              $$unique
362
363 GTAGS:
364         here=`$(am__cd) $(top_builddir) && pwd` \
365           && $(am__cd) $(top_srcdir) \
366           && gtags -i $(GTAGS_ARGS) "$$here"
367
368 distclean-tags:
369         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
370
371 distdir: $(DISTFILES)
372         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
374         list='$(DISTFILES)'; \
375           dist_files=`for file in $$list; do echo $$file; done | \
376           sed -e "s|^$$srcdirstrip/||;t" \
377               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
378         case $$dist_files in \
379           */*) $(MKDIR_P) `echo "$$dist_files" | \
380                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
381                            sort -u` ;; \
382         esac; \
383         for file in $$dist_files; do \
384           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
385           if test -d $$d/$$file; then \
386             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
387             if test -d "$(distdir)/$$file"; then \
388               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389             fi; \
390             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
391               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
392               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
393             fi; \
394             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
395           else \
396             test -f "$(distdir)/$$file" \
397             || cp -p $$d/$$file "$(distdir)/$$file" \
398             || exit 1; \
399           fi; \
400         done
401 check-am: all-am
402 check: check-am
403 all-am: Makefile $(PROGRAMS)
404 installdirs:
405 install: install-am
406 install-exec: install-exec-am
407 install-data: install-data-am
408 uninstall: uninstall-am
409
410 install-am: all-am
411         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
412
413 installcheck: installcheck-am
414 install-strip:
415         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
416           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
417           `test -z '$(STRIP)' || \
418             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
419 mostlyclean-generic:
420
421 clean-generic:
422
423 distclean-generic:
424         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
425         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
426
427 maintainer-clean-generic:
428         @echo "This command is intended for maintainers to use"
429         @echo "it deletes files that may require special tools to rebuild."
430 clean: clean-am
431
432 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
433         mostlyclean-am
434
435 distclean: distclean-am
436         -rm -rf ./$(DEPDIR)
437         -rm -f Makefile
438 distclean-am: clean-am distclean-compile distclean-generic \
439         distclean-tags
440
441 dvi: dvi-am
442
443 dvi-am:
444
445 html: html-am
446
447 html-am:
448
449 info: info-am
450
451 info-am:
452
453 install-data-am:
454
455 install-dvi: install-dvi-am
456
457 install-dvi-am:
458
459 install-exec-am:
460
461 install-html: install-html-am
462
463 install-html-am:
464
465 install-info: install-info-am
466
467 install-info-am:
468
469 install-man:
470
471 install-pdf: install-pdf-am
472
473 install-pdf-am:
474
475 install-ps: install-ps-am
476
477 install-ps-am:
478
479 installcheck-am:
480
481 maintainer-clean: maintainer-clean-am
482         -rm -rf ./$(DEPDIR)
483         -rm -f Makefile
484 maintainer-clean-am: distclean-am maintainer-clean-generic
485
486 mostlyclean: mostlyclean-am
487
488 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
489         mostlyclean-libtool
490
491 pdf: pdf-am
492
493 pdf-am:
494
495 ps: ps-am
496
497 ps-am:
498
499 uninstall-am:
500
501 .MAKE: install-am install-strip
502
503 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
504         clean-libtool clean-noinstPROGRAMS ctags distclean \
505         distclean-compile distclean-generic distclean-libtool \
506         distclean-tags distdir dvi dvi-am html html-am info info-am \
507         install install-am install-data install-data-am install-dvi \
508         install-dvi-am install-exec install-exec-am install-html \
509         install-html-am install-info install-info-am install-man \
510         install-pdf install-pdf-am install-ps install-ps-am \
511         install-strip installcheck installcheck-am installdirs \
512         maintainer-clean maintainer-clean-generic mostlyclean \
513         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
514         pdf pdf-am ps ps-am tags uninstall uninstall-am
515
516
517 # Tell versions [3.59,3.63) of GNU make to not export all variables.
518 # Otherwise a system limit (for SysV at least) may be exceeded.
519 .NOEXPORT: