File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / Makefile.in
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 3 12:12:37 2012 UTC (12 years ago) by misho
Branches: mqtt1_2
move makefile

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.2.1 2012/07/03 12:12:37 misho Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

install:

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