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, 8 months ago) by misho
Branches: MAIN
CVS tags: www3_0, www2_1, WWW2_1, WWW2_0, HEAD
version 2.0

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

clean:
	rm -f test test_url test_base64

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