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

Comparing SheepShaver/Makefile (file contents):
Revision 1.19 by gbeauche, 2005-07-03T13:05:36Z vs.
Revision 1.24 by gbeauche, 2005-11-30T00:29:29Z

# Line 1 | Line 1
1   # Makefile for creating SheepShaver distributions
2   # Written in 1999 by Christian Bauer <Christian.Bauer@uni-mainz.de>
3  
4 < VERSION := 2
5 < RELEASE := 2
4 > VERSION := 2.3
5   VERNAME := SheepShaver-$(VERSION)
6  
7   SRCARCHIVE := $(shell date +SheepShaver_src_%d%m%Y.tar.gz)
8  
9   TMPDIR := $(shell date +/tmp/build%m%s)
10 < DOCS := HISTORY LOG TODO
10 > ISODATE := $(shell date "+%Y-%m-%d %H:%M")
11 > DOCS := NEWS
12   SRCS := src
13  
14   # Where Basilisk II directory can be found
# Line 33 | Line 33 | tarball: $(SRCARCHIVE)
33   $(SRCARCHIVE): $(SRCS) $(DOCS)
34          -rm -rf $(TMPDIR)
35          mkdir $(TMPDIR)
36 <        cd $(TMPDIR); cvs export -D "$(ISODATE)" SheepShaver
36 >        cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII SheepShaver
37 >        cd $(TMPDIR)/SheepShaver/src/Unix && mkdir Darwin
38 >        cd $(TMPDIR)/SheepShaver && make links
39 >        cd $(TMPDIR)/SheepShaver/src/Unix && NO_CONFIGURE=1 ./autogen.sh
40 >        cd $(TMPDIR)/SheepShaver/src/Windows && NO_CONFIGURE=1 ../Unix/autogen.sh
41          rm $(TMPDIR)/SheepShaver/Makefile
42 <        mv $(TMPDIR)/SheepShaver $(TMPDIR)/$(VERNAME)
42 >        cp -aL $(TMPDIR)/SheepShaver $(TMPDIR)/$(VERNAME)
43          cd $(TMPDIR); tar cfz $@ $(VERNAME)
44          mv $(TMPDIR)/$@ .
45          rm -rf $(TMPDIR)
# Line 58 | Line 62 | links:
62                 Unix/sshpty.h Unix/sshpty.c Unix/strlcpy.h Unix/strlcpy.c \
63                 Unix/sys_unix.cpp Unix/timer_unix.cpp Unix/xpram_unix.cpp \
64                 Unix/sigsegv.h Unix/sigsegv.cpp Unix/vm_alloc.h Unix/vm_alloc.cpp \
65 <               Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \
65 >               Unix/semaphore.h Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \
66                 Unix/video_blit.cpp Unix/config.sub Unix/config.guess \
67                 Unix/keycodes Unix/tunconfig Unix/clip_unix.cpp Unix/m4 \
68                 Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver Unix/ether_unix.cpp \
# Line 71 | Line 75 | links:
75                 Windows/cd_defs.h Windows/cdenable Windows/extfs_windows.cpp \
76                 Windows/posix_emu.cpp Windows/posix_emu.h Windows/sys_windows.cpp \
77                 Windows/timer_windows.cpp Windows/util_windows.cpp \
78 <               Windows/util_windows.h Windows/xpram_windows.cpp'; \
78 >               Windows/util_windows.h Windows/xpram_windows.cpp \
79 >               Windows/kernel_windows.h Windows/kernel_windows.cpp \
80 >               Windows/serial_windows.cpp Windows/router Windows/b2ether \
81 >               Windows/ether_windows.h Windows/ether_windows.cpp \
82 >               Windows/serial_windows.cpp Windows/prefs_editor_gtk.cpp'; \
83          PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \
84          for i in $$list; do \
85            echo $$i; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines