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

Comparing SIDPlayer/Makefile.am (file contents):
Revision 1.1 by cebix, 2000-09-19T15:34:09Z vs.
Revision 1.2 by cebix, 2000-09-19T16:07:26Z

# Line 6 | Line 6 | SUBDIRS = src
6   AUTOMAKE_OPTIONS = 1.4 foreign
7  
8   EXTRA_DIST = Makefile.BeOS
9 +
10 + # Add PSID demo files and Frodo sources to distribution
11 + dist-hook:
12 +        cp -R $(srcdir)/"PSID Demo" $(distdir)
13 +        rm -rf $(distdir)/"PSID Demo"/CVS
14 +        for i in cpu_macros.h cpu_opcodes.h prefs.h sid.cpp; do \
15 +          if [ -L $(distdir)/src/$$i ]; then \
16 +            rm -f $(distdir)/src/$$i; \
17 +            cp -p $(srcdir)/../Frodo/src/$$i $(distdir)/src; \
18 +          fi; \
19 +        done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines