Tizen 2.1 base
[external/freealut.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.10.2 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  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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 noinst_PROGRAMS = hello_world$(EXEEXT) playfile$(EXEEXT)
36 subdir = examples
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps =  \
40         $(top_srcdir)/admin/autotools/m4/alut_c__attribute.m4 \
41         $(top_srcdir)/admin/autotools/m4/alut_check_cflags_wall.m4 \
42         $(top_srcdir)/admin/autotools/m4/alut_check_flag.m4 \
43         $(top_srcdir)/admin/autotools/m4/alut_check_func.m4 \
44         $(top_srcdir)/admin/autotools/m4/alut_eval_stderr.m4 \
45         $(top_srcdir)/admin/autotools/m4/libtool.m4 \
46         $(top_srcdir)/admin/autotools/m4/ltoptions.m4 \
47         $(top_srcdir)/admin/autotools/m4/ltsugar.m4 \
48         $(top_srcdir)/admin/autotools/m4/ltversion.m4 \
49         $(top_srcdir)/admin/autotools/m4/lt~obsolete.m4 \
50         $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52         $(ACLOCAL_M4)
53 mkinstalldirs = $(install_sh) -d
54 CONFIG_HEADER = $(top_builddir)/config.h
55 CONFIG_CLEAN_FILES =
56 PROGRAMS = $(noinst_PROGRAMS)
57 hello_world_SOURCES = hello_world.c
58 hello_world_OBJECTS = hello_world.$(OBJEXT)
59 hello_world_LDADD = $(LDADD)
60 hello_world_DEPENDENCIES = ../src/libalut.la
61 playfile_SOURCES = playfile.c
62 playfile_OBJECTS = playfile.$(OBJEXT)
63 playfile_LDADD = $(LDADD)
64 playfile_DEPENDENCIES = ../src/libalut.la
65 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
66 depcomp = $(SHELL) $(top_srcdir)/admin/autotools/depcomp
67 am__depfiles_maybe = depfiles
68 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 CCLD = $(CC)
74 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76         $(LDFLAGS) -o $@
77 SOURCES = hello_world.c playfile.c
78 DIST_SOURCES = hello_world.c playfile.c
79 ETAGS = etags
80 CTAGS = ctags
81 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82 ACLOCAL = @ACLOCAL@
83 AMTAR = @AMTAR@
84 AM_CFLAGS = @AM_CFLAGS@
85 AR = @AR@
86 AS = @AS@
87 AUTOCONF = @AUTOCONF@
88 AUTOHEADER = @AUTOHEADER@
89 AUTOMAKE = @AUTOMAKE@
90 AWK = @AWK@
91 CC = @CC@
92 CCDEPMODE = @CCDEPMODE@
93 CFLAGS = @CFLAGS@
94 CPP = @CPP@
95 CPPFLAGS = @CPPFLAGS@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 DLLTOOL = @DLLTOOL@
100 DSYMUTIL = @DSYMUTIL@
101 DUMPBIN = @DUMPBIN@
102 ECHO_C = @ECHO_C@
103 ECHO_N = @ECHO_N@
104 ECHO_T = @ECHO_T@
105 EGREP = @EGREP@
106 EXEEXT = @EXEEXT@
107 FGREP = @FGREP@
108 GREP = @GREP@
109 INSTALL = @INSTALL@
110 INSTALL_DATA = @INSTALL_DATA@
111 INSTALL_PROGRAM = @INSTALL_PROGRAM@
112 INSTALL_SCRIPT = @INSTALL_SCRIPT@
113 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114 LD = @LD@
115 LDFLAGS = @LDFLAGS@
116 LIBM = @LIBM@
117 LIBOBJS = @LIBOBJS@
118 LIBS = @LIBS@
119 LIBTOOL = @LIBTOOL@
120 LIBTOOL_DEPS = @LIBTOOL_DEPS@
121 LIPO = @LIPO@
122 LN_S = @LN_S@
123 LTLIBOBJS = @LTLIBOBJS@
124 MAKEINFO = @MAKEINFO@
125 MKDIR_P = @MKDIR_P@
126 NM = @NM@
127 NMEDIT = @NMEDIT@
128 OBJDUMP = @OBJDUMP@
129 OBJEXT = @OBJEXT@
130 OTOOL = @OTOOL@
131 OTOOL64 = @OTOOL64@
132 PACKAGE = @PACKAGE@
133 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134 PACKAGE_NAME = @PACKAGE_NAME@
135 PACKAGE_STRING = @PACKAGE_STRING@
136 PACKAGE_TARNAME = @PACKAGE_TARNAME@
137 PACKAGE_VERSION = @PACKAGE_VERSION@
138 PATH_SEPARATOR = @PATH_SEPARATOR@
139 RANLIB = @RANLIB@
140 SED = @SED@
141 SET_MAKE = @SET_MAKE@
142 SHELL = @SHELL@
143 STRIP = @STRIP@
144 VERSION = @VERSION@
145 VERSIONINFO = @VERSIONINFO@
146 abs_builddir = @abs_builddir@
147 abs_srcdir = @abs_srcdir@
148 abs_top_builddir = @abs_top_builddir@
149 abs_top_srcdir = @abs_top_srcdir@
150 ac_ct_CC = @ac_ct_CC@
151 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
152 am__include = @am__include@
153 am__leading_dot = @am__leading_dot@
154 am__quote = @am__quote@
155 am__tar = @am__tar@
156 am__untar = @am__untar@
157 bindir = @bindir@
158 build = @build@
159 build_alias = @build_alias@
160 build_cpu = @build_cpu@
161 build_os = @build_os@
162 build_vendor = @build_vendor@
163 builddir = @builddir@
164 datadir = @datadir@
165 datarootdir = @datarootdir@
166 docdir = @docdir@
167 dvidir = @dvidir@
168 exec_prefix = @exec_prefix@
169 host = @host@
170 host_alias = @host_alias@
171 host_cpu = @host_cpu@
172 host_os = @host_os@
173 host_vendor = @host_vendor@
174 htmldir = @htmldir@
175 includedir = @includedir@
176 infodir = @infodir@
177 install_sh = @install_sh@
178 libdir = @libdir@
179 libexecdir = @libexecdir@
180 localedir = @localedir@
181 localstatedir = @localstatedir@
182 lt_ECHO = @lt_ECHO@
183 mandir = @mandir@
184 mkdir_p = @mkdir_p@
185 oldincludedir = @oldincludedir@
186 pdfdir = @pdfdir@
187 prefix = @prefix@
188 program_transform_name = @program_transform_name@
189 psdir = @psdir@
190 sbindir = @sbindir@
191 sharedstatedir = @sharedstatedir@
192 srcdir = @srcdir@
193 sysconfdir = @sysconfdir@
194 target_alias = @target_alias@
195 top_builddir = @top_builddir@
196 top_srcdir = @top_srcdir@
197
198 # We need to link against our *own* libalut.
199 LDADD = ../src/libalut.la
200
201 # Specifying the following path is needed to find <AL/alut.h>.
202 AM_CPPFLAGS = -I$(top_srcdir)/include
203 all: all-am
204
205 .SUFFIXES:
206 .SUFFIXES: .c .lo .o .obj
207 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
208         @for dep in $?; do \
209           case '$(am__configure_deps)' in \
210             *$$dep*) \
211               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
212                 && { if test -f $@; then exit 0; else break; fi; }; \
213               exit 1;; \
214           esac; \
215         done; \
216         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/Makefile'; \
217         cd $(top_srcdir) && \
218           $(AUTOMAKE) --gnu  examples/Makefile
219 .PRECIOUS: Makefile
220 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221         @case '$?' in \
222           *config.status*) \
223             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
224           *) \
225             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
227         esac;
228
229 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
232 $(top_srcdir)/configure:  $(am__configure_deps)
233         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
237 clean-noinstPROGRAMS:
238         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
239           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
240           echo " rm -f $$p $$f"; \
241           rm -f $$p $$f ; \
242         done
243 hello_world$(EXEEXT): $(hello_world_OBJECTS) $(hello_world_DEPENDENCIES) 
244         @rm -f hello_world$(EXEEXT)
245         $(LINK) $(hello_world_OBJECTS) $(hello_world_LDADD) $(LIBS)
246 playfile$(EXEEXT): $(playfile_OBJECTS) $(playfile_DEPENDENCIES) 
247         @rm -f playfile$(EXEEXT)
248         $(LINK) $(playfile_OBJECTS) $(playfile_LDADD) $(LIBS)
249
250 mostlyclean-compile:
251         -rm -f *.$(OBJEXT)
252
253 distclean-compile:
254         -rm -f *.tab.c
255
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hello_world.Po@am__quote@
257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playfile.Po@am__quote@
258
259 .c.o:
260 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
261 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
262 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
265
266 .c.obj:
267 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
268 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
269 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
272
273 .c.lo:
274 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
275 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
276 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
277 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
279
280 mostlyclean-libtool:
281         -rm -f *.lo
282
283 clean-libtool:
284         -rm -rf .libs _libs
285
286 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
287         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
288         unique=`for i in $$list; do \
289             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290           done | \
291           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
292               END { if (nonempty) { for (i in files) print i; }; }'`; \
293         mkid -fID $$unique
294 tags: TAGS
295
296 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
297                 $(TAGS_FILES) $(LISP)
298         tags=; \
299         here=`pwd`; \
300         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
301         unique=`for i in $$list; do \
302             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303           done | \
304           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
305               END { if (nonempty) { for (i in files) print i; }; }'`; \
306         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
307           test -n "$$unique" || unique=$$empty_fix; \
308           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
309             $$tags $$unique; \
310         fi
311 ctags: CTAGS
312 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
313                 $(TAGS_FILES) $(LISP)
314         tags=; \
315         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
316         unique=`for i in $$list; do \
317             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318           done | \
319           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320               END { if (nonempty) { for (i in files) print i; }; }'`; \
321         test -z "$(CTAGS_ARGS)$$tags$$unique" \
322           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
323              $$tags $$unique
324
325 GTAGS:
326         here=`$(am__cd) $(top_builddir) && pwd` \
327           && cd $(top_srcdir) \
328           && gtags -i $(GTAGS_ARGS) $$here
329
330 distclean-tags:
331         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
332
333 distdir: $(DISTFILES)
334         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
335         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
336         list='$(DISTFILES)'; \
337           dist_files=`for file in $$list; do echo $$file; done | \
338           sed -e "s|^$$srcdirstrip/||;t" \
339               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
340         case $$dist_files in \
341           */*) $(MKDIR_P) `echo "$$dist_files" | \
342                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
343                            sort -u` ;; \
344         esac; \
345         for file in $$dist_files; do \
346           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
347           if test -d $$d/$$file; then \
348             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
349             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
350               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
351             fi; \
352             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
353           else \
354             test -f $(distdir)/$$file \
355             || cp -p $$d/$$file $(distdir)/$$file \
356             || exit 1; \
357           fi; \
358         done
359 check-am: all-am
360 check: check-am
361 all-am: Makefile $(PROGRAMS)
362 installdirs:
363 install: install-am
364 install-exec: install-exec-am
365 install-data: install-data-am
366 uninstall: uninstall-am
367
368 install-am: all-am
369         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
370
371 installcheck: installcheck-am
372 install-strip:
373         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
374           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
375           `test -z '$(STRIP)' || \
376             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
377 mostlyclean-generic:
378
379 clean-generic:
380
381 distclean-generic:
382         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
383
384 maintainer-clean-generic:
385         @echo "This command is intended for maintainers to use"
386         @echo "it deletes files that may require special tools to rebuild."
387 clean: clean-am
388
389 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
390         mostlyclean-am
391
392 distclean: distclean-am
393         -rm -rf ./$(DEPDIR)
394         -rm -f Makefile
395 distclean-am: clean-am distclean-compile distclean-generic \
396         distclean-tags
397
398 dvi: dvi-am
399
400 dvi-am:
401
402 html: html-am
403
404 info: info-am
405
406 info-am:
407
408 install-data-am:
409
410 install-dvi: install-dvi-am
411
412 install-exec-am:
413
414 install-html: install-html-am
415
416 install-info: install-info-am
417
418 install-man:
419
420 install-pdf: install-pdf-am
421
422 install-ps: install-ps-am
423
424 installcheck-am:
425
426 maintainer-clean: maintainer-clean-am
427         -rm -rf ./$(DEPDIR)
428         -rm -f Makefile
429 maintainer-clean-am: distclean-am maintainer-clean-generic
430
431 mostlyclean: mostlyclean-am
432
433 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
434         mostlyclean-libtool
435
436 pdf: pdf-am
437
438 pdf-am:
439
440 ps: ps-am
441
442 ps-am:
443
444 uninstall-am:
445
446 .MAKE: install-am install-strip
447
448 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
449         clean-libtool clean-noinstPROGRAMS ctags distclean \
450         distclean-compile distclean-generic distclean-libtool \
451         distclean-tags distdir dvi dvi-am html html-am info info-am \
452         install install-am install-data install-data-am install-dvi \
453         install-dvi-am install-exec install-exec-am install-html \
454         install-html-am install-info install-info-am install-man \
455         install-pdf install-pdf-am install-ps install-ps-am \
456         install-strip installcheck installcheck-am installdirs \
457         maintainer-clean maintainer-clean-generic mostlyclean \
458         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
459         pdf pdf-am ps ps-am tags uninstall uninstall-am
460
461 # Tell versions [3.59,3.63) of GNU make to not export all variables.
462 # Otherwise a system limit (for SysV at least) may be exceeded.
463 .NOEXPORT: