--- libaitsess/inc/Makefile.in 2008/09/30 20:05:20 1.1 +++ libaitsess/inc/Makefile.in 2011/04/30 21:35:21 1.2 @@ -0,0 +1,23 @@ +# +# (C) 2008 by Michael Pounov +# AITNET ltd - Sofia/Bulgaria +# +# $Author: misho $ +# $Id: Makefile.in,v 1.2 2011/04/30 21:35:21 misho Exp $ +# + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +includedir = @includedir@ + +INSTALL = @INSTALL@ + +all: + +depend: + +clean: + @rm -f *~ + +install: + ${INSTALL} aitsess.h ${includedir}