Deleted Added
full compact
Makefile.in (245163) Makefile.in (262706)
1# Copyright (C) 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
1# Copyright (C) 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
2#
3# Permission to use, copy, modify, and/or distribute this software for any
4# purpose with or without fee is hereby granted, provided that the above
5# copyright notice and this permission notice appear in all copies.
6#
7# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,

--- 24 unchanged lines hidden (view full) ---

34 $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/irs
35
36install:: installdirs
37 for i in ${HEADERS}; do \
38 ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/irs ; \
39 done
40 ${INSTALL_DATA} netdb.h ${DESTDIR}${includedir}/irs
41 ${INSTALL_DATA} platform.h ${DESTDIR}${includedir}/irs
2#
3# Permission to use, copy, modify, and/or distribute this software for any
4# purpose with or without fee is hereby granted, provided that the above
5# copyright notice and this permission notice appear in all copies.
6#
7# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,

--- 24 unchanged lines hidden (view full) ---

34 $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/irs
35
36install:: installdirs
37 for i in ${HEADERS}; do \
38 ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/irs ; \
39 done
40 ${INSTALL_DATA} netdb.h ${DESTDIR}${includedir}/irs
41 ${INSTALL_DATA} platform.h ${DESTDIR}${includedir}/irs
42 ${INSTALL_DATA} resconf.h ${DESTDIR}${includedir}/irs
43 ${INSTALL_DATA} types.h ${DESTDIR}${includedir}/irs
42
43distclean::
44 rm -f netdb.h platform.h
44
45distclean::
46 rm -f netdb.h platform.h