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