File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / Attic / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Jul 3 09:02:50 2012 UTC (12 years ago) by misho
Branches: MAIN
CVS tags: mqtt1_2, MQTT1_1, HEAD
version 1.1

    1: #
    2: # (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile,v 1.2 2012/07/03 09:02:50 misho Exp $
    7: #
    8: 
    9: prefix = /usr/local
   10: exec_prefix = ${prefix}
   11: includedir = ${prefix}/include
   12: 
   13: all:
   14: 
   15: depend:
   16: 
   17: clean:
   18: 	@rm -f *~
   19: 
   20: install:

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