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

Comparing SIDPlayer/src/Makefile.am (file contents):
Revision 1.1 by cebix, 2000-09-19T15:34:10Z vs.
Revision 1.3 by cebix, 2001-01-04T19:54:13Z

# Line 5 | Line 5 | SUBDIRS = clamp_includes
5   bin_PROGRAMS = sidplayer
6  
7   sidplayer_SOURCES = main_sdl.cpp main.cpp main.h psid.h mem.cpp mem.h \
8 <  prefs.cpp prefs.h cpu.cpp cpu.h cpu_macros.h cpu_opcodes.h sid.cpp sid.h \
9 <  sys.h types.h debug.h
8 >  prefs.cpp prefs_items.cpp prefs.h cpu.cpp cpu.h cpu_macros.h cpu_opcodes.h \
9 >  sid.cpp sid.h sys.h types.h debug.h
10  
11   EXTRA_sidplayer_SOURCES = cl_amp.cpp main_beos.cpp prefs_window.cpp \
12    prefs_window.h
# Line 16 | Line 16 | EXTRA_DIST = SIDPlayer.rsrc
16   # Create links to Frodo sources
17   main.cpp: cpu_macros.h cpu_opcodes.h prefs.h sid.cpp
18   cpu_macros.h cpu_opcodes.h prefs.h sid.cpp:
19 <        ln -s ../../Frodo/src/$@ $@
19 >        ln -s $(top_srcdir)/../Frodo/src/$@ $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines