File: Makefile.am

package info (click to toggle)
gom 0.30.2-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 876 kB
  • ctags: 322
  • sloc: ansic: 3,021; sh: 1,548; makefile: 34
file content (13 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = 1.6

SUBDIRS = src

EXTRA_DIST = auto_bootstrap

#
# Add examples subdir via dist-hook
#
# Note: Copying whole dir, then deleting CVS dirs. Not good (tm), but works...
dist-hook:
	cp -a $(srcdir)/examples $(distdir)/examples
	-find $(distdir)/examples -type d -name '.svn' -exec rm -rf {} \;