File:  [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / inc / Makefile.in
Revision 1.2.14.1: download - view: text, annotated - select for diffs - revision graph
Thu Sep 15 16:04:59 2022 UTC (21 months, 2 weeks ago) by misho
Branches: mqtt1_8
Diff to: branchpoint 1.2: preferred, unified
upd install proc

    1: #
    2: # (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.2.14.1 2022/09/15 16:04:59 misho Exp $
    7: #
    8: prefix = @prefix@
    9: exec_prefix = @exec_prefix@
   10: includedir = @includedir@
   11: 
   12: INSTALL = @INSTALL@
   13: 
   14: all:
   15: 
   16: depend:
   17: 
   18: clean:
   19: 	@rm -f *~
   20: 
   21: install:
   22: 	${INSTALL} aitmqtt.h ${includedir}
   23: 	${INSTALL} mqttcli.h ${includedir}
   24: 	${INSTALL} mqttsrv.h ${includedir}

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