File: Makefile.am

package info (click to toggle)
gom 0.29.103-11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 572 kB
  • ctags: 319
  • sloc: ansic: 3,206; sh: 910; makefile: 80
file content (17 lines) | stat: -rwxr-xr-x 498 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Makefile.am for gom, top level
## Copyright (c) Stephan Alexander Suerken 1996-1999
## Process this with automake to produce 'Makefile.in'

# together with AC_PROG_MAKE_SET in configure.in, this always sets env var MAKE correctly
@SET_MAKE@


SUBDIRS = src

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