Licensing: Add copyright for Mark Wooding
[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
17cd4f48 5# Copyright (C) 2014 Mark Wooding
ae8cc977 6# Copyright (C) 1999-2000,2003,2006 Tony Finch
7# Copyright (C) 1991 Massachusetts Institute of Technology
8# (See the file INSTALL for full details.)
e576be50 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
7f8bbe29 12# the Free Software Foundation; either version 3, or (at your option)
e576be50 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
8c09a4c6 21# along with this program; if not, write to the Free Software Foundation.
e576be50 22
9579019a 23srcdir= @srcdir@
24VPATH= @srcdir@
964344fc 25
9579019a 26TARGETS= libadns.a
2dee2b7a
MW
27include ../settings.make
28include $(srcdir)/adns.make
29
30DIRCFLAGS= -I. -I$(srcdir)
02870686 31
1c957fda 32install:
aef0409a 33 mkdir -p $(libdir) $(includedir)
9579019a 34 set -xe; for f in $(TARGETS); \
aef0409a 35 do $(INSTALL_DATA) $$f $(libdir)/$$f; done
36 $(INSTALL_DATA) $(srcdir)/../src/adns.h $(includedir)/adns.h
9579019a 37
38uninstall:
aef0409a 39 for f in $(TARGETS); do rm -f $(libdir)/$$f; done
40 rm -f $(includedir)/adns.h
e576be50 41
1c957fda 42ALLOBJS= $(LIBOBJS)
964344fc 43
1c957fda 44libadns.a: $(LIBOBJS)
45 rm -f $@
9579019a 46 $(AR) cqv $@.new $(LIBOBJS)
47 $(RANLIB) $@.new
48 mv -f $@.new $@
c28c6199 49
11b35193 50$(LIBOBJS): adns.h internal.h config.h