2001-09-09 22:24:39 -04:00
|
|
|
## Process this with automake to create Makefile.in
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libicethread.la
|
|
|
|
noinst_HEADERS = thread.h
|
|
|
|
|
|
|
|
libicethread_la_SOURCES = thread.c
|
2003-03-07 19:46:59 -05:00
|
|
|
libicethread_la_CFLAGS = @XIPH_CFLAGS@
|
2001-09-09 22:24:39 -04:00
|
|
|
|
2003-03-09 17:56:46 -05:00
|
|
|
INCLUDES = -I$(srcdir)/..
|
2001-09-09 22:24:39 -04:00
|
|
|
|
|
|
|
# SCCS stuff (for BitKeeper)
|
|
|
|
GET = true
|
|
|
|
|
|
|
|
debug:
|
2003-03-07 19:46:59 -05:00
|
|
|
$(MAKE) all CFLAGS="@DEBUG@"
|
2001-09-09 22:24:39 -04:00
|
|
|
|
|
|
|
profile:
|
2003-03-07 19:46:59 -05:00
|
|
|
$(MAKE) all CFLAGS="@PROFILE@"
|
2001-09-09 22:24:39 -04:00
|
|
|
|