File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Tue Apr 3 11:51:52 2012 UTC (12 years, 1 month ago) by misho
Branches: cfg5_0
remove *all* ifdef-s HAVE_LIBPTHREAD. pthread is required!

all:
	gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc

clean:
	rm -f *~ *.o test

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>