File: Makefile.am

package info (click to toggle)
gwave 20011021-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,132 kB
  • ctags: 1,023
  • sloc: ansic: 8,054; lisp: 879; sh: 370; makefile: 157; perl: 59
file content (14 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- mode: Makefile -*-
## Process this file with automake to produce Makefile.in

SUBDIRS=spicefile utilities src scheme doc remote

EXTRA_DIST=autogen.sh gwave.spec TODO

# distribute some extra directories that don't have anything to build 
# or install in them
dist-hook:
	mkdir $(distdir)/examples
	rsync -C -p examples/* $(distdir)/examples
	mkdir $(distdir)/icons
	rsync -C -p icons/* $(distdir)/icons