1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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####### kdevelop will overwrite this part!!! (begin)##########
14####### kdevelop will overwrite this part!!! (end)############
15
16
17SHELL = @SHELL@
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22prefix = @prefix@
23exec_prefix = @exec_prefix@
24
25bindir = @bindir@
26sbindir = @sbindir@
27libexecdir = @libexecdir@
28datadir = @datadir@
29sysconfdir = @sysconfdir@
30sharedstatedir = @sharedstatedir@
31localstatedir = @localstatedir@
32libdir = @libdir@
33infodir = @infodir@
34mandir = @mandir@
35includedir = @includedir@
36oldincludedir = /usr/include
37
38DESTDIR =
39
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43
44top_builddir = .
45
46ACLOCAL = @ACLOCAL@
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = true
50
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55transform = @program_transform_name@
56
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63CC = @CC@
64CXX = @CXX@
65MAKEINFO = @MAKEINFO@
66PACKAGE = @PACKAGE@
67RANLIB = @RANLIB@
68SDL_CFLAGS = @SDL_CFLAGS@
69SDL_CONFIG = @SDL_CONFIG@
70SDL_LIBS = @SDL_LIBS@
71VERSION = @VERSION@
72hdir = @hdir@
73hi_inst_flag = @hi_inst_flag@
74inst_flag = @inst_flag@
75sdir = @sdir@
76sound_flag = @sound_flag@
77thread_flag = @thread_flag@
78
79SUBDIRS = lbreakout
80
81EXTRA_DIST = lbreakout.spec lbreakout.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO lbreakout.lsm
82
83AUTOMAKE_OPTIONS = foreign
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86CONFIG_HEADER = config.h
87CONFIG_CLEAN_FILES =
88DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
89Makefile.am Makefile.in TODO acconfig.h acinclude.m4 aclocal.m4 \
90config.h.in configure configure.in install-sh missing mkinstalldirs
91
92
93DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
94
95TAR = tar
96GZIP_ENV = --best
97all: all-redirect
98.SUFFIXES:
99$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
100	cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
101
102Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
103	cd $(top_builddir) \
104	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
105
106$(ACLOCAL_M4):  configure.in  acinclude.m4
107	cd $(srcdir) && $(ACLOCAL)
108
109config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
110	$(SHELL) ./config.status --recheck
111$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
112	cd $(srcdir) && $(AUTOCONF)
113
114config.h: stamp-h
115	@if test ! -f $@; then \
116		rm -f stamp-h; \
117		$(MAKE) stamp-h; \
118	else :; fi
119stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
120	cd $(top_builddir) \
121	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
122	     $(SHELL) ./config.status
123	@echo timestamp > stamp-h 2> /dev/null
124$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
125	@if test ! -f $@; then \
126		rm -f $(srcdir)/stamp-h.in; \
127		$(MAKE) $(srcdir)/stamp-h.in; \
128	else :; fi
129$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
130	cd $(top_srcdir) && $(AUTOHEADER)
131	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
132
133mostlyclean-hdr:
134
135clean-hdr:
136
137distclean-hdr:
138	-rm -f config.h
139
140maintainer-clean-hdr:
141
142# This directory's subdirectories are mostly independent; you can cd
143# into them and run `make' without going through this Makefile.
144# To change the values of `make' variables: instead of editing Makefiles,
145# (1) if the variable is set in `config.status', edit `config.status'
146#     (which will cause the Makefiles to be regenerated when you run `make');
147# (2) otherwise, pass the desired values on the `make' command line.
148
149@SET_MAKE@
150
151all-recursive install-data-recursive install-exec-recursive \
152installdirs-recursive install-recursive uninstall-recursive  \
153check-recursive installcheck-recursive info-recursive dvi-recursive:
154	@set fnord $(MAKEFLAGS); amf=$$2; \
155	dot_seen=no; \
156	target=`echo $@ | sed s/-recursive//`; \
157	list='$(SUBDIRS)'; for subdir in $$list; do \
158	  echo "Making $$target in $$subdir"; \
159	  if test "$$subdir" = "."; then \
160	    dot_seen=yes; \
161	    local_target="$$target-am"; \
162	  else \
163	    local_target="$$target"; \
164	  fi; \
165	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
166	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
167	done; \
168	if test "$$dot_seen" = "no"; then \
169	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170	fi; test -z "$$fail"
171
172mostlyclean-recursive clean-recursive distclean-recursive \
173maintainer-clean-recursive:
174	@set fnord $(MAKEFLAGS); amf=$$2; \
175	dot_seen=no; \
176	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
177	  rev="$$subdir $$rev"; \
178	  test "$$subdir" = "." && dot_seen=yes; \
179	done; \
180	test "$$dot_seen" = "no" && rev=". $$rev"; \
181	target=`echo $@ | sed s/-recursive//`; \
182	for subdir in $$rev; do \
183	  echo "Making $$target in $$subdir"; \
184	  if test "$$subdir" = "."; then \
185	    local_target="$$target-am"; \
186	  else \
187	    local_target="$$target"; \
188	  fi; \
189	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191	done && test -z "$$fail"
192tags-recursive:
193	list='$(SUBDIRS)'; for subdir in $$list; do \
194	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
195	done
196
197tags: TAGS
198
199ID: $(HEADERS) $(SOURCES) $(LISP)
200	list='$(SOURCES) $(HEADERS)'; \
201	unique=`for i in $$list; do echo $$i; done | \
202	  awk '    { files[$$0] = 1; } \
203	       END { for (i in files) print i; }'`; \
204	here=`pwd` && cd $(srcdir) \
205	  && mkid -f$$here/ID $$unique $(LISP)
206
207TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
208	tags=; \
209	here=`pwd`; \
210	list='$(SUBDIRS)'; for subdir in $$list; do \
211   if test "$$subdir" = .; then :; else \
212	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
213   fi; \
214	done; \
215	list='$(SOURCES) $(HEADERS)'; \
216	unique=`for i in $$list; do echo $$i; done | \
217	  awk '    { files[$$0] = 1; } \
218	       END { for (i in files) print i; }'`; \
219	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
220	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
221
222mostlyclean-tags:
223
224clean-tags:
225
226distclean-tags:
227	-rm -f TAGS ID
228
229maintainer-clean-tags:
230
231distdir = $(PACKAGE)-$(VERSION)
232top_distdir = $(distdir)
233
234# This target untars the dist file and tries a VPATH configuration.  Then
235# it guarantees that the distribution is self-contained by making another
236# tarfile.
237distcheck: dist
238	-rm -rf $(distdir)
239	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
240	mkdir $(distdir)/=build
241	mkdir $(distdir)/=inst
242	dc_install_base=`cd $(distdir)/=inst && pwd`; \
243	cd $(distdir)/=build \
244	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
245	  && $(MAKE) $(AM_MAKEFLAGS) \
246	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
247	  && $(MAKE) $(AM_MAKEFLAGS) check \
248	  && $(MAKE) $(AM_MAKEFLAGS) install \
249	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
250	  && $(MAKE) $(AM_MAKEFLAGS) dist
251	-rm -rf $(distdir)
252	@banner="$(distdir).tar.gz is ready for distribution"; \
253	dashes=`echo "$$banner" | sed s/./=/g`; \
254	echo "$$dashes"; \
255	echo "$$banner"; \
256	echo "$$dashes"
257dist: distdir
258	-chmod -R a+r $(distdir)
259	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
260	-rm -rf $(distdir)
261dist-all: distdir
262	-chmod -R a+r $(distdir)
263	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
264	-rm -rf $(distdir)
265distdir: $(DISTFILES)
266	-rm -rf $(distdir)
267	mkdir $(distdir)
268	-chmod 777 $(distdir)
269	@for file in $(DISTFILES); do \
270	  d=$(srcdir); \
271	  if test -d $$d/$$file; then \
272	    cp -pr $$/$$file $(distdir)/$$file; \
273	  else \
274	    test -f $(distdir)/$$file \
275	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
276	    || cp -p $$d/$$file $(distdir)/$$file || :; \
277	  fi; \
278	done
279	for subdir in $(SUBDIRS); do \
280	  if test "$$subdir" = .; then :; else \
281	    test -d $(distdir)/$$subdir \
282	    || mkdir $(distdir)/$$subdir \
283	    || exit 1; \
284	    chmod 777 $(distdir)/$$subdir; \
285	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
286	      || exit 1; \
287	  fi; \
288	done
289info-am:
290info: info-recursive
291dvi-am:
292dvi: dvi-recursive
293check-am: all-am
294check: check-recursive
295installcheck-am:
296installcheck: installcheck-recursive
297all-recursive-am: config.h
298	$(MAKE) $(AM_MAKEFLAGS) all-recursive
299
300install-exec-am:
301install-exec: install-exec-recursive
302
303install-data-am:
304install-data: install-data-recursive
305
306install-am: all-am
307	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
308install: install-recursive
309uninstall-am:
310uninstall: uninstall-recursive
311all-am: Makefile config.h
312all-redirect: all-recursive-am
313install-strip:
314	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
315installdirs: installdirs-recursive
316installdirs-am:
317
318
319mostlyclean-generic:
320
321clean-generic:
322
323distclean-generic:
324	-rm -f Makefile $(CONFIG_CLEAN_FILES)
325	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
326
327maintainer-clean-generic:
328mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
329
330mostlyclean: mostlyclean-recursive
331
332clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
333
334clean: clean-recursive
335
336distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
337
338distclean: distclean-recursive
339	-rm -f config.status
340
341maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
342		maintainer-clean-generic distclean-am
343	@echo "This command is intended for maintainers to use;"
344	@echo "it deletes files that may require special tools to rebuild."
345
346maintainer-clean: maintainer-clean-recursive
347	-rm -f config.status
348
349.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
350install-data-recursive uninstall-data-recursive install-exec-recursive \
351uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
352all-recursive check-recursive installcheck-recursive info-recursive \
353dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
354maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
355distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
356dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
357install-exec-am install-exec install-data-am install-data install-am \
358install uninstall-am uninstall all-redirect all-am all installdirs-am \
359installdirs mostlyclean-generic distclean-generic clean-generic \
360maintainer-clean-generic clean mostlyclean distclean maintainer-clean
361
362
363# Tell versions [3.59,3.63) of GNU make to not export all variables.
364# Otherwise a system limit (for SysV at least) may be exceeded.
365.NOEXPORT:
366