File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Jul 2 22:28:14 2015 UTC (8 years, 11 months ago) by misho
Branches: MAIN
CVS tags: rpc9_5, rpc9_4, rpc9_3, rpc9_2, RPC9_4, RPC9_3, RPC9_2, RPC9_1, HEAD
version 9.1

    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.2 2015/07/02 22:28:14 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: includedir = @includedir@
   12: 
   13: INSTALL = @INSTALL@
   14: 
   15: all:
   16: 
   17: alls:
   18: 
   19: depend:
   20: 
   21: depends:
   22: 
   23: clean:
   24: 	@rm -f *~
   25: 
   26: install: installc
   27: 
   28: installc:
   29: 	${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir}
   30: 
   31: installs:
   32: 	${INSTALL} aitrpc.h ${includedir}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>