mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
19 lines
458 B
Makefile
19 lines
458 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = 1.6 foreign dist-zip
|
|
|
|
SUBDIRS = src conf doc web admin win32
|
|
|
|
EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 m4/vorbis.m4 \
|
|
m4/xiph_compiler.m4 m4/xiph_curl.m4 m4/xiph_net.m4 \
|
|
m4/xiph_types.m4 m4/xiph_xml2.m4
|
|
|
|
docdir = $(datadir)/doc/$(PACKAGE)
|
|
doc_DATA = README AUTHORS COPYING NEWS TODO
|
|
|
|
debug:
|
|
$(MAKE) all CFLAGS="@DEBUG@"
|
|
|
|
profile:
|
|
$(MAKE) all CFLAGS="@PROFILE@"
|