### Targets: ###
-all: test$(EXEEXT) $(__test_gui___depname) $(__test_gui_bundle___depname) data fr
+all: test$(EXEEXT) $(__test_gui___depname) $(__test_gui_bundle___depname) data data-images fr
install:
esac; \
done
+data-images:
+ @mkdir -p image
+ @for f in horse_grey.bmp horse_grey_flipped.bmp horse_rle4.bmp horse_rle4_flipped.bmp horse_rle8.bmp horse_rle8_flipped.bmp; do \
+ if test ! -f image/$$f -a ! -d image/$$f ; \
+ then x=yep ; \
+ else x=`find $(srcdir)/image/$$f -newer image/$$f -print` ; \
+ fi; \
+ case "$$x" in ?*) \
+ cp -pRf $(srcdir)/image/$$f image ;; \
+ esac; \
+ done
+
fr:
@mkdir -p ./intl/fr
@for f in internat.po internat.mo; do \
# Include dependency info, if present:
@IF_GNU_MAKE@-include ./.deps/*.d
-.PHONY: all install uninstall clean distclean test_gui_bundle data fr
+.PHONY: all install uninstall clean distclean test_gui_bundle data data-images fr
\r
### Targets: ###\r
\r
-all: $(OBJS)\test.exe $(__test_gui___depname) data fr\r
+all: $(OBJS)\test.exe $(__test_gui___depname) data data-images fr\r
\r
clean: \r
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj\r
if not exist $(OBJS) mkdir $(OBJS)\r
for %f in (horse.ani horse.bmp horse.cur horse.gif horse.ico horse.jpg horse.pcx horse.png horse.pnm horse.tga horse.tif horse.xpm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)\r
\r
+data-images: \r
+ if not exist image mkdir image\r
+ for %f in (horse_grey.bmp horse_grey_flipped.bmp horse_rle4.bmp horse_rle4_flipped.bmp horse_rle8.bmp horse_rle8_flipped.bmp) do if not exist image\%f copy .\image\%f image\r
+\r
fr: \r
if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr\r
for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%f copy .\intl\fr\%f $(OBJS)\intl\fr\r
\r
### Targets: ###\r
\r
-all: $(OBJS)\test.exe $(__test_gui___depname) data fr\r
+all: $(OBJS)\test.exe $(__test_gui___depname) data data-images fr\r
\r
clean: \r
-if exist $(OBJS)\*.o del $(OBJS)\*.o\r
if not exist $(OBJS) mkdir $(OBJS)\r
for %%f in (horse.ani horse.bmp horse.cur horse.gif horse.ico horse.jpg horse.pcx horse.png horse.pnm horse.tga horse.tif horse.xpm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)\r
\r
+data-images: \r
+ if not exist image mkdir image\r
+ for %%f in (horse_grey.bmp horse_grey_flipped.bmp horse_rle4.bmp horse_rle4_flipped.bmp horse_rle8.bmp horse_rle8_flipped.bmp) do if not exist image\%%f copy .\image\%%f image\r
+\r
fr: \r
if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr\r
for %%f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%%f copy .\intl\fr\%%f $(OBJS)\intl\fr\r
$(OBJS)\test_gui_xrctest.o: ./xml/xrctest.cpp\r
$(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $<\r
\r
-.PHONY: all clean data fr\r
+.PHONY: all clean data data-images fr\r
\r
\r
SHELL := $(COMSPEC)\r
\r
### Targets: ###\r
\r
-all: $(OBJS)\test.exe $(__test_gui___depname) data fr\r
+all: $(OBJS)\test.exe $(__test_gui___depname) data data-images fr\r
\r
clean: \r
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj\r
if not exist $(OBJS) mkdir $(OBJS)\r
for %f in (horse.ani horse.bmp horse.cur horse.gif horse.ico horse.jpg horse.pcx horse.png horse.pnm horse.tga horse.tif horse.xpm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)\r
\r
+data-images: \r
+ if not exist image mkdir image\r
+ for %f in (horse_grey.bmp horse_grey_flipped.bmp horse_rle4.bmp horse_rle4_flipped.bmp horse_rle8.bmp horse_rle8_flipped.bmp) do if not exist image\%f copy .\image\%f image\r
+\r
fr: \r
if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr\r
for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%f copy .\intl\fr\%f $(OBJS)\intl\fr\r
\r
### Targets: ###\r
\r
-all : .SYMBOLIC $(OBJS)\test.exe $(__test_gui___depname) data fr\r
+all : .SYMBOLIC $(OBJS)\test.exe $(__test_gui___depname) data data-images fr\r
\r
clean : .SYMBOLIC \r
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj\r
if not exist $(OBJS) mkdir $(OBJS)\r
for %f in (horse.ani horse.bmp horse.cur horse.gif horse.ico horse.jpg horse.pcx horse.png horse.pnm horse.tga horse.tif horse.xpm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)\r
\r
+data-images : .SYMBOLIC \r
+ if not exist image mkdir image\r
+ for %f in (horse_grey.bmp horse_grey_flipped.bmp horse_rle4.bmp horse_rle4_flipped.bmp horse_rle8.bmp horse_rle8_flipped.bmp) do if not exist image\%f copy .\image\%f image\r
+\r
fr : .SYMBOLIC \r
if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr\r
for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%f copy .\intl\fr\%f $(OBJS)\intl\fr\r
horse.pcx horse.png horse.pnm horse.tga horse.tif horse.xpm</files>
</wx-data>
+ <wx-data id="data-images">
+ <srcdir>$(SRCDIR)/image</srcdir>
+ <dstdir>image</dstdir>
+ <files>horse_grey.bmp horse_grey_flipped.bmp
+ horse_rle4.bmp horse_rle4_flipped.bmp
+ horse_rle8.bmp horse_rle8_flipped.bmp</files>
+ </wx-data>
+
<template id="catalog">
<dstdir>$(BUILDDIR)/intl/$(id)</dstdir>
<srcdir>$(SRCDIR)/intl/$(id)</srcdir>