Licensing: Update copyright dates for Ian Jackson
[adns] / src / Makefile.in
CommitLineData
ae8cc977 1# src/Makefile[.in] - library main Makefile
1c957fda 2#
ae8cc977 3# This file is part of adns, which is
26e1c3d6 4# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson
ae8cc977 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.)
e576be50 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
7f8bbe29 11# the Free Software Foundation; either version 3, or (at your option)
e576be50 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
8c09a4c6 20# along with this program; if not, write to the Free Software Foundation.
e576be50 21
9579019a 22srcdir= @srcdir@
23VPATH= @srcdir@
964344fc 24
9579019a 25TARGETS= libadns.a
2dee2b7a
MW
26include ../settings.make
27include $(srcdir)/adns.make
28
29DIRCFLAGS= -I. -I$(srcdir)
02870686 30
1c957fda 31install:
aef0409a 32 mkdir -p $(libdir) $(includedir)
9579019a 33 set -xe; for f in $(TARGETS); \
aef0409a 34 do $(INSTALL_DATA) $$f $(libdir)/$$f; done
35 $(INSTALL_DATA) $(srcdir)/../src/adns.h $(includedir)/adns.h
9579019a 36
37uninstall:
aef0409a 38 for f in $(TARGETS); do rm -f $(libdir)/$$f; done
39 rm -f $(includedir)/adns.h
e576be50 40
1c957fda 41ALLOBJS= $(LIBOBJS)
964344fc 42
1c957fda 43libadns.a: $(LIBOBJS)
44 rm -f $@
9579019a 45 $(AR) cqv $@.new $(LIBOBJS)
46 $(RANLIB) $@.new
47 mv -f $@.new $@
c28c6199 48
11b35193 49$(LIBOBJS): adns.h internal.h config.h