Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitwww / example |
1.2 misho 1: all: 1.6 ! misho 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 1.2 misho 5: 6: clean: 1.5 misho 7: rm -f test test_url test_base64