File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example / Makefile
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Thu May 30 09:25:35 2013 UTC (11 years ago) by misho
Branches: MAIN
CVS tags: www3_4, www3_3, www3_2, www3_1, WWW3_3, WWW3_2, WWW3_1, WWW3_0, HEAD
version 3.0

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

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