File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / Makefile
Revision 1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Feb 10 19:44:57 2011 UTC (13 years, 5 months ago) by misho
Branches: io1_4
Diff to: branchpoint 1.2: preferred, unified
add new example

    1: all:
    2: 	gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitio
    3: 	gcc -g -I../inc -I. -L. -L../lib -o dir dir.c -laitio
    4: 	gcc -g -I../inc -I. -L. -L../lib -o astvar astvar.c -laitio
    5: 
    6: clean:
    7: 	rm -f test dir astvar

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