## Process this with automake to create Makefile.in AUTOMAKE_OPTIONS = foreign EXTRA_DIST = BUILDING COPYING README TODO noinst_LTLIBRARIES = libicethread.la pkginclude_HEADERS = thread.h libicethread_la_SOURCES = thread.c AM_CPPFLAGS = -I$(srcdir)/.. debug: $(MAKE) all CFLAGS="@DEBUG@" profile: $(MAKE) all CFLAGS="@PROFILE@"