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.7 by gbeauche, 2003-09-14T22:10:57Z vs.
Revision 1.28 by gbeauche, 2006-05-06T10:42:51Z

# 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 + CVSDATE := $(shell date "+%Y%m%d")
7  
8 < SRCARCHIVE := $(shell date +SheepShaver_src_%d%m%Y.tar.gz)
8 > SRCARCHIVE := $(VERNAME)-$(CVSDATE).tar.gz
9  
10   TMPDIR := $(shell date +/tmp/build%m%s)
11 < DOCS := HISTORY LOG TODO
11 > ISODATE := $(shell date "+%Y-%m-%d %H:%M")
12 > DOCS := NEWS
13   SRCS := src
14  
15   # Where Basilisk II directory can be found
16   B2_TOPDIR := ../BasiliskII
17  
17 # Where Kheperix directory can be found
18 KPX_TOPDIR := ../kheperix
19
18   default: help
19  
20   help:
# Line 24 | Line 22 | help:
22          @echo "The following targets are available:"
23          @echo "  tarball  source tarball ($(SRCARCHIVE))"
24          @echo "  links    create links to Basilisk II sources"
27        @echo "  kpx_cpu  synchronize with Kheperix CPU emulator"
25  
26   clean:
27          -rm -f $(SRCARCHIVE)
# Line 37 | Line 34 | tarball: $(SRCARCHIVE)
34   $(SRCARCHIVE): $(SRCS) $(DOCS)
35          -rm -rf $(TMPDIR)
36          mkdir $(TMPDIR)
37 <        cd $(TMPDIR); cvs export -D "$(ISODATE)" SheepShaver
37 >        cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII SheepShaver
38 >        cd $(TMPDIR)/SheepShaver/src/Unix && mkdir Darwin
39 >        cd $(TMPDIR)/SheepShaver && make links
40 >        cd $(TMPDIR)/SheepShaver/src/Unix && NO_CONFIGURE=1 ./autogen.sh
41 >        cd $(TMPDIR)/SheepShaver/src/Windows && NO_CONFIGURE=1 ../Unix/autogen.sh
42          rm $(TMPDIR)/SheepShaver/Makefile
43 <        mv $(TMPDIR)/SheepShaver $(TMPDIR)/$(VERNAME)
43 >        cp -aL $(TMPDIR)/SheepShaver $(TMPDIR)/$(VERNAME)
44          cd $(TMPDIR); tar cfz $@ $(VERNAME)
45          mv $(TMPDIR)/$@ .
46          rm -rf $(TMPDIR)
# Line 62 | Line 63 | links:
63                 Unix/sshpty.h Unix/sshpty.c Unix/strlcpy.h Unix/strlcpy.c \
64                 Unix/sys_unix.cpp Unix/timer_unix.cpp Unix/xpram_unix.cpp \
65                 Unix/sigsegv.h Unix/sigsegv.cpp Unix/vm_alloc.h Unix/vm_alloc.cpp \
66 <               Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \
67 <               Unix/video_blit.cpp \
68 <               Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver'; \
66 >               Unix/semaphore.h Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \
67 >               Unix/video_blit.cpp Unix/config.sub Unix/config.guess Unix/m4 \
68 >               Unix/keycodes Unix/tunconfig Unix/clip_unix.cpp Unix/Irix/audio_irix.cpp \
69 >               Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver Unix/ether_unix.cpp \
70 >               Unix/rpc.h Unix/rpc_unix.cpp Unix/ldscripts Unix/Darwin/mkstandalone \
71 >               Unix/Darwin/lowmem.c Unix/Darwin/pagezero.c Unix/Darwin/testlmem.sh \
72 >               dummy/audio_dummy.cpp dummy/clip_dummy.cpp dummy/serial_dummy.cpp \
73 >               dummy/prefs_editor_dummy.cpp dummy/scsi_dummy.cpp SDL slirp \
74 >               MacOSX/sys_darwin.cpp MacOSX/clip_macosx.cpp \
75 >               MacOSX/macos_util_macosx.h MacOSX/extfs_macosx.h \
76 >               MacOSX/extfs_macosx.mm Windows/clip_windows.cpp \
77 >               Windows/cd_defs.h Windows/cdenable Windows/extfs_windows.cpp \
78 >               Windows/posix_emu.cpp Windows/posix_emu.h Windows/sys_windows.cpp \
79 >               Windows/timer_windows.cpp Windows/util_windows.cpp \
80 >               Windows/util_windows.h Windows/xpram_windows.cpp \
81 >               Windows/kernel_windows.h Windows/kernel_windows.cpp \
82 >               Windows/serial_windows.cpp Windows/router Windows/b2ether \
83 >               Windows/ether_windows.h Windows/ether_windows.cpp \
84 >               Windows/serial_windows.cpp Windows/prefs_editor_gtk.cpp'; \
85          PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \
86          for i in $$list; do \
87            echo $$i; \
88 <          ln -sf $${PREFIX}$(B2_TOPDIR)/src/$$i src/$$i; \
72 <        done;
73 <
74 < #
75 < # Synchronize with Kheperix CPU emulator"
76 < #
77 < kpx_cpu:
78 <        @list='include/basic-blockinfo.hpp \
79 <               include/basic-cpu.hpp \
80 <               include/basic-plugin.hpp \
81 <               include/task-plugin.hpp \
82 <               include/block-alloc.hpp \
83 <               src/cpu/block-cache.hpp \
84 <               src/cpu/vm.hpp \
85 <               src/cpu/ppc/ppc-cpu.hpp \
86 <               src/cpu/ppc/ppc-cpu.cpp \
87 <               src/cpu/ppc/ppc-decode.cpp \
88 <               src/cpu/ppc/ppc-execute.cpp \
89 <               src/cpu/ppc/genexec.pl \
90 <               src/cpu/ppc/ppc-bitfields.hpp \
91 <               src/cpu/ppc/ppc-blockinfo.hpp \
92 <               src/cpu/ppc/ppc-config.hpp \
93 <               src/cpu/ppc/ppc-operands.hpp \
94 <               src/cpu/ppc/ppc-operations.hpp \
95 <               src/cpu/ppc/ppc-registers.hpp \
96 <               src/test/test-powerpc.cpp'; \
97 <        for i in $$list; do \
98 <          echo $$i; \
99 <          mkdir -p src/kpx_cpu/`dirname $$i`; \
100 <          cp -f  $(KPX_TOPDIR)/$$i src/kpx_cpu/$$i; \
101 <          /bin/true ln -sf $$i src/kpx_cpu/`basename $$i`; \
88 >          ln -sf "$${PREFIX}$(B2_TOPDIR)/src/$$i" src/$$i; \
89          done;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines