Annotation of libaitpelco/inc/Makefile.in, revision 1.1.1.1
1.1 misho 1: #
2: # (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
3: # AITNET ltd - Sofia/Bulgaria
4: #
5: # $Author: misho $
6: # $Id: Makefile.in,v 1.1.1.1 2008/11/05 17:02:55 misho Exp $
7: #
8:
9: prefix = @prefix@
10: exec_prefix = @exec_prefix@
11: includedir = @includedir@
12:
13: INSTALL = @INSTALL@
14:
15:
16: all:
17:
18: depend:
19:
20: clean:
21: @rm -f *~
22:
23: install:
24: ${INSTALL} aitpelco.h ${includedir}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>