Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/freealut-1.1.0/examples/Makefile.in @ 46

Last change on this file since 46 was 14, checked in by landauf, 16 years ago

added freealut

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