File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / Makefile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Feb 10 22:01:33 2011 UTC (13 years, 4 months ago) by misho
Branches: MAIN
CVS tags: io1_6, io1_5, IO1_5, IO1_4, HEAD
final version

all:
	gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitio
	gcc -g -I../inc -I. -L. -L../lib -o dir dir.c -laitio
	gcc -g -I../inc -I. -L. -L../lib -o astvar astvar.c -laitio
	gcc -g -I../inc -I. -L. -L../lib -o watchdir watchdir.c -laitio

clean:
	rm -f test dir astvar watchdir

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