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 (10 years, 11 months 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

all:
	${CC} -g -I/usr/local/include -I. -L/usr/local/lib -o test test.c -lelwix -laitwww
	${CC} -g -I/usr/local/include -I. -L/usr/local/lib -o test_url test_url.c -lelwix -laitwww
	${CC} -g -I/usr/local/include -I. -L/usr/local/lib -o test_base64 test_base64.c -lelwix -laitwww

clean:
	rm -f test test_url test_base64

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