Makefile.in revision e13d04fda918c0c14c2247475bb99e0760d9a6a4
a3128c1995310262648e575a9ff148d5741fd167Tinderbox User# Copyright (C) 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Permission to use, copy, modify, and/or distribute this software for any
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# purpose with or without fee is hereby granted, provided that the above
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# copyright notice and this permission notice appear in all copies.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# PERFORMANCE OF THIS SOFTWARE.
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrewssrcdir = @srcdir@
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark AndrewsVPATH = @srcdir@
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrewstop_srcdir = @top_srcdir@
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
e13d04fda918c0c14c2247475bb99e0760d9a6a4Evan HuntVERSION=@BIND9_VERSION@
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark AndrewsHEADERS = atomic.h
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark AndrewsSUBDIRS =
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark AndrewsTARGETS =
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews@BIND9_MAKE_RULES@
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrewsinstalldirs:
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/isc
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrewsinstall:: installdirs
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews for i in ${HEADERS}; do \
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews ${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews done