ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/libpeak-0.1.2/Makefile.am
Revision: 3251
Committed: Wed Apr 2 16:58:30 2014 UTC (9 years, 11 months ago) by michael
File size: 428 byte(s)
Log Message:
- Imported libpeak-0.1.2

File Contents

# Content
1 AUTOMAKE_OPTIONS = foreign
2 SUBDIRS = peak . tests
3
4 docs: dummydoc
5 doxygen doc/Doxyfile
6
7 dummydoc:
8
9 bin_SCRIPTS = peak-config
10
11 EXTRA_DIST = CREDITS README.platforms \
12 doc/Doxyfile doc/Doxyfooter.html doc/html doc/images doc/latex
13 #DISTCLEANFILES = peak-config.in
14
15 dist-hook:
16 rm -f $(distdir)/peak-config.in
17 find $(distdir) -name CVS -print -prune | xargs rm -rf
18 find $(distdir) -name .DS_Store -print -prune | xargs rm -rf