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