Annotation of libaitmqtt/inc/Makefile.in, revision 1.1
1.1 ! misho 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.1.1.1 2011/11/07 08:47:16 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}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>