File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / example / Makefile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon May 14 12:09:12 2012 UTC (12 years, 1 month ago) by misho
Branches: MAIN
CVS tags: sched4_2, sched4_1, sched3_9, sched3_8, sched3_7, sched3_6, sched3_5, sched3_4, sched3_3, sched3_2, sched3_10, sched3_1, sched2_7, sched2_6, sched2_5, sched2_4, sched2_3, sched2_2, sched2_1, sched1_6, SCHED4_1, SCHED4_0, SCHED3_9, SCHED3_8, SCHED3_7, SCHED3_6, SCHED3_5, SCHED3_4, SCHED3_3, SCHED3_2, SCHED3_1, SCHED3_0, SCHED2_6, SCHED2_5, SCHED2_4, SCHED2_3, SCHED2_2, SCHED2_1, SCHED2_0, SCHED1_5, HEAD
version 1.5

    1: all:
    2: 	${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched
    3: 	${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched
    4: 
    5: clean:
    6: 	rm -f test test_time *.o *~

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