mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
68dea2dc71
svn path=/trunk/icecast/; revision=3945
17 lines
377 B
Makefile
17 lines
377 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign dist-zip
|
|
|
|
SUBDIRS = src conf doc web win32
|
|
|
|
EXTRA_DIST = README AUTHORS COPYING
|
|
|
|
# SCCS Definitions (for BitKeeper)
|
|
GET = true
|
|
|
|
debug:
|
|
$(MAKE) all CFLAGS="@DEBUG@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@"
|
|
|
|
profile:
|
|
$(MAKE) all CFLAGS="@PROFILE@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@"
|