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

Comparing SIDPlayer/Makefile.BeOS (file contents):
Revision 1.5 by cebix, 2001-01-14T13:17:35Z vs.
Revision 1.8 by cebix, 2003-10-23T13:17:17Z

# Line 4 | Line 4
4   ## makefile-engine will do all of the hard work for you.  This handles both
5   ## Intel and PowerPC builds of the BeOS.
6  
7 < # Get version number from configure.in
8 < version := $(shell grep <configure.in INIT_AUTOMAKE | sed -e 's/.*\[//' -e 's/\].*//')
7 > # Get version number from configure.ac
8 > version := $(shell grep <configure.ac INIT_AUTOMAKE | sed -e 's/.*\[//' -e 's/\].*//')
9  
10   ## Application Specific Settings ---------------------------------------------
11  
# Line 39 | Line 39 | SRCS=src/main_beos.cpp src/main.cpp src/
39  
40   #       specify the resource files to use
41   #       full path or a relative path to the resource file can be used.
42 < RSRCS= SIDPlayer.rsrc
42 > RSRCS=src/SIDPlayer.rsrc
43  
44   # @<-src@
45   #%}
# Line 115 | Line 115 | include /boot/develop/etc/makefile-engin
115   # Create links to Frodo sources
116   src/main.cpp: src/cpu_macros.h src/cpu_opcodes.h src/prefs.h src/sid.cpp
117   src/cpu_macros.h src/cpu_opcodes.h src/prefs.h src/sid.cpp:
118 <        ln -s ../Frodo/src/$@ $@
118 >        ln -s ../../Frodo/$@ $@
119  
120   # Create binary distribution
121   distdir = SIDPlayer-$(version)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines