repo.or.cz
/
xiph
/
unicode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix impedence graph scaling/trimming
[xiph/unicode.git]
/
icecast2yp
/
Makefile.am
blob
fb3c103a58d46bcb64825fa21320690596cd5252
1
## Process this file with automake to produce Makefile.in
2
3
AUTOMAKE_OPTIONS = 1.6 foreign dist-zip
4
ACLOCAL_AMFLAGS = -I m4
5
6
SUBDIRS = src sql
7
8
debug:
9
$(MAKE) all CFLAGS="@DEBUG@"
10
11
profile:
12
$(MAKE) all CFLAGS="@PROFILE@"
13
static:
14
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"
15