~ubuntu-branches/ubuntu/oneiric/isc-dhcp/oneiric-security

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2009-09-02 22:34:25 UTC
  • Revision ID: james.westby@ubuntu.com-20090902223425-nypo7bkftxffq41m
Tags: upstream-4.1.0
ImportĀ upstreamĀ versionĀ 4.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = ..
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
subdir = tests
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(install_sh) -d
 
43
CONFIG_HEADER = $(top_builddir)/includes/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
AR = ar
 
46
ARFLAGS = cru
 
47
libt_api_a_AR = $(AR) $(ARFLAGS)
 
48
libt_api_a_LIBADD =
 
49
am_libt_api_a_OBJECTS = t_api.$(OBJEXT) t_api_dhcp.$(OBJEXT)
 
50
libt_api_a_OBJECTS = $(am_libt_api_a_OBJECTS)
 
51
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/includes
 
52
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
53
am__depfiles_maybe = depfiles
 
54
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
55
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
56
CCLD = $(CC)
 
57
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
58
SOURCES = $(libt_api_a_SOURCES)
 
59
DIST_SOURCES = $(libt_api_a_SOURCES)
 
60
ETAGS = etags
 
61
CTAGS = ctags
 
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
ACLOCAL = @ACLOCAL@
 
64
AMDEP_FALSE = @AMDEP_FALSE@
 
65
AMDEP_TRUE = @AMDEP_TRUE@
 
66
AMTAR = @AMTAR@
 
67
AUTOCONF = @AUTOCONF@
 
68
AUTOHEADER = @AUTOHEADER@
 
69
AUTOMAKE = @AUTOMAKE@
 
70
AWK = @AWK@
 
71
CC = @CC@
 
72
CCDEPMODE = @CCDEPMODE@
 
73
CFLAGS = @CFLAGS@
 
74
CPP = @CPP@
 
75
CPPFLAGS = @CPPFLAGS@
 
76
CYGPATH_W = @CYGPATH_W@
 
77
DEFS = @DEFS@
 
78
DEPDIR = @DEPDIR@
 
79
ECHO_C = @ECHO_C@
 
80
ECHO_N = @ECHO_N@
 
81
ECHO_T = @ECHO_T@
 
82
EGREP = @EGREP@
 
83
EXEEXT = @EXEEXT@
 
84
INSTALL_DATA = @INSTALL_DATA@
 
85
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
86
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
87
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
88
LDFLAGS = @LDFLAGS@
 
89
LIBOBJS = @LIBOBJS@
 
90
LIBS = @LIBS@
 
91
LTLIBOBJS = @LTLIBOBJS@
 
92
MAKEINFO = @MAKEINFO@
 
93
OBJEXT = @OBJEXT@
 
94
PACKAGE = @PACKAGE@
 
95
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
96
PACKAGE_NAME = @PACKAGE_NAME@
 
97
PACKAGE_STRING = @PACKAGE_STRING@
 
98
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
99
PACKAGE_VERSION = @PACKAGE_VERSION@
 
100
PATH_SEPARATOR = @PATH_SEPARATOR@
 
101
RANLIB = @RANLIB@
 
102
SET_MAKE = @SET_MAKE@
 
103
SHELL = @SHELL@
 
104
STRIP = @STRIP@
 
105
VERSION = @VERSION@
 
106
ac_ct_CC = @ac_ct_CC@
 
107
ac_ct_RANLIB = @ac_ct_RANLIB@
 
108
ac_ct_STRIP = @ac_ct_STRIP@
 
109
ac_prefix_program = @ac_prefix_program@
 
110
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
111
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
112
am__include = @am__include@
 
113
am__leading_dot = @am__leading_dot@
 
114
am__quote = @am__quote@
 
115
am__tar = @am__tar@
 
116
am__untar = @am__untar@
 
117
bindir = @bindir@
 
118
build_alias = @build_alias@
 
119
byte_order = @byte_order@
 
120
datadir = @datadir@
 
121
exec_prefix = @exec_prefix@
 
122
host_alias = @host_alias@
 
123
includedir = @includedir@
 
124
infodir = @infodir@
 
125
install_sh = @install_sh@
 
126
libdir = @libdir@
 
127
libexecdir = @libexecdir@
 
128
localstatedir = @localstatedir@
 
129
mandir = @mandir@
 
130
mkdir_p = @mkdir_p@
 
131
oldincludedir = @oldincludedir@
 
132
prefix = @prefix@
 
133
program_transform_name = @program_transform_name@
 
134
sbindir = @sbindir@
 
135
sharedstatedir = @sharedstatedir@
 
