File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / Makefile.in
Revision 1.1.1.1.68.2: download - view: text, annotated - select for diffs - revision graph
Thu Jul 2 21:33:25 2015 UTC (8 years, 11 months ago) by misho
Branches: rpc9_1
Diff to: branchpoint 1.1.1.1: preferred, unified
fix problem with retcode 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.1.1.1.68.2 2015/07/02 21:33:25 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: includedir = @includedir@
   12: 
   13: ONLY_CLI = @ONLY_CLI@
   14: 
   15: INSTALL = @INSTALL@ -v
   16: 
   17: all:
   18: 
   19: depend:
   20: 
   21: clean:
   22: 	@rm -f *~
   23: 
   24: install:
   25: 	@[ X"${ONLY_CLI}" != X"no" ] || ${INSTALL} aitrpc.h ${includedir}
   26: 	@${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir}

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