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

« back to all changes in this revision

Viewing changes to .pc/304_combine-binaries.diff/loopy.R

  • 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:
1
 
# -*- makefile -*-
2
 
 
3
 
LOOPY_EXTRA = tree234 dsf grid penrose loopgen
4
 
 
5
 
loopy     : [X] GTK COMMON loopy LOOPY_EXTRA loopy-icon|no-icon
6
 
 
7
 
loopy     : [G] WINDOWS COMMON loopy LOOPY_EXTRA loopy.res|noicon.res
8
 
 
9
 
loopysolver :   [U] loopy[STANDALONE_SOLVER] LOOPY_EXTRA STANDALONE m.lib
10
 
loopysolver :   [C] loopy[STANDALONE_SOLVER] LOOPY_EXTRA STANDALONE
11
 
 
12
 
#penrose :    [U] penrose[TEST_PENROSE] STANDALONE m.lib
13
 
#penrose :    [C] penrose[TEST_PENROSE] STANDALONE
14
 
 
15
 
#test-basis : [U] penrose[TEST_VECTORS] tree234 STANDALONE m.lib
16
 
#test-basis : [C] penrose[TEST_VECTORS] tree234 STANDALONE
17
 
 
18
 
 
19
 
ALL += loopy[COMBINED] LOOPY_EXTRA
20
 
 
21
 
!begin gtk
22
 
GAMES += loopy
23
 
!end
24
 
 
25
 
!begin >list.c
26
 
    A(loopy) \
27
 
!end
28
 
 
29
 
!begin >gamedesc.txt
30
 
loopy:loopy.exe:Loopy:Loop-drawing puzzle
31
 
!end