136
sysconfdir = @sysconfdir@
 
137
target_alias = @target_alias@
 
138
EXTRA_DIST = failover/dhcp-1.cf failover/dhcp-2.cf failover/new-failover \
 
139
             DHCPv6/000-badmsgtype.pl \
 
140
             DHCPv6/010-solicit-noclientid.pl \
 
141
             DHCPv6/011-solicit-serverid.pl \
 
142
             DHCPv6/020-advertise-mcast.pl \
 
143
             DHCPv6/030-request-noclientid.pl \
 
144
             DHCPv6/031-request-noserverid.pl \
 
145
             DHCPv6/032-request-badduid.pl \
 
146
             DHCPv6/110-information-request-ia_na.pl \
 
147
             DHCPv6/111-information-request-ia_ta.pl \
 
148
             DHCPv6/112-badduid.pl \
 
149
             DHCPv6/210-solicit-nohost.pl \
 
150
             DHCPv6/211-solicit-opt-in-na.pl \
 
151
             DHCPv6/212-solicit-opt-in-na-norapidcommit.pl \
 
152
             DHCPv6/280-release-nohost.pl \
 
153
             DHCPv6/281-release-bad-address.pl \
 
154
             DHCPv6/282-release-no-address.pl \
 
155
             DHCPv6/283-release.pl \
 
156
             DHCPv6/290-decline-nohost.pl \
 
157
             DHCPv6/291-decline-bad-address.pl \
 
158
             DHCPv6/292-decline-no-address.pl \
 
159
             DHCPv6/293-decline.pl \
 
160
             DHCPv6/README DHCPv6/dhcp_client.pm \
 
161
             DHCPv6/stubcli-opt-in-na.pl DHCPv6/stubcli.pl \
 
162
             DHCPv6/test-a.conf DHCPv6/test-b.conf \
 
163
             HOWTO-unit-test \
 
164
             unit_test_sample.c
 
165
 
 
166
AM_CPPFLAGS = -I..
 
167
check_LIBRARIES = libt_api.a
 
168
libt_api_a_SOURCES = t_api.c t_api_dhcp.c
 
169
all: all-am
 
170
 
 
171
.SUFFIXES:
 
172
.SUFFIXES: .c .o .obj
 
173
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
174
        @for dep in $?; do \
 
175
          case '$(am__configure_deps)' in \
 
176
            *$$dep*) \
 
177
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
178
                && exit 0; \
 
179
              exit 1;; \
 
180
          esac; \
 
181
        done; \
 
182
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
 
183
        cd $(top_srcdir) && \
 
184
          $(AUTOMAKE) --foreign  tests/Makefile
 
185
.PRECIOUS: Makefile
 
186
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
187
        @case '$?' in \
 
188
          *config.status*) \
 
189
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
190
          *) \
 
191
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
192
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
193
        esac;
 
194
 
 
195
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
196
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
197
 
 
198
$(top_srcdir)/configure:  $(am__configure_deps)
 
199
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
200
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
201
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
202
 
 
203
clean-checkLIBRARIES:
 
204
        -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
 
205
libt_api.a: $(libt_api_a_OBJECTS) $(libt_api_a_DEPENDENCIES) 
 
206
        -rm -f libt_api.a
 
207
        $(libt_api_a_AR) libt_api.a $(libt_api_a_OBJECTS) $(libt_api_a_LIBADD)
 
208
        $(RANLIB) libt_api.a
 
209
 
 
210
mostlyclean-compile:
 
211
        -rm -f *.$(OBJEXT)
 
212
 
 
213
distclean-compile:
 
214
        -rm -f *.tab.c
 
215
 
 
216
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api.Po@am__quote@
 
217
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api_dhcp.Po@am__quote@
 
218
 
 
219
.c.o:
 
220
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
221
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
222
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
223
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
224
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
225
 
 
226
.c.obj:
 
227
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
228
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
229
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
230
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
231
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
232
uninstall-info-am:
 
233
 
 
234
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
235
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
236
        unique=`for i in $$list; do \
 
237
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
238
          done | \
 
239
          $(AWK) '    { files[$$0] = 1; } \
 
240
               END { for (i in files) print i; }'`; \
 
241
        mkid -fID $$unique
 
242
tags: TAGS
 
243
 
 
244
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
245
                $(TAGS_FILES) $(LISP)
 
246
        tags=; \
 
247
        here=`pwd`; \
 
248
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
249
        unique=`for i in $$list; do \
 
250
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
251
          done | \
 
252
          $(AWK) '    { files[$$0] = 1; } \
 
253
               END { for (i in files) print i; }'`; \
 
