File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example / Makefile
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Thu Sep 20 14:19:45 2012 UTC (11 years, 9 months ago) by misho
Branches: MAIN
CVS tags: www3_0, www2_1, WWW2_1, WWW2_0, HEAD
version 2.0

    1: all:
    2: 	${CC} -g -I/usr/local/include -I. -L/usr/local/lib -o test test.c -laitio -laitwww
    3: 	${CC} -g -I/usr/local/include -I. -L/usr/local/lib -o test_url test_url.c -laitio -laitwww
    4: 	${CC} -g -I/usr/local/include -I. -L/usr/local/lib -o test_base64 test_base64.c -laitio -laitwww
    5: 
    6: clean:
    7: 	rm -f test test_url test_base64

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