ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/Makefile.am
Revision: 1.5
Committed: 2000-10-10T19:28:18Z (23 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.4: +1 -1 lines
Log Message:
added --clean to rpm target

File Contents

# User Rev Content
1 cebix 1.1 ## Process this file with automake to produce Makefile.in
2    
3     SUBDIRS = src
4    
5     # Requires automake 1.4
6     AUTOMAKE_OPTIONS = 1.4 foreign
7    
8     EXTRA_DIST = Makefile.BeOS
9 cebix 1.2
10 cebix 1.3 # Add spec file, PSID demo files and Frodo sources to distribution
11 cebix 1.2 dist-hook:
12 cebix 1.3 cp SIDPlayer.spec $(distdir)
13 cebix 1.2 cp -R $(srcdir)/"PSID Demo" $(distdir)
14     rm -rf $(distdir)/"PSID Demo"/CVS
15     for i in cpu_macros.h cpu_opcodes.h prefs.h sid.cpp; do \
16     if [ -L $(distdir)/src/$$i ]; then \
17     rm -f $(distdir)/src/$$i; \
18     cp -p $(srcdir)/../Frodo/src/$$i $(distdir)/src; \
19     fi; \
20     done
21 cebix 1.3
22     # Rule to build tar-gzipped distribution package
23     $(PACKAGE)-$(VERSION).tar.gz: dist
24    
25     # Rule to build RPM distribution package
26     rpm: $(PACKAGE)-$(VERSION).tar.gz
27 cebix 1.5 rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz