Makefile.in revision ec5347e2c775f027573ce5648b910361aa926c01
ef491b68cd4d65839f09171df243aeaf013247bfAndreas Gustafsson# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 2001 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Permission to use, copy, modify, and/or distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# purpose with or without fee is hereby granted, provided that the above
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# copyright notice and this permission notice appear in all copies.
ef491b68cd4d65839f09171df243aeaf013247bfAndreas Gustafsson# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
0e11ca0f0bdeb8eface941671926a9f4d2fc2685Automatic Updater# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
740af672b43473dce3095aa3f05fd0a820d9d756Andreas Gustafsson# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
740af672b43473dce3095aa3f05fd0a820d9d756Andreas Gustafsson# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
740af672b43473dce3095aa3f05fd0a820d9d756Andreas Gustafsson# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
740af672b43473dce3095aa3f05fd0a820d9d756Andreas Gustafsson# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
740af672b43473dce3095aa3f05fd0a820d9d756Andreas Gustafsson# PERFORMANCE OF THIS SOFTWARE.
740af672b43473dce3095aa3f05fd0a820d9d756Andreas Gustafsson# $Id: Makefile.in,v 1.3 2007/06/18 23:47:38 tbox Exp $
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafssonsrcdir = @srcdir@
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas GustafssonVPATH = @srcdir@
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafssontop_srcdir = @top_srcdir@
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas GustafssonSHEADERS= sys/bitypes.h sys/cdefs.h sys/wait.h
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson@BIND9_MAKE_RULES@
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/sys
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafssoninstall:: installdirs
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson for i in ${HEADERS}; do \
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}; \
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson for i in ${SHEADERS}; do \
22aa1c0bc258e6c2c7491e2e330e3c363daa2b80Andreas Gustafsson ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/sys; \