~ubuntu-branches/ubuntu/trusty/dante/trusty-proposed

« back to all changes in this revision

Viewing changes to unlicensed/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Bridgett
  • Date: 2002-04-07 12:45:55 UTC
  • Revision ID: james.westby@ubuntu.com-20020407124555-qke8rt2tdor0naz2
Tags: upstream-1.1.11.12p1
ImportĀ upstreamĀ versionĀ 1.1.11.12p1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = @program_transform_name@
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
host_alias = @host_alias@
 
59
host_triplet = @host@
 
60
AMTAR = @AMTAR@
 
61
AS = @AS@
 
62
AWK = @AWK@
 
63
CC = @CC@
 
64
CPP = @CPP@
 
65
DEPDIR = @DEPDIR@
 
66
DLLTOOL = @DLLTOOL@
 
67
ECHO = @ECHO@
 
68
EXEEXT = @EXEEXT@
 
69
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
70
LEX = @LEX@
 
71
LIBRARY_PREFIX = @LIBRARY_PREFIX@
 
72
LIBTOOL = @LIBTOOL@
 
73
LN_S = @LN_S@
 
74
OBJDUMP = @OBJDUMP@
 
75
OBJEXT = @OBJEXT@
 
76
PACKAGE = @PACKAGE@
 
77
PRELOAD_POSTFIX = @PRELOAD_POSTFIX@
 
78
PRELOAD_SEPERATOR = @PRELOAD_SEPERATOR@
 
79
PRELOAD_VARIABLE = @PRELOAD_VARIABLE@
 
80
RANLIB = @RANLIB@
 
81
SOCKSIFY_PRELOAD_LIBS = @SOCKSIFY_PRELOAD_LIBS@
 
82
SOLIB_POSTFIX = @SOLIB_POSTFIX@
 
83
STRIP = @STRIP@
 
84
TOPEXTRADIST = @TOPEXTRADIST@
 
85
TOPSUBDIRS = @TOPSUBDIRS@
 
86
VERSION = @VERSION@
 
87
YACC = @YACC@
 
88
am__include = @am__include@
 
89
am__quote = @am__quote@
 
90
install_sh = @install_sh@
 
91
 
 
92
EXTRA_DIST = checkmodule.c bandwidth.c bandwidth_key.c \
 
93
                           redirect.c redirect_key.c
 
94
 
 
95
subdir = unlicensed
 
96
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
97
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 
98
CONFIG_CLEAN_FILES =
 
99
DIST_SOURCES =
 
100
DIST_COMMON = Makefile.am Makefile.in
 
101
all: all-am
 
102
 
 
103
.SUFFIXES:
 
104
 
 
105
mostlyclean-libtool:
 
106
        -rm -f *.lo
 
107
 
 
108
clean-libtool:
 
109
        -rm -rf .libs _libs
 
110
 
 
111
distclean-libtool:
 
112
        -rm -f libtool
 
113
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
114
        cd $(top_srcdir) && \
 
115
          $(AUTOMAKE) --gnu  unlicensed/Makefile
 
116
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
117
        cd $(top_builddir) && \
 
118
          CONFIG_HEADERS= CONFIG_LINKS= \
 
119
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
120
uninstall-info-am:
 
121
tags: TAGS
 
122
TAGS:
 
123
 
 
124
 
 
125
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
126
 
 
127
top_distdir = ..
 
128
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
129
 
 
130
distdir: $(DISTFILES)
 
131
        @for file in $(DISTFILES); do \
 
132
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
133
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
134
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
135
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
136
          fi; \
 
137
          if test -d $$d/$$file; then \
 
138
            cp -pR $$d/$$file $(distdir) \
 
139
            || exit 1; \
 
140
          else \
 
141
            test -f $(distdir)/$$file \
 
142
            || cp -p $$d/$$file $(distdir)/$$file \
 
143
            || exit 1; \
 
144
          fi; \
 
145
        done
 
146
check-am: all-am
 
147
check: check-am
 
148
all-am: Makefile
 
149
 
 
150
installdirs:
 
151
 
 
152
install: install-am
 
153
install-exec: install-exec-am
 
154
install-data: install-data-am
 
155
uninstall: uninstall-am
 
156
 
 
157
install-am: all-am
 
158
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
159
 
 
160
installcheck: installcheck-am
 
161
install-strip:
 
162
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
163
          `test -z '$(STRIP)' || \
 
164
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
165
mostlyclean-generic:
 
166
 
 
167
clean-generic:
 
168
 
 
169
distclean-generic:
 
170
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
171
 
 
172
maintainer-clean-generic:
 
173
        @echo "This command is intended for maintainers to use"
 
174
        @echo "it deletes files that may require special tools to rebuild."
 
175
clean: clean-am
 
176
 
 
177
clean-am: clean-generic clean-libtool mostlyclean-am
 
178
 
 
179
distclean: distclean-am
 
180
 
 
181
distclean-am: clean-am distclean-generic distclean-libtool
 
182
 
 
183
dvi: dvi-am
 
184
 
 
185
dvi-am:
 
186
 
 
187
info: info-am
 
188
 
 
189
info-am:
 
190
 
 
191
install-data-am:
 
192
 
 
193
install-exec-am:
 
194
 
 
195
install-info: install-info-am
 
196
 
 
197
install-man:
 
198
 
 
199
installcheck-am:
 
200
 
 
201
maintainer-clean: maintainer-clean-am
 
202
 
 
203
maintainer-clean-am: distclean-am maintainer-clean-generic
 
204
 
 
205
mostlyclean: mostlyclean-am
 
206
 
 
207
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
208
 
 
209
uninstall-am: uninstall-info-am
 
210
 
 
211
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
212
        distclean distclean-generic distclean-libtool distdir dvi \
 
213
        dvi-am info info-am install install-am install-data \
 
214
        install-data-am install-exec install-exec-am install-info \
 
215
        install-info-am install-man install-strip installcheck \
 
216
        installcheck-am installdirs maintainer-clean \
 
217
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
218
        mostlyclean-libtool uninstall uninstall-am uninstall-info-am
 
219
 
 
220
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
221
# Otherwise a system limit (for SysV at least) may be exceeded.
 
222
.NOEXPORT: