mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
61316a25d7
svn path=/trunk/icecast/; revision=1996
17 lines
274 B
Makefile
17 lines
274 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign dist-zip
|
|
|
|
SUBDIRS = src
|
|
|
|
EXTRA_DIST = README AUTHORS COPYING
|
|
|
|
# SCCS Definitions (for BitKeeper)
|
|
GET = true
|
|
|
|
debug:
|
|
$(MAKE) all CFLAGS="@DEBUG@"
|
|
|
|
profile:
|
|
$(MAKE) all CFLAGS="@PROFILE@"
|