File: Makefile.am

package info (click to toggle)
libsndfile 1.0.16-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,908 kB
  • ctags: 3,014
  • sloc: ansic: 41,532; sh: 8,906; makefile: 496; python: 93; cpp: 92
file content (27 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Process this file with automake to produce Makefile.in

SUBDIRS = man doc Win32 Octave src examples regtest tests
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \
			sndfile.pc.in Mingw-make-dist.sh
			
			 
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = sndfile.pc

m4datadir = $(datadir)/aclocal

test: check-recursive

# Target to make autogenerated files.
genfiles :
	(cd src ; make genfiles)
	(cd tests ; make genfiles)


## Do not edit or modify anything in this comment block.
## The arch-tag line is a file identity tag for the GNU Arch 
## revision control system.
##
## arch-tag: e40c569e-8020-4e95-b774-6b0703614526