254
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
255
          test -n "$$unique" || unique=$$empty_fix; \
 
256
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
257
            $$tags $$unique; \
 
258
        fi
 
259
ctags: CTAGS
 
260
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
261
                $(TAGS_FILES) $(LISP)
 
262
        tags=; \
 
263
        here=`pwd`; \
 
264
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
265
        unique=`for i in $$list; do \
 
266
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
267
          done | \
 
268
          $(AWK) '    { files[$$0] = 1; } \
 
269
               END { for (i in files) print i; }'`; \
 
270
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
271
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
272
             $$tags $$unique
 
273
 
 
274
GTAGS:
 
275
        here=`$(am__cd) $(top_builddir) && pwd` \
 
276
          && cd $(top_srcdir) \
 
277
          && gtags -i $(GTAGS_ARGS) $$here
 
278
 
 
279
distclean-tags:
 
280
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
281
 
 
282
distdir: $(DISTFILES)
 
283
        $(mkdir_p) $(distdir)/DHCPv6 $(distdir)/failover
 
284
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
285
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
286
        list='$(DISTFILES)'; for file in $$list; do \
 
287
          case $$file in \
 
288
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
289
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
290
          esac; \
 
291
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
292
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
293
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
294
            dir="/$$dir"; \
 
295
            $(mkdir_p) "$(distdir)$$dir"; \
 
296
          else \
 
297
            dir=''; \
 
298
          fi; \
 
299
          if test -d $$d/$$file; then \
 
300
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
301
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
302
            fi; \
 
303
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
304
          else \
 
305
            test -f $(distdir)/$$file \
 
306
            || cp -p $$d/$$file $(distdir)/$$file \
 
307
            || exit 1; \
 
308
          fi; \
 
309
        done
 
310
check-am: all-am
 
311
        $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES)
 
312
check: check-am
 
313
all-am: Makefile
 
314
installdirs:
 
315
install: install-am
 
316
install-exec: install-exec-am
 
317
install-data: install-data-am
 
318
uninstall: uninstall-am
 
319
 
 
320
install-am: all-am
 
321
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
322
 
 
323
installcheck: installcheck-am
 
324
install-strip:
 
325
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
326
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
327
          `test -z '$(STRIP)' || \
 
328
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
329
mostlyclean-generic:
 
330
 
 
331
clean-generic:
 
332
 
 
333
distclean-generic:
 
334
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
335
 
 
336
maintainer-clean-generic:
 
337
        @echo "This command is intended for maintainers to use"
 
338
        @echo "it deletes files that may require special tools to rebuild."
 
339
clean: clean-am
 
340
 
 
341
clean-am: clean-checkLIBRARIES clean-generic mostlyclean-am
 
342
 
 
343
distclean: distclean-am
 
344
        -rm -rf ./$(DEPDIR)
 
345
        -rm -f Makefile
 
346
distclean-am: clean-am distclean-compile distclean-generic \
 
347
        distclean-tags
 
348
 
 
349
dvi: dvi-am
 
350
 
 
351
dvi-am:
 
352
 
 
353
html: html-am
 
354
 
 
355
info: info-am
 
356
 
 
357
info-am:
 
358
 
 
359
install-data-am:
 
360
 
 
361
install-exec-am:
 
362
 
 
363
install-info: install-info-am
 
364
 
 
365
install-man:
 
366
 
 
367
installcheck-am:
 
368
 
 
369
maintainer-clean: maintainer-clean-am
 
370
        -rm -rf ./$(DEPDIR)
 
371
        -rm -f Makefile
 
372
maintainer-clean-am: distclean-am maintainer-clean-generic
 
373
 
 
374
mostlyclean: mostlyclean-am
 
375
 
 
376
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
377
 
 
378
pdf: pdf-am
 
379
 
 
380
pdf-am:
 
381
 
 
382
ps: ps-am
 
383
 
 
384
ps-am:
 
385
 
 
386
uninstall-am: uninstall-info-am
 
387
 
 
388
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
389
        clean-checkLIBRARIES clean-generic ctags distclean \
 
390
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
391
        dvi-am html html-am info info-am install install-am \
 
392
        install-data install-data-am install-exec install-exec-am \
 
393
        install-info install-info-am install-man install-strip \
 
394
        installcheck installcheck-am installdirs maintainer-clean \
 
395
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
396
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
397
        uninstall-am uninstall-info-am
 
398
 
 
399
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
400
# Otherwise a system limit (for SysV at least) may be exceeded.
 
401
.NOEXPORT: