File: 
 
[ELWIX - Embedded LightWeight unIX -] / 
libaitsync / 
example / 
Makefile
 Revision 
1.2: 
download - view: 
text, 
annotated - 
select for diffs - 
revision graph
Tue Nov 13 14:19:39 2012 UTC (12 years, 11 months ago) by 
misho
Branches: 
MAIN
CVS tags: 
sync2_3,
sync2_2,
sync2_1,
sync2_0,
sync1_3,
SYNC2_2,
SYNC2_1,
SYNC2_0,
SYNC1_3,
SYNC1_2,
HEAD
version 1.2
 
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>