File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / example / Makefile
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Tue Nov 13 13:41:36 2012 UTC (11 years, 7 months ago) by misho
Branches: sync1_2
added new UT
added check for libaitcrc

all:
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o test test.c \
		-laitsync -lcrypto -laitcrc
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o dircmp dircmp.c \
		-laitsync -lcrypto -laitcrc

clean:
	rm -f *.core test dircmp

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