File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / inc / Makefile.in
Revision 1.1.1.1.94.1: download - view: text, annotated - select for diffs - revision graph
Mon Dec 5 20:55:49 2022 UTC (19 months ago) by misho
Branches: sched7_2
Diff to: branchpoint 1.1.1.1: preferred, unified
ensure existence includedir, libdir and prefix

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.1.1.94.1 2022/12/05 20:55:49 misho Exp $
#

prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

install:
	${INSTALL} -d ${prefix}
	${INSTALL} -d ${includedir}
	${INSTALL} aitsched.h ${includedir}

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