mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
makefiles and cvsignores for the win32 subtree
This commit is contained in:
1
lib/isc/win32/include/.cvsignore
Normal file
1
lib/isc/win32/include/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Makefile
|
23
lib/isc/win32/include/Makefile.in
Normal file
23
lib/isc/win32/include/Makefile.in
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Copyright (C) 1999 Internet Software Consortium.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, and distribute this software for any
|
||||||
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
# copyright notice and this permission notice appear in all copies.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
|
||||||
|
# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||||
|
# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
|
||||||
|
# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
||||||
|
# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
||||||
|
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
|
srcdir = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
|
SUBDIRS = isc
|
||||||
|
TARGETS =
|
||||||
|
|
||||||
|
@BIND9_MAKE_RULES@
|
1
lib/isc/win32/include/isc/.cvsignore
Normal file
1
lib/isc/win32/include/isc/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Makefile
|
44
lib/isc/win32/include/isc/Makefile.in
Normal file
44
lib/isc/win32/include/isc/Makefile.in
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
# Copyright (C) 1999 Internet Software Consortium.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, and distribute this software for any
|
||||||
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
# copyright notice and this permission notice appear in all copies.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
|
||||||
|
# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||||
|
# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
|
||||||
|
# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
||||||
|
# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
||||||
|
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
|
srcdir = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
|
@BIND9_VERSION@
|
||||||
|
|
||||||
|
HEADERS = dir.h int.h ipv6.h mutex.h net.h netdb.h once.h \
|
||||||
|
stdtime.h thread.h time.h
|
||||||
|
|
||||||
|
SUBDIRS =
|
||||||
|
TARGETS =
|
||||||
|
|
||||||
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
|
installdirs:
|
||||||
|
if [ ! -d $(includedir) ]; then \
|
||||||
|
mkdir $(includedir) ; \
|
||||||
|
fi
|
||||||
|
if [ ! -d $(includedir)\isc ]; then \
|
||||||
|
mkdir $(includedir)\isc ; \
|
||||||
|
fi
|
||||||
|
|
||||||
|
install:: installdirs
|
||||||
|
for i in $(HEADERS); do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)\$$i $(includedir)\isc ; \
|
||||||
|
done
|
||||||
|
|
||||||
|
distclean::
|
||||||
|
rm -f net.h
|
Reference in New Issue
Block a user