1 ## Process this with automake to create Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 noinst_LTLIBRARIES = libicehttpp.la
6 noinst_HEADERS = httpp.h
8 libicehttpp_la_SOURCES = httpp.c
9 libicehttpp_la_CFLAGS = @XIPH_CFLAGS@
11 INCLUDES = -I$(srcdir)/..
13 # SCCS stuff (for BitKeeper)
17 $(MAKE) all CFLAGS="@DEBUG@"
20 $(MAKE) all CFLAGS="@PROFILE@"