File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example / Makefile
Revision 1.5.4.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 17 14:53:14 2013 UTC (11 years, 5 months ago) by misho
Branches: www3_0
Diff to: branchpoint 1.5: preferred, colored
lib

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>