File: Makefile.am

package info (click to toggle)
vorbis-tools 1.4.0-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 6,360 kB
  • ctags: 3,259
  • sloc: ansic: 28,676; sh: 11,079; makefile: 691; yacc: 291
file content (17 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign dist-zip

SUBDIRS = po intl include share debian win32 @OPT_SUBDIRS@
DIST_SUBDIRS = po intl include share debian win32 ogg123 oggenc oggdec ogginfo \
	vcut vorbiscomment m4

EXTRA_DIST = config.rpath README AUTHORS COPYING CHANGES vorbis-tools.spec config.h mkinstalldirs

debug:
	$(MAKE) all CFLAGS="@DEBUG@"

profile:
	$(MAKE) all CFLAGS="@PROFILE@"

ACLOCAL_AMFLAGS = -I m4