File:
[ELWIX - Embedded LightWeight unIX -] /
libaitsync /
inc /
Makefile.in
Revision
1.1.1.1 (vendor branch):
download - view:
text,
annotated -
select for diffs -
revision graph
Wed Mar 24 16:00:15 2010 UTC (15 years, 1 month ago) by
misho
Branches:
misho,
MAIN
CVS tags:
sync2_3,
sync2_2,
sync2_1,
sync2_0,
sync1_3,
sync1_2,
sync1_1,
sync1_0,
start,
SYNC2_2,
SYNC2_1,
SYNC2_0,
SYNC1_3,
SYNC1_2,
SYNC1_1,
SYNC1_0,
HEAD
libaitsync Delta patch library
#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
# AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.1.1 2010/03/24 16:00:15 misho Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@
INSTALL = @INSTALL@
all:
depend:
clean:
@rm -f *~
install:
${INSTALL} aitsync.h ${includedir}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>