ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/Makefile
(Generate patch)

Comparing BasiliskII/Makefile (file contents):
Revision 1.10 by cebix, 1999-10-06T13:07:50Z vs.
Revision 1.12 by cebix, 1999-12-22T17:27:26Z

# Line 1 | Line 1
1   # Makefile for creating Basilisk II distributions
2   # Written in 1999 by Christian Bauer <Christian.Bauer@uni-mainz.de>
3  
4 < VERSION := $(shell sed <BasiliskII.spec -n '/^Version: */s///p')
5 < RELEASE := $(shell sed <BasiliskII.spec -n '/^Release: */s///p')
4 > VERSION := $(shell sed <BasiliskII.spec -n '/^\%define ver */s///p')
5 > RELEASE := $(shell sed <BasiliskII.spec -n '/^\%define rel */s///p')
6   VERNAME := BasiliskII-$(VERSION)
7  
8   SRCARCHIVE := $(shell date +BasiliskII_src_%d%m%Y.tar.gz)
9   SRCRPM := $(VERNAME)-$(RELEASE).src.rpm
10   BINRPM := $(VERNAME)-$(RELEASE).i386.rpm
11 < AMIGAARCHIVE := $(VERNAME)-$(RELEASE).amiga.lha
11 > AMIGAARCHIVE := $(VERNAME)-$(RELEASE).amiga.lzh
12   BEOSPPCARCHIVE := $(VERNAME)-$(RELEASE).beosppc.zip
13   BEOSX86ARCHIVE := $(VERNAME)-$(RELEASE).beosx86.zip
14  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines