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 (23 months ago) by misho
Branches: mqtt1_8
Diff to: branchpoint 1.2: preferred, colored
upd install proc

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2.14.1 2022/09/15 16:04:59 misho Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

install:
	${INSTALL} aitmqtt.h ${includedir}
	${INSTALL} mqttcli.h ${includedir}
	${INSTALL} mqttsrv.h ${includedir}

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