1 ## Process this file with automake to produce Makefile.in
16 BuiltIn_contrast.act \
29 add_filled_rectangle.png \
36 add_fill_replace.png \
50 object_not_on_all.png \
51 object_not_on_current.png \
66 icondir = $(datadir)/pixmaps
69 pkgdata_DATA = boulder_rush.png c64_gfx.png
71 EXTRA_DIST = $(ICONS) $(TITLE) $(icon_DATA) \
72 icons.list title.list \
77 $(ATARIPALETTES) ataripal.h \
78 $(DTVPALETTES) dtvpal.h
82 icons.list: $(ICONS) Makefile.am
84 for image in $(ICONS); do \
85 echo $$image | sed s/\.png$$// >> $@; \
90 icons.h: $(ICONS) icons.list
91 gdk-pixbuf-csource --raw --build-list `cat icons.list` > $@
93 #title.h: $(TITLE) title.list
94 # gdk-pixbuf-csource --raw --build-list `cat title.list` > $@
102 # own programs which generate include files
107 # this one creates inlined original c64 graphics
108 cells2c_CFLAGS = @GTK_CFLAGS@
109 cells2c_LDADD = @GTK_LIBS@
116 c64_font.h: c64_font.png $(CELLS2C)
117 ./cells2c c64_font.png >$@
119 c64_font.h: c64_font.png $(CELLS2C)
120 echo; echo; echo "*** GTK+ is needed to regenerate $@"
126 c64_gfx.h: c64_gfx.png $(CELLS2C)
127 ./cells2c c64_gfx.png >$@
129 c64_gfx.h: c64_gfx.png $(CELLS2C)
130 echo; echo; echo "*** GTK+ is needed to regenerate $@"
137 # this utility creates an include file for any datafile
141 levels.h: $(CAVES) file2c Makefile.am
142 sh files2c.sh $@ level $(CAVES)
144 ataripal.h: $(ATARIPALETTES) file2c Makefile.am
145 sh files2c.sh $@ atari_palettes $(ATARIPALETTES)
147 dtvpal.h: $(DTVPALETTES) file2c Makefile.am
148 sh files2c.sh $@ c64dtv_palettes $(DTVPALETTES)
156 # the empty string causes files2c.sh not to write the pointer arrays
157 title.h: $(TITLE) file2c Makefile.am
158 sh files2c.sh $@ "" $(TITLE)