~ubuntu-branches/ubuntu/quantal/stormbaancoureur/quantal

« back to all changes in this revision

Viewing changes to src-stormbaancoureur/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-12-03 19:47:21 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091203194721-i5m322qbcee1em63
Tags: 2.1.6-1
[ Barry deFreese ]
* New upstream release.
  + Drop gcc-4.4 patch, merged upstream.
  + Uses new leaderboard server. (Closes: #534773).
* Update Homepage.
* Bump Standards Version to 3.8.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
VERSION=2.1.5-generic
 
1
VERSION=2.1.6-generic
2
2
 
3
3
# EDIT THESE SETTINGS
4
4
 
68
68
intro.o: intro.cxx intro.h
69
69
        $(CXX) -c $(CXXFLAGS) intro.cxx
70
70
 
71
 
vectortext.o: vectortext.cxx vectortext.h
72
 
        $(CXX) -c $(CXXFLAGS) vectortext.cxx
 
71
vectortext.o: ../src-common/vectortext.cxx ../src-common/vectortext.h
 
72
        $(CXX) -c $(CXXFLAGS) ../src-common/vectortext.cxx
73
73
 
74
74
postscore.o: postscore.cxx postscore.h
75
75
        $(CXX) -c $(CXXFLAGS) postscore.cxx