20130313
[gdash.git] / include / Makefile.in
blob5c374925d3163cfc83f1ad2706f6ac9323ab6841
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, 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.
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.
16 @SET_MAKE@
20 VPATH = @srcdir@
21 am__make_dryrun = \
22 { \
23 am__dry=no; \
24 case $$MAKEFLAGS in \
25 *\\[\ \ ]*) \
26 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
27 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28 *) \
29 for am__flg in $$MAKEFLAGS; do \
30 case $$am__flg in \
31 *=*|--*) ;; \
32 *n*) am__dry=yes; break;; \
33 esac; \
34 done;; \
35 esac; \
36 test $$am__dry = yes; \
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkglibexecdir = $(libexecdir)/@PACKAGE@
42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43 install_sh_DATA = $(install_sh) -c -m 644
44 install_sh_PROGRAM = $(install_sh) -c
45 install_sh_SCRIPT = $(install_sh) -c
46 INSTALL_HEADER = $(INSTALL_DATA)
47 transform = $(program_transform_name)
48 NORMAL_INSTALL = :
49 PRE_INSTALL = :
50 POST_INSTALL = :
51 NORMAL_UNINSTALL = :
52 PRE_UNINSTALL = :
53 POST_UNINSTALL = :
54 build_triplet = @build@
55 host_triplet = @host@
56 noinst_PROGRAMS = file2c$(EXEEXT)
57 subdir = include
58 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
59 $(srcdir)/Makefile.in
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/configure.in
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63 $(ACLOCAL_M4)
64 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65 CONFIG_HEADER = $(top_builddir)/config.h
66 CONFIG_CLEAN_FILES =
67 CONFIG_CLEAN_VPATH_FILES =
68 PROGRAMS = $(noinst_PROGRAMS)
69 am_file2c_OBJECTS = file2c.$(OBJEXT)
70 file2c_OBJECTS = $(am_file2c_OBJECTS)
71 file2c_LDADD = $(LDADD)
72 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73 depcomp = $(SHELL) $(top_srcdir)/depcomp
74 am__depfiles_maybe = depfiles
75 am__mv = mv -f
76 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
78 AM_V_CXX = $(am__v_CXX_@AM_V@)
79 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
80 am__v_CXX_0 = @echo " CXX " $@;
81 AM_V_at = $(am__v_at_@AM_V@)
82 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
83 am__v_at_0 = @
84 CXXLD = $(CXX)
85 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
86 -o $@
87 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
88 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
89 am__v_CXXLD_0 = @echo " CXXLD " $@;
90 AM_V_GEN = $(am__v_GEN_@AM_V@)
91 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
92 am__v_GEN_0 = @echo " GEN " $@;
93 SOURCES = $(file2c_SOURCES)
94 DIST_SOURCES = $(file2c_SOURCES)
95 am__can_run_installinfo = \
96 case $$AM_UPDATE_INFO_DIR in \
97 n|no|NO) false;; \
98 *) (install-info --version) >/dev/null 2>&1;; \
99 esac
100 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101 am__vpath_adj = case $$p in \
102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103 *) f=$$p;; \
104 esac;
105 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106 am__install_max = 40
107 am__nobase_strip_setup = \
108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109 am__nobase_strip = \
110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111 am__nobase_list = $(am__nobase_strip_setup); \
112 for p in $$list; do echo "$$p $$p"; done | \
113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115 if (++n[$$2] == $(am__install_max)) \
116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117 END { for (dir in files) print dir, files[dir] }'
118 am__base_list = \
119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121 am__uninstall_files_from_dir = { \
122 test -z "$$files" \
123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125 $(am__cd) "$$dir" && rm -f $$files; }; \
127 am__installdirs = "$(DESTDIR)$(pkgdatadir)"
128 DATA = $(pkgdata_DATA)
129 HEADERS = $(noinst_HEADERS)
130 ETAGS = etags
131 CTAGS = ctags
132 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133 ACLOCAL = @ACLOCAL@
134 AMTAR = @AMTAR@
135 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136 AUTOCONF = @AUTOCONF@
137 AUTOHEADER = @AUTOHEADER@
138 AUTOMAKE = @AUTOMAKE@
139 AWK = @AWK@
140 CC = @CC@
141 CCDEPMODE = @CCDEPMODE@
142 CFLAGS = @CFLAGS@
143 CPP = @CPP@
144 CPPFLAGS = @CPPFLAGS@
145 CXX = @CXX@
146 CXXDEPMODE = @CXXDEPMODE@
147 CXXFLAGS = @CXXFLAGS@
148 CYGPATH_W = @CYGPATH_W@
149 DEFS = @DEFS@
150 DEPDIR = @DEPDIR@
151 ECHO_C = @ECHO_C@
152 ECHO_N = @ECHO_N@
153 ECHO_T = @ECHO_T@
154 EGREP = @EGREP@
155 EXEEXT = @EXEEXT@
156 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
157 GLIB_CFLAGS = @GLIB_CFLAGS@
158 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
159 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
160 GLIB_LIBS = @GLIB_LIBS@
161 GLIB_MKENUMS = @GLIB_MKENUMS@
162 GMSGFMT = @GMSGFMT@
163 GMSGFMT_015 = @GMSGFMT_015@
164 GOBJECT_QUERY = @GOBJECT_QUERY@
165 GREP = @GREP@
166 GTK_CFLAGS = @GTK_CFLAGS@
167 GTK_LIBS = @GTK_LIBS@
168 INSTALL = @INSTALL@
169 INSTALL_DATA = @INSTALL_DATA@
170 INSTALL_PROGRAM = @INSTALL_PROGRAM@
171 INSTALL_SCRIPT = @INSTALL_SCRIPT@
172 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173 INTLLIBS = @INTLLIBS@
174 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
175 LDFLAGS = @LDFLAGS@
176 LIBICONV = @LIBICONV@
177 LIBINTL = @LIBINTL@
178 LIBOBJS = @LIBOBJS@
179 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
180 LIBPNG_LIBS = @LIBPNG_LIBS@
181 LIBS = @LIBS@
182 LTLIBICONV = @LTLIBICONV@
183 LTLIBINTL = @LTLIBINTL@
184 LTLIBOBJS = @LTLIBOBJS@
185 MAKEINFO = @MAKEINFO@
186 MKDIR_P = @MKDIR_P@
187 MSGFMT = @MSGFMT@
188 MSGFMT_015 = @MSGFMT_015@
189 MSGMERGE = @MSGMERGE@
190 OBJEXT = @OBJEXT@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_URL = @PACKAGE_URL@
197 PACKAGE_VERSION = @PACKAGE_VERSION@
198 PATH_SEPARATOR = @PATH_SEPARATOR@
199 PKG_CONFIG = @PKG_CONFIG@
200 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
201 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
202 POSUB = @POSUB@
203 SDL_CFLAGS = @SDL_CFLAGS@
204 SDL_CONFIG = @SDL_CONFIG@
205 SDL_LIBS = @SDL_LIBS@
206 SET_MAKE = @SET_MAKE@
207 SHELL = @SHELL@
208 STRIP = @STRIP@
209 USE_NLS = @USE_NLS@
210 VERSION = @VERSION@
211 XGETTEXT = @XGETTEXT@
212 XGETTEXT_015 = @XGETTEXT_015@
213 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
214 abs_builddir = @abs_builddir@
215 abs_srcdir = @abs_srcdir@
216 abs_top_builddir = @abs_top_builddir@
217 abs_top_srcdir = @abs_top_srcdir@
218 ac_ct_CC = @ac_ct_CC@
219 ac_ct_CXX = @ac_ct_CXX@
220 am__include = @am__include@
221 am__leading_dot = @am__leading_dot@
222 am__quote = @am__quote@
223 am__tar = @am__tar@
224 am__untar = @am__untar@
225 bindir = @bindir@
226 build = @build@
227 build_alias = @build_alias@
228 build_cpu = @build_cpu@
229 build_os = @build_os@
230 build_vendor = @build_vendor@
231 builddir = @builddir@
232 datadir = @datadir@
233 datarootdir = @datarootdir@
234 docdir = @docdir@
235 dvidir = @dvidir@
236 exec_prefix = @exec_prefix@
237 host = @host@
238 host_alias = @host_alias@
239 host_cpu = @host_cpu@
240 host_os = @host_os@
241 host_vendor = @host_vendor@
242 htmldir = @htmldir@
243 includedir = @includedir@
244 infodir = @infodir@
245 install_sh = @install_sh@
246 libdir = @libdir@
247 libexecdir = @libexecdir@
248 localedir = @localedir@
249 localstatedir = @localstatedir@
250 mandir = @mandir@
251 mkdir_p = @mkdir_p@
252 oldincludedir = @oldincludedir@
253 pdfdir = @pdfdir@
254 prefix = @prefix@
255 program_transform_name = @program_transform_name@
256 psdir = @psdir@
257 sbindir = @sbindir@
258 sharedstatedir = @sharedstatedir@
259 srcdir = @srcdir@
260 sysconfdir = @sysconfdir@
261 target_alias = @target_alias@
262 top_build_prefix = @top_build_prefix@
263 top_builddir = @top_builddir@
264 top_srcdir = @top_srcdir@
265 CAVES = \
266 Afl_Posocopi.gds
268 ATARIPALETTES = \
269 BuiltIn.act \
270 BuiltIn_contrast.act \
271 Default.act \
272 Jakub.act \
273 Jakub_contrast.act \
274 Real.act \
275 Real_contrast.act \
276 XFormer.act
278 DTVPALETTES = \
279 Spiff.act \
280 Murray.act
282 ICONS = \
283 add_filled_rectangle.png \
284 add_freehand.png \
285 add_line.png \
286 add_join.png \
287 add_point.png \
288 add_raster.png \
289 add_rectangle.png \
290 add_fill_replace.png \
291 add_fill_border.png \
292 add_maze.png \
293 add_maze_uni.png \
294 add_maze_braid.png \
295 cave_editor.png \
296 move.png \
297 snapshot.png \
298 restart_level.png \
299 random_fill.png \
300 award.png \
301 to_top.png \
302 to_bottom.png \
303 object_on_all.png \
304 object_not_on_all.png \
305 object_not_on_current.png \
306 replay.png \
307 keyboard.png \
308 image.png
310 TITLE = \
311 gdash_screen.png \
312 gdash_tile.png
314 BACKGROUND = \
315 background.png
317 GDASH_ICON_32 = \
318 gdash_icon_32.png
320 GDASH_ICON_48 = \
321 gdash_icon_48.png
323 noinst_HEADERS = \
324 icons.cpp \
325 c64_gfx.cpp \
326 c64_font.cpp \
327 title.cpp \
328 background.cpp \
329 gdash_icon_32.cpp \
330 gdash_icon_48.cpp \
331 levels.cpp \
332 ataripal.cpp \
333 dtvpal.cpp
335 pkgdata_DATA = boulder_rush.png c64_gfx.png c64_gfx_bd2.png
336 EXTRA_DIST = $(ICONS) $(TITLE) $(BACKGROUND) \
337 icons.list \
338 files2c.sh \
339 c64_font.png \
340 palettetoact.c palette2c.c \
341 $(GDASH_ICON_32) \
342 $(GDASH_ICON_48) \
343 $(pkgdata_DATA) \
344 $(CAVES) \
345 $(ATARIPALETTES) \
346 $(DTVPALETTES)
349 # this utility creates an include file for any datafile
350 file2c_SOURCES = \
351 file2c.cpp
353 all: all-am
355 .SUFFIXES:
356 .SUFFIXES: .cpp .o .obj
357 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
358 @for dep in $?; do \
359 case '$(am__configure_deps)' in \
360 *$$dep*) \
361 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
362 && { if test -f $@; then exit 0; else break; fi; }; \
363 exit 1;; \
364 esac; \
365 done; \
366 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
367 $(am__cd) $(top_srcdir) && \
368 $(AUTOMAKE) --gnu include/Makefile
369 .PRECIOUS: Makefile
370 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
371 @case '$?' in \
372 *config.status*) \
373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
377 esac;
379 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382 $(top_srcdir)/configure: $(am__configure_deps)
383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386 $(am__aclocal_m4_deps):
388 clean-noinstPROGRAMS:
389 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
390 file2c$(EXEEXT): $(file2c_OBJECTS) $(file2c_DEPENDENCIES) $(EXTRA_file2c_DEPENDENCIES)
391 @rm -f file2c$(EXEEXT)
392 $(AM_V_CXXLD)$(CXXLINK) $(file2c_OBJECTS) $(file2c_LDADD) $(LIBS)
394 mostlyclean-compile:
395 -rm -f *.$(OBJEXT)
397 distclean-compile:
398 -rm -f *.tab.c
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file2c.Po@am__quote@
402 .cpp.o:
403 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
404 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
409 .cpp.obj:
410 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
411 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
415 install-pkgdataDATA: $(pkgdata_DATA)
416 @$(NORMAL_INSTALL)
417 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
418 if test -n "$$list"; then \
419 echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
420 $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
421 fi; \
422 for p in $$list; do \
423 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
424 echo "$$d$$p"; \
425 done | $(am__base_list) | \
426 while read files; do \
427 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
428 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
429 done
431 uninstall-pkgdataDATA:
432 @$(NORMAL_UNINSTALL)
433 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
434 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
435 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
437 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
438 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
439 unique=`for i in $$list; do \
440 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441 done | \
442 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
443 END { if (nonempty) { for (i in files) print i; }; }'`; \
444 mkid -fID $$unique
445 tags: TAGS
447 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
448 $(TAGS_FILES) $(LISP)
449 set x; \
450 here=`pwd`; \
451 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
452 unique=`for i in $$list; do \
453 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454 done | \
455 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456 END { if (nonempty) { for (i in files) print i; }; }'`; \
457 shift; \
458 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
459 test -n "$$unique" || unique=$$empty_fix; \
460 if test $$# -gt 0; then \
461 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462 "$$@" $$unique; \
463 else \
464 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465 $$unique; \
466 fi; \
468 ctags: CTAGS
469 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
470 $(TAGS_FILES) $(LISP)
471 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472 unique=`for i in $$list; do \
473 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474 done | \
475 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476 END { if (nonempty) { for (i in files) print i; }; }'`; \
477 test -z "$(CTAGS_ARGS)$$unique" \
478 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
479 $$unique
481 GTAGS:
482 here=`$(am__cd) $(top_builddir) && pwd` \
483 && $(am__cd) $(top_srcdir) \
484 && gtags -i $(GTAGS_ARGS) "$$here"
486 distclean-tags:
487 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
489 distdir: $(DISTFILES)
490 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492 list='$(DISTFILES)'; \
493 dist_files=`for file in $$list; do echo $$file; done | \
494 sed -e "s|^$$srcdirstrip/||;t" \
495 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
496 case $$dist_files in \
497 */*) $(MKDIR_P) `echo "$$dist_files" | \
498 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
499 sort -u` ;; \
500 esac; \
501 for file in $$dist_files; do \
502 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503 if test -d $$d/$$file; then \
504 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
505 if test -d "$(distdir)/$$file"; then \
506 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507 fi; \
508 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511 fi; \
512 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
513 else \
514 test -f "$(distdir)/$$file" \
515 || cp -p $$d/$$file "$(distdir)/$$file" \
516 || exit 1; \
517 fi; \
518 done
519 check-am: all-am
520 check: check-am
521 all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
522 installdirs:
523 for dir in "$(DESTDIR)$(pkgdatadir)"; do \
524 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
525 done
526 install: install-am
527 install-exec: install-exec-am
528 install-data: install-data-am
529 uninstall: uninstall-am
531 install-am: all-am
532 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
534 installcheck: installcheck-am
535 install-strip:
536 if test -z '$(STRIP)'; then \
537 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539 install; \
540 else \
541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
545 mostlyclean-generic:
547 clean-generic:
549 distclean-generic:
550 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
553 maintainer-clean-generic:
554 @echo "This command is intended for maintainers to use"
555 @echo "it deletes files that may require special tools to rebuild."
556 clean: clean-am
558 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
560 distclean: distclean-am
561 -rm -rf ./$(DEPDIR)
562 -rm -f Makefile
563 distclean-am: clean-am distclean-compile distclean-generic \
564 distclean-tags
566 dvi: dvi-am
568 dvi-am:
570 html: html-am
572 html-am:
574 info: info-am
576 info-am:
578 install-data-am: install-pkgdataDATA
580 install-dvi: install-dvi-am
582 install-dvi-am:
584 install-exec-am:
586 install-html: install-html-am
588 install-html-am:
590 install-info: install-info-am
592 install-info-am:
594 install-man:
596 install-pdf: install-pdf-am
598 install-pdf-am:
600 install-ps: install-ps-am
602 install-ps-am:
604 installcheck-am:
606 maintainer-clean: maintainer-clean-am
607 -rm -rf ./$(DEPDIR)
608 -rm -f Makefile
609 maintainer-clean-am: distclean-am maintainer-clean-generic
611 mostlyclean: mostlyclean-am
613 mostlyclean-am: mostlyclean-compile mostlyclean-generic
615 pdf: pdf-am
617 pdf-am:
619 ps: ps-am
621 ps-am:
623 uninstall-am: uninstall-pkgdataDATA
625 .MAKE: install-am install-strip
627 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
628 clean-noinstPROGRAMS ctags distclean distclean-compile \
629 distclean-generic distclean-tags distdir dvi dvi-am html \
630 html-am info info-am install install-am install-data \
631 install-data-am install-dvi install-dvi-am install-exec \
632 install-exec-am install-html install-html-am install-info \
633 install-info-am install-man install-pdf install-pdf-am \
634 install-pkgdataDATA install-ps install-ps-am install-strip \
635 installcheck installcheck-am installdirs maintainer-clean \
636 maintainer-clean-generic mostlyclean mostlyclean-compile \
637 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
638 uninstall-am uninstall-pkgdataDATA
641 # for included ICONS
642 icons.list: $(ICONS) Makefile.am
643 ( rm -f $@; \
644 for image in $(ICONS); do \
645 echo $$image | sed s/\.png$$// >> $@; \
646 echo $$image >> $@; \
647 done )
649 # the include files
650 icons.cpp: $(ICONS) icons.list
651 gdk-pixbuf-csource --rle --build-list `cat icons.list` > $@
653 levels.cpp: $(CAVES) file2c Makefile.am
654 sh ./files2c.sh $@ level $(CAVES)
656 ataripal.cpp: $(ATARIPALETTES) file2c Makefile.am
657 sh ./files2c.sh $@ atari_palettes $(ATARIPALETTES)
659 dtvpal.cpp: $(DTVPALETTES) file2c Makefile.am
660 sh ./files2c.sh $@ c64dtv_palettes $(DTVPALETTES)
662 # the empty string causes files2c.sh not to write the pointer arrays
663 title.cpp: $(TITLE) file2c Makefile.am
664 sh ./files2c.sh $@ "" $(TITLE)
666 # the empty string causes files2c.sh not to write the pointer arrays
667 background.cpp: $(BACKGROUND) file2c Makefile.am
668 sh ./files2c.sh $@ "" $(BACKGROUND)
670 # the empty string causes files2c.sh not to write the pointer arrays
671 gdash_icon_32.cpp: $(GDASH_ICON_32) file2c Makefile.am
672 sh ./files2c.sh $@ "" $(GDASH_ICON_32)
674 # the empty string causes files2c.sh not to write the pointer arrays
675 gdash_icon_48.cpp: $(GDASH_ICON_48) file2c Makefile.am
676 sh ./files2c.sh $@ "" $(GDASH_ICON_48)
678 # the empty string causes files2c.sh not to write the pointer arrays
679 c64_gfx.cpp: c64_gfx.png file2c Makefile.am
680 sh ./files2c.sh $@ "" c64_gfx.png
682 # the empty string causes files2c.sh not to write the pointer arrays
683 c64_font.cpp: c64_font.png file2c Makefile.am
684 sh ./files2c.sh $@ "" c64_font.png
686 # Tell versions [3.59,3.63) of GNU make to not export all variables.
687 # Otherwise a system limit (for SysV at least) may be exceeded.
688 .NOEXPORT: