]> git.ipfire.org Git - people/ms/strongswan.git/blob - programs/lwdnsq/Makefile
- import of strongswan-2.7.0
[people/ms/strongswan.git] / programs / lwdnsq / Makefile
1 # Makefile for the KLIPS interface utilities
2 # Copyright (C) 1998, 1999 Henry Spencer.
3 # Copyright (C) 1999, 2000, 2001 Richard Guy Briggs
4 #
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2 of the License, or (at your
8 # option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details.
14 #
15 # RCSID $Id: Makefile,v 1.1 2004/03/15 20:35:28 as Exp $
16
17 FREESWANSRCDIR=../..
18 include ${FREESWANSRCDIR}/Makefile.inc
19
20 PROGRAM:=lwdnsq
21
22 OBJS:=cmds.o lookup.o
23
24 LWRESINCL=${LWRESDIR}/include
25
26 LIBS:=${FREESWANLIB} ${LWRESLIB} ${BIND9STATICLIBDIR}/libdns.a ${BIND9STATICLIBDIR}/libisc.a
27 CFLAGS+=-I${LWRESINCL}
28 #USERCOMPILE=-g
29
30
31 include ../Makefile.program
32
33 lwdnsq.8: lwdnsq.xml
34 xmlto man lwdnsq.xml
35
36 lwdnsq.xml: lwdnsq.xml.in
37
38 TAGS:
39 etags *.[ch] ../../lib/liblwres/*.[ch] ../../lib/liblwres/include/lwres/*.h
40
41 # manually maintained dependancies
42 lwdnsq.o: lwdnsq.c lwdnsq.h
43 cmds.o: cmds.c lwdnsq.h
44 lookup.o: lookup.c lwdnsq.h
45
46
47 #
48 # $Log: Makefile,v $
49 # Revision 1.1 2004/03/15 20:35:28 as
50 # added files from freeswan-2.04-x509-1.5.3
51 #
52 # Revision 1.9 2003/09/03 01:13:24 mcr
53 # first attempt at async capable lwdnsq.
54 #
55 # Revision 1.8 2003/02/27 09:29:02 mcr
56 # moved targets to after include file so that XML-conversion
57 # does not occur by default.
58 #
59 # Revision 1.7 2003/02/01 01:36:53 mcr
60 # updates to lwdnsq man page to reflect CONTRACT
61 #
62 # Revision 1.6 2003/01/14 03:01:14 dhr
63 #
64 # improve diagnostics; tidy
65 #
66 # Revision 1.5 2003/01/10 23:20:40 dhr
67 #
68 # remove reference to /sandel
69 #
70 # Revision 1.4 2002/12/19 05:45:47 mcr
71 # use BIND9STATICLIBDIR to find -lisc/-ldns.
72 #
73 # Revision 1.3 2002/12/12 06:03:41 mcr
74 # added --regress option to force times to be regular
75 #
76 # Revision 1.2 2002/12/04 03:21:06 mcr
77 # DNS zone files (with signed versions) for DNSSEC enabled testing root.
78 #
79 # Revision 1.1 2002/10/30 02:25:31 mcr
80 # renamed version of files from dnskey/
81 #
82 # Revision 1.4 2002/10/18 04:08:02 mcr
83 # added -ldns and -lisc to libraries, but it isn't clear
84 # where we will find these only-slightly standard libraries yet.
85 #
86 # Revision 1.3 2002/10/09 20:13:10 mcr
87 # get appropriate LWRES include directory.
88 #
89 # Revision 1.2 2002/09/30 18:55:54 mcr
90 # skeleton for dnskey helper program.
91 #
92 # Revision 1.1 2002/09/30 16:50:23 mcr
93 # documentation for "dnskey" helper
94 #
95 #
96 #