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.1.1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.4 by gbeauche, 2003-05-13T16:59:56Z

# Line 11 | Line 11 | TMPDIR := $(shell date +/tmp/build%m%s)
11   DOCS := HISTORY LOG TODO
12   SRCS := src
13  
14 + # Where Basilisk II directory can be found
15 + B2_TOPDIR := ../BasiliskII
16 +
17   default: help
18  
19   help:
# Line 52 | Line 55 | links:
55                 BeOS/serial_beos.cpp BeOS/sys_beos.cpp BeOS/timer_beos.cpp \
56                 BeOS/xpram_beos.cpp BeOS/SheepDriver BeOS/SheepNet \
57                 Unix/audio_oss_esd.cpp Unix/extfs_unix.cpp Unix/serial_unix.cpp \
58 +               Unix/sshpty.h Unix/sshpty.c Unix/strlcpy.h Unix/strlcpy.c \
59                 Unix/sys_unix.cpp Unix/timer_unix.cpp Unix/xpram_unix.cpp \
60 +               Unix/sigsegv.h Unix/sigsegv.cpp Unix/vm_alloc.h Unix/vm_alloc.cpp \
61 +               Unix/posix_sem.cpp \
62                 Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver'; \
63 +        PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \
64          for i in $$list; do \
65            echo $$i; \
66 <          ln -sf `pwd`/../BasiliskII/src/$$i src/$$i; \
66 >          ln -sf $${PREFIX}$(B2_TOPDIR)/src/$$i src/$$i; \
67          done;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines