chiark / gitweb /
update copyright dates and ADNS_VERSION_STRING
[adns] / src / Makefile.in
CommitLineData
e9d74277 1# src/Makefile - library main Makefile
2#
a79ac5ba 3# This file is
4# Copyright (C) 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
5#
6# It is part of adns, which is
89435c42 7# Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
c6826df6 8# Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
98db6da3 9#
10# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by
12# the Free Software Foundation; either version 2, or (at your option)
13# any later version.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with this program; if not, write to the Free Software Foundation,
22# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23
72cdc702 24srcdir= @srcdir@
25VPATH= @srcdir@
e7afa27f 26
72cdc702 27TARGETS= libadns.a
28include $(srcdir)/../settings.make
29include adns.make
237ef370 30
e9d74277 31install:
a8ad1554 32 mkdir -p $(lib_dir) $(include_dir)
72cdc702 33 set -xe; for f in $(TARGETS); \
34 do $(INSTALL_DATA) $$f $(lib_dir)/$$f; done
35 $(INSTALL_DATA) $(srcdir)/../src/adns.h $(include_dir)/adns.h
36
37uninstall:
38 for f in $(TARGETS); do rm -f $(lib_dir)/$$f; done
39 rm -f $(include_dir)/adns.h
98db6da3 40
e9d74277 41ALLOBJS= $(LIBOBJS)
e7afa27f 42
e9d74277 43libadns.a: $(LIBOBJS)
44 rm -f $@
72cdc702 45 $(AR) cqv $@.new $(LIBOBJS)
46 $(RANLIB) $@.new
47 mv -f $@.new $@
47808197 48
b6953d1b 49$(LIBOBJS): adns.h internal.h config.h