File: Imakefile

package info (click to toggle)
xwave 0.6%2B2-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,904 kB
  • ctags: 2,026
  • sloc: ansic: 15,177; perl: 345; makefile: 74; sh: 63
file content (15 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#define IHaveSubDirs
#define PassCDebugFlags CDEBUGFLAGS='$(CDEBUGFLAGS)'

SUBDIRS = ccitt adpcm2pcm ieee FWF  src

MakeSubdirs($(SUBDIRS))
InstallSubdirs($(SUBDIRS))
DependSubdirs(ccitt adpcm2pcm ieee src)
CleanSubdirs($(SUBDIRS))
MakefileSubdirs($(SUBDIRS))

clean::
	@rm -rf lib include man
	@find . -name "Makefile*" -exec "rm" \{\} \;