data:
@mkdir -p .
@for f in mondrian.ico; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data_files:
@mkdir -p ./bitmaps
@for f in bookmarks.bmp class_icon.bmp class_icon1.bmp copy.bmp cut.bmp file_icon.bmp folder_icon.bmp help_icon.bmp new.bmp nextmark.bmp open.bmp paste.bmp prevmark.bmp res_icon.bmp save.bmp saveall.bmp search.bmp start95_dp.bmp start95_pr.bmp tile.bmp; do \
- if test ! -e ./bitmaps/$$f ; \
+ if test ! -f ./bitmaps/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/bitmaps/$$f -newer ./bitmaps/$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in studio_resources.wxr; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in stctest.cpp; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data_help_std:
@mkdir -p ./help.std
@for f in compiler.htm dbbrowse.hhc dbbrowse.hhk dbbrowse.hhp dbbrowse.htm getcol.htm getcolsh.htm icons.htm picgrams.htm problems.htm remstar.htm sample.htm startprm.htm todo.htm wxdb.htm wxtable.htm; do \
- if test ! -e ./help.std/$$f ; \
+ if test ! -f ./help.std/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/help.std/$$f -newer ./help.std/$$f -print` ; \
fi; \
data_help_png:
@mkdir -p ./help.png
@for f in col.png d_closed.png d_open.png dsn.png dsnclose.png dsnopen.png f_closed.png f_open.png gnu.png gtk.png imbau.png kde.png key.png keyf.png linux.png logo.png motif.png msvc.png odbc.png pgmctrl.png redh.png remstar.png server.png suse.png tab.png view.png winnt.png wins.png; do \
- if test ! -e ./help.png/$$f ; \
+ if test ! -f ./help.png/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/help.png/$$f -newer ./help.png/$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in about.htm; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in breeder.lif; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in wxpoem.txt wxpoem.dat; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in testdata.fc; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in test2.bmp; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in tips.txt; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in wxwin.png; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in backgrnd.png shape01.png shape02.png shape03.png; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data_doc:
@mkdir -p ./doc
@for f in aindex.html ClassGraph.class ClassGraphPanel.class ClassLayout.class down.gif dxxgifs.tex HIER.html HIERjava.html icon1.gif icon2.gif index.html logo.gif NavigatorButton.class USE_HELP.html wx204.htm wx34.htm wxExtHelpController.html wxhelp.map wx.htm; do \
- if test ! -e ./doc/$$f ; \
+ if test ! -f ./doc/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/doc/$$f -newer ./doc/$$f -print` ; \
fi; \
data_files:
@mkdir -p ./data
@for f in about.htm logo.png; do \
- if test ! -e ./data/$$f ; \
+ if test ! -f ./data/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/data/$$f -newer ./data/$$f -print` ; \
fi; \
data:
@mkdir -p ./helpfiles
@for f in Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp; do \
- if test ! -e ./helpfiles/$$f ; \
+ if test ! -f ./helpfiles/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/helpfiles/$$f -newer ./helpfiles/$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in test.zip; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in logo6.gif test.htm; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in start.htm; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in start.htm; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in pages.zip start.htm; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
bg:
@mkdir -p ./bg
@for f in internat.po internat.mo; do \
- if test ! -e ./bg/$$f ; \
+ if test ! -f ./bg/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/bg/$$f -newer ./bg/$$f -print` ; \
fi; \
cs:
@mkdir -p ./cs
@for f in internat.po internat.mo; do \
- if test ! -e ./cs/$$f ; \
+ if test ! -f ./cs/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/cs/$$f -newer ./cs/$$f -print` ; \
fi; \
de:
@mkdir -p ./de
@for f in internat.po internat.mo; do \
- if test ! -e ./de/$$f ; \
+ if test ! -f ./de/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/de/$$f -newer ./de/$$f -print` ; \
fi; \
fr:
@mkdir -p ./fr
@for f in internat.po internat.mo; do \
- if test ! -e ./fr/$$f ; \
+ if test ! -f ./fr/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/fr/$$f -newer ./fr/$$f -print` ; \
fi; \
ja:
@mkdir -p ./ja
@for f in internat.po internat.mo; do \
- if test ! -e ./ja/$$f ; \
+ if test ! -f ./ja/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/ja/$$f -newer ./ja/$$f -print` ; \
fi; \
ka:
@mkdir -p ./ka
@for f in internat.po internat.mo; do \
- if test ! -e ./ka/$$f ; \
+ if test ! -f ./ka/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/ka/$$f -newer ./ka/$$f -print` ; \
fi; \
pl:
@mkdir -p ./pl
@for f in internat.po internat.mo; do \
- if test ! -e ./pl/$$f ; \
+ if test ! -f ./pl/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/pl/$$f -newer ./pl/$$f -print` ; \
fi; \
ru:
@mkdir -p ./ru
@for f in internat.po internat.mo; do \
- if test ! -e ./ru/$$f ; \
+ if test ! -f ./ru/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/ru/$$f -newer ./ru/$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in marble.jpg; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in isosurf.dat.gz; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in penguin.lwo; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in sound.png nosound.png; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in wxLayout.cpp; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in duck.png; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in star.png; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in 9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in splash.png press.mpg; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in stctest.cpp; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p ./rc
@for f in appicon.ico appicon.xpm artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc toolbar.xrc uncenter.xpm uncenter.xrc update.gif variable.xpm variable.xrc; do \
- if test ! -e ./rc/$$f ; \
+ if test ! -f ./rc/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/rc/$$f -newer ./rc/$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in testdata.fc; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in wxwin250.wxs; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/../configs/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \
data:
@mkdir -p .
@for f in test.zip; do \
- if test ! -e ./$$f ; \
+ if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
fi; \