1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-01 03:54:15 -04:00
icecast-common/httpp/Makefile.am

20 lines
353 B
Makefile
Raw Normal View History

## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS = foreign
noinst_LTLIBRARIES = libicehttpp.la
2018-10-11 09:04:44 -04:00
pkginclude_HEADERS = httpp.h encoding.h
libicehttpp_la_SOURCES = httpp.c encoding.c
2018-10-11 09:04:44 -04:00
AM_CPPFLAGS = -I$(srcdir)/..
# SCCS stuff (for BitKeeper)
GET = true
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"