~ubuntu-branches/ubuntu/wily/sgt-puzzles/wily

« back to all changes in this revision

Viewing changes to Makefile.wce

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-10-01 22:10:50 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20141001221050-a83g6j14c9dal6ek
Tags: 20140928.r10274-1
* New upstream version
  - Version scheme is now date-based
  - Fix a failure to warn about non-unique rows/columns in non-square Unruly
    grids (Closes: #718354)
* Add Debian menu entries for Range and Signpost
* debian/watch: Delete, as new versions are date-based and there is
  currently no obvious way to find the last date changed
* Disable 304_combine-binaries.diff which no longer applies
* Build using autotools
  - Drop patches 301_fix-install-dirs.diff, 305_no-werror.diff
* Exclude puzzles.chm from orig tarball because it requires non-free tools
  to regenerate from source
* Update policy version to 3.9.6; no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
                puzzles.rsp
170
170
        link $(LFLAGS) -out:puzzles.exe -map:puzzles.map @puzzles.rsp
171
171
 
172
 
range.exe: drawing.obj malloc.obj midend.obj misc.obj printing.obj \
 
172
range.exe: drawing.obj dsf.obj malloc.obj midend.obj misc.obj printing.obj \
173
173
                random.obj range.obj range.res version.obj windows.obj \
174
174
                range.rsp
175
175
        link $(LFLAGS) -out:range.exe -map:range.map @range.rsp
398
398
 
399
399
range.rsp: $(MAKEFILE)
400
400
        echo $(BASELIBS) > range.rsp
401
 
        echo drawing.obj malloc.obj midend.obj misc.obj >> range.rsp
402
 
        echo printing.obj random.obj range.obj range.res >> range.rsp
403
 
        echo version.obj windows.obj >> range.rsp
 
401
        echo drawing.obj dsf.obj malloc.obj midend.obj >> range.rsp
 
402
        echo misc.obj printing.obj random.obj range.obj >> range.rsp
 
403
        echo range.res version.obj windows.obj >> range.rsp
404
404
 
405
405
rect.rsp: $(MAKEFILE)
406
406
        echo $(BASELIBS) > rect.rsp
878
878
        rc $(FWHACK) $(RCFL) -r -fountangle.res icons\untangle.rc
879
879
untangl3.obj: .\untangle.c .\puzzles.h .\tree234.h
880
880
        $(CC) $(COMPAT) $(FWHACK) $(CFLAGS) $(XFLAGS) /DCOMBINED /c .\untangle.c /Fountangl3.obj
 
881
version.obj: .\version.c .\version.h
 
882
        $(CC) $(COMPAT) $(FWHACK) $(CFLAGS) $(XFLAGS) /c .\version.c /Foversion.obj
881
883
windows.obj: .\windows.c .\puzzles.h .\resource.h
882
884
        $(CC) $(COMPAT) $(FWHACK) $(CFLAGS) $(XFLAGS) /c .\windows.c /Fowindows.obj
883
885
windows1.obj: .\windows.c .\puzzles.h .\resource.h
884
886
        $(CC) $(COMPAT) $(FWHACK) $(CFLAGS) $(XFLAGS) /DCOMBINED /c .\windows.c /Fowindows1.obj
885
887
 
886
 
version.obj: *.c *.h
887
 
        $(CC) $(VER) $(CFLAGS) /c version.c
888
888
 
889
889
clean: tidy
890
890
        -del *.exe