ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/Makefile.am
Revision: 1.3
Committed: 2001-01-04T19:54:13Z (23 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.2: +2 -2 lines
Log Message:
- split prefs.cpp into prefs.cpp and prefs_items.cpp
- it's now possible to specify prefs items on the command line

File Contents

# Content
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = clamp_includes
4
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_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
13
14 EXTRA_DIST = SIDPlayer.rsrc
15
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 $(top_srcdir)/../Frodo/src/$@ $@