1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36pkglibdir = $(libdir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38
39top_builddir = ../../..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50transform = @program_transform_name@
51
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AS = @AS@
61CC = @CC@
62CXX = @CXX@
63DLLTOOL = @DLLTOOL@
64LD = @LD@
65LEX = @LEX@
66LIBTOOL = @LIBTOOL@
67LN_S = @LN_S@
68MAKEINFO = @MAKEINFO@
69NM = @NM@
70OBJDUMP = @OBJDUMP@
71PACKAGE = @PACKAGE@
72RANLIB = @RANLIB@
73SDL_CFLAGS = @SDL_CFLAGS@
74SDL_CONFIG = @SDL_CONFIG@
75SDL_LIBS = @SDL_LIBS@
76VERSION = @VERSION@
77
78pkgdatadir = $(datadir)/@PACKAGE@/images/pipes_space/back02
79
80pkgdata_DATA = *.jpg
81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82CONFIG_HEADER = ../../../src/config.h
83CONFIG_CLEAN_FILES =
84DATA =  $(pkgdata_DATA)
85
86DIST_COMMON =  Makefile.am Makefile.in
87
88
89DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
90
91TAR = gtar
92GZIP_ENV = --best
93all: all-redirect
94.SUFFIXES:
95$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
96	cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back02/Makefile
97
98Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
99	cd $(top_builddir) \
100	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
101
102
103install-pkgdataDATA: $(pkgdata_DATA)
104	@$(NORMAL_INSTALL)
105	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
106	@list='$(pkgdata_DATA)'; for p in $$list; do \
107	  if test -f $(srcdir)/$$p; then \
108	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
109	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
110	  else if test -f $$p; then \
111	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
112	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
113	  fi; fi; \
114	done
115
116uninstall-pkgdataDATA:
117	@$(NORMAL_UNINSTALL)
118	list='$(pkgdata_DATA)'; for p in $$list; do \
119	  rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
120	done
121tags: TAGS
122TAGS:
123
124
125distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
126
127subdir = images/pipes_space/back02
128
129distdir: $(DISTFILES)
130	here=`cd $(top_builddir) && pwd`; \
131	top_distdir=`cd $(top_distdir) && pwd`; \
132	distdir=`cd $(distdir) && pwd`; \
133	cd $(top_srcdir) \
134	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu images/pipes_space/back02/Makefile
135	@for file in $(DISTFILES); do \
136	  d=$(srcdir); \
137	  if test -d $$d/$$file; then \
138	    cp -pr $$d/$$file $(distdir)/$$file; \
139	  else \
140	    test -f $(distdir)/$$file \
141	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
142	    || cp -p $$d/$$file $(distdir)/$$file || :; \
143	  fi; \
144	done
145info-am:
146info: info-am
147dvi-am:
148dvi: dvi-am
149check-am: all-am
150check: check-am
151installcheck-am:
152installcheck: installcheck-am
153install-exec-am:
154install-exec: install-exec-am
155
156install-data-am: install-pkgdataDATA
157install-data: install-data-am
158
159install-am: all-am
160	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
161install: install-am
162uninstall-am: uninstall-pkgdataDATA
163uninstall: uninstall-am
164all-am: Makefile $(DATA)
165all-redirect: all-am
166install-strip:
167	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
168installdirs:
169	$(mkinstalldirs)  $(DESTDIR)$(pkgdatadir)
170
171
172mostlyclean-generic:
173
174clean-generic:
175
176distclean-generic:
177	-rm -f Makefile $(CONFIG_CLEAN_FILES)
178	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
179
180maintainer-clean-generic:
181mostlyclean-am:  mostlyclean-generic
182
183mostlyclean: mostlyclean-am
184
185clean-am:  clean-generic mostlyclean-am
186
187clean: clean-am
188
189distclean-am:  distclean-generic clean-am
190
191distclean: distclean-am
192
193maintainer-clean-am:  maintainer-clean-generic distclean-am
194	@echo "This command is intended for maintainers to use;"
195	@echo "it deletes files that may require special tools to rebuild."
196
197maintainer-clean: maintainer-clean-am
198
199.PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags distdir info-am \
200info dvi-am dvi check check-am installcheck-am installcheck \
201install-exec-am install-exec install-data-am install-data install-am \
202install uninstall-am uninstall all-redirect all-am all installdirs \
203mostlyclean-generic distclean-generic clean-generic \
204maintainer-clean-generic clean mostlyclean distclean maintainer-clean
205
206
207# Tell versions [3.59,3.63) of GNU make to not export all variables.
208# Otherwise a system limit (for SysV at least) may be exceeded.
209.NOEXPORT:
210