File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / Attic / Makefile
Revision 1.1.1.1.4.1: download - view: text, annotated - select for diffs - revision graph
Fri Jan 27 15:18:12 2012 UTC (12 years, 5 months ago) by misho
Branches: mqtt1_1
Diff to: branchpoint 1.1.1.1: preferred, unified
remove mqtt library code from project
dont want to duplicate code and depend library strictly from this project

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile,v 1.1.1.1.4.1 2012/01/27 15:18:12 misho Exp $
#

prefix = /usr/local
exec_prefix = ${prefix}
includedir = ${prefix}/include

all:

depend:

clean:
	@rm -f *~

install:

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