Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsync / example |
1.2 misho 1: all: 2: gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o test test.c \ 1.2.10.1! misho 3: -laitsync -lcrypto -lelwix 1.2 misho 4: gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o dircmp dircmp.c \ 1.2.10.1! misho 5: -laitsync -lcrypto -lelwix 1.2 misho 6: 7: clean: 8: rm -f *.core test dircmp