~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2005-07-30 20:42:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050730204220-1nl1cg2jkjvy63ry
Tags: 0.9.20050730-1
* New upstream CVS snapshot.
* Build-depend on virtual libsdl-dev (not libsdl1.2-dev).
* Invoke init rules also on clean (to separate better from official
  builds).
* Update URL of upstream source in debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        -rm -rf $(TMPDIR)
46
46
        mkdir $(TMPDIR)
47
47
        cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII
48
 
        cd $(TMPDIR)/BasiliskII/src/Unix; aclocal; autoheader; autoconf
 
48
        cd $(TMPDIR)/BasiliskII/src/Unix && NO_CONFIGURE=1 ./autogen.sh
 
49
        cd $(TMPDIR)/BasiliskII/src/Windows && NO_CONFIGURE=1 ../Unix/autogen.sh
49
50
        rm $(TMPDIR)/BasiliskII/Makefile
50
51
        mv $(TMPDIR)/BasiliskII $(TMPDIR)/$(VERNAME)
51
52
        cd $(TMPDIR); tar cfz $@ $(VERNAME)
56
57
# RPMs (source and binary)
57
58
#
58
59
rpm: $(SRCARCHIVE)
59
 
        rpm -ta --clean $(SRCARCHIVE)
 
60
        rpmbuild -ta --clean $(SRCARCHIVE)
60
61
 
61
62
#
62
63
# Binary archive for AmigaOS