# # (C) 2010 by Michael Pounov # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ # $Id: Makefile.in,v 1.3 2024/03/20 17:32:30 misho Exp $ # prefix = @prefix@ exec_prefix = @exec_prefix@ includedir = @includedir@ INSTALL = @INSTALL@ all: alls: depend: depends: clean: @rm -f *~ install: installc installc: ${INSTALL} -d ${prefix} ${INSTALL} -d ${includedir} ${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir} installs: ${INSTALL} aitrpc.h ${includedir}