File: Makefile.am

package info (click to toggle)
celt 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,084 kB
  • ctags: 1,441
  • sloc: ansic: 12,780; sh: 9,905; makefile: 124
file content (18 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in. -*-Makefile-*-

# To disable automatic dependency tracking if using other tools than
# gcc and gmake, add the option 'no-dependencies'
AUTOMAKE_OPTIONS = 1.6

#Fools KDevelop into including all files
SUBDIRS = libcelt tests @tools@

DIST_SUBDIRS = libcelt tests tools

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = celt.pc 

EXTRA_DIST = celt.pc.in Doxyfile Doxyfile.devel

rpm: dist
	rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz