~ubuntu-branches/ubuntu/vivid/wine/vivid

« back to all changes in this revision

Viewing changes to programs/winetest/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-05-30 08:48:53 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20080530084853-eoabeo8m5ai49vb5
Tags: 1.0-rc3-1ubuntu1
* New upstream release
  - Bugfixes only due to feature freeze pending 1.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
winetest.res: $(TESTBINS)
272
272
 
273
273
clean::
274
 
        $(RM) tests.rc dist.res winetest-dist winetest-dist.exe $(TESTBINS)
 
274
        $(RM) dist.res winetest-dist winetest-dist.exe $(TESTBINS)
275
275
 
276
276
# Rules for building distributable executable
277
277
 
288
288
winetest-dist.exe: $(OBJS) dist.res.o Makefile.in
289
289
        $(CC) $(APPMODE) $(OBJS) dist.res.o -o $@ $(DELAYIMPORTS:%=-l%) $(ALL_LIBS)
290
290
 
291
 
tests.rc: maketest Makefile.in
292
 
        $(SRCDIR)/maketest $(TOPSRCDIR) > $@ || ($(RM) $@ && exit 1)
293
 
 
294
 
dist.res: winetest.rc tests.rc build.id build.nfo tests.url winetest.ico $(TESTBINS)
 
291
dist.res: winetest.rc build.nfo tests.url winetest.ico $(TESTBINS)
295
292
 
296
293
@DEPENDENCIES@  # everything below this line is overwritten by make depend