--- libaitcfg/inc/Makefile.in 2008/09/30 14:33:36 1.1 +++ libaitcfg/inc/Makefile.in 2008/09/30 14:33:36 1.1.2.1 @@ -0,0 +1,23 @@ +# +# (C) 2008 by Michael Pounov +# AITNET ltd - Sofia/Bulgaria +# +# $Author: misho $ +# $Id: Makefile.in,v 1.1.2.1 2008/09/30 14:33:36 misho Exp $ +# + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +includedir = @includedir@ + +INSTALL = @INSTALL@ + +all: + +depend: + +clean: + @rm -f *~ + +install: + ${INSTALL} aitcfg.h ${includedir}