File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / Makefile
Revision 1.4.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Apr 19 21:40:21 2011 UTC (13 years, 2 months ago) by misho
Branches: io1_7
Diff to: branchpoint 1.4: preferred, unified
added array test

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
	gcc -g -I../inc -I. -L. -L../lib -o crypt crypt.c -laitio
	gcc -g -I../inc -I. -L. -L../lib -o test_array test_array.c -laitio

clean:
	rm -f test dir astvar watchdir crypt test_array

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