~ubuntu-branches/debian/sid/rlinetd/sid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2010-03-20 18:03:45 UTC
  • mfrom: (2.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320180345-x1srfbe2tg00ezsf
Tags: 0.7-1
* New upstream version.
* Recommend rsyslog instead of sysklogd (closes: #526922).
* update-inetd:
  + add support for enabling, disabling and removing entries;
  + use ucf for managing generated files;
  + ignore ucf files in rlinetd.conf;
  + make appropriate changes in  postinst and postrm scripts.
* Set debhelper compat level to 7
* Standards-Version: 3.8.4 (no changes). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
 
 
20
VPATH = @srcdir@
 
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
sbin_PROGRAMS = rlinetd$(EXEEXT)
 
40
subdir = src
 
41
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
42
        $(srcdir)/Makefile.in $(srcdir)/config.h.in grammar.c \
 
43
        grammar.h lex.c
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
46
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
47
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
48
        $(top_srcdir)/configure.ac
 
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
50
        $(ACLOCAL_M4)
 
51
mkinstalldirs = $(SHELL) $(top_srcdir)/auxiliary/mkinstalldirs
 
52
CONFIG_HEADER = config.h
 
53
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_VPATH_FILES =
 
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
56
am__vpath_adj = case $$p in \
 
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
58
    *) f=$$p;; \
 
59
  esac;
 
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
61
am__install_max = 40
 
62
am__nobase_strip_setup = \
 
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
64
am__nobase_strip = \
 
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
66
am__nobase_list = $(am__nobase_strip_setup); \
 
67
  for p in $$list; do echo "$$p $$p"; done | \
 
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
70
    if (++n[$$2] == $(am__install_max)) \
 
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
72
    END { for (dir in files) print dir, files[dir] }'
 
73
am__base_list = \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
76
am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(sbindir)"
 
77
LTLIBRARIES = $(pkglib_LTLIBRARIES)
 
78
libparse_la_LIBADD =
 
79
am_libparse_la_OBJECTS = assemble.lo cleanups.lo data.lo libdb.lo \
 
80
        lex.lo grammar.lo util.lo
 
81
libparse_la_OBJECTS = $(am_libparse_la_OBJECTS)
 
82
libparse_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
83
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
84
        $(libparse_la_LDFLAGS) $(LDFLAGS) -o $@
 
85
PROGRAMS = $(sbin_PROGRAMS)
 
86
am_rlinetd_OBJECTS = buffer.$(OBJEXT) bytecode.$(OBJEXT) \
 
87
        connect.$(OBJEXT) db.$(OBJEXT) error.$(OBJEXT) \
 
88
        engine.$(OBJEXT) main.$(OBJEXT) stack.$(OBJEXT) \
 
89
        strings.$(OBJEXT) signals.$(OBJEXT)
 
90
rlinetd_OBJECTS = $(am_rlinetd_OBJECTS)
 
91
rlinetd_DEPENDENCIES = ../port/libport.a
 
92
rlinetd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
93
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(rlinetd_LDFLAGS) \
 
94
        $(LDFLAGS) -o $@
 
95
DEFAULT_INCLUDES = -I.@am__isrc@
 
96
depcomp = $(SHELL) $(top_srcdir)/auxiliary/depcomp
 
97
am__depfiles_maybe = depfiles
 
98
am__mv = mv -f
 
99
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
100
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
101
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
102
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
103
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
104
CCLD = $(CC)
 
105
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
106
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
107
        $(LDFLAGS) -o $@
 
108
@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
 
109
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
 
110
LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
111
        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
 
112
YLWRAP = $(top_srcdir)/auxiliary/ylwrap
 
113
@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
 
114
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
 
115
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
116
        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
 
117
SOURCES = $(libparse_la_SOURCES) $(rlinetd_SOURCES)
 
118
DIST_SOURCES = $(libparse_la_SOURCES) $(rlinetd_SOURCES)
 
119
HEADERS = $(noinst_HEADERS)
 
120
ETAGS = etags
 
121
CTAGS = ctags
 
122
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
123
ACLOCAL = @ACLOCAL@
 
124
AMTAR = @AMTAR@
 
125
AR = @AR@
 
126
AUTOCONF = @AUTOCONF@
 
127
AUTOHEADER = @AUTOHEADER@
 
128
AUTOMAKE = @AUTOMAKE@
 
129
AWK = @AWK@
 
130
CC = @CC@
 
131
CCDEPMODE = @CCDEPMODE@
 
132
CFLAGS = @CFLAGS@
 
133
CPP = @CPP@
 
134
CPPFLAGS = @CPPFLAGS@
 
135
CYGPATH_W = @CYGPATH_W@
 
136
DEFS = @DEFS@
 
137
DEPDIR = @DEPDIR@
 
138
DSYMUTIL = @DSYMUTIL@
 
139
DUMPBIN = @DUMPBIN@
 
140
ECHO_C = @ECHO_C@
 
141
ECHO_N = @ECHO_N@
 
142
ECHO_T = @ECHO_T@
 
143
EGREP = @EGREP@
 
144
EXEEXT = @EXEEXT@
 
145
FGREP = @FGREP@
 
146
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
147
GMSGFMT = @GMSGFMT@
 
148
GMSGFMT_015 = @GMSGFMT_015@
 
149
GREP = @GREP@
 
150
INSTALL = @INSTALL@
 
151
INSTALL_DATA = @INSTALL_DATA@
 
152
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
153
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
154
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
155
INTLLIBS = @INTLLIBS@
 
156
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
157
LD = @LD@
 
158
LDFLAGS = @LDFLAGS@
 
159
LEX = @LEX@
 
160
LEXLIB = @LEXLIB@
 
161
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
162
LIBICONV = @LIBICONV@
 
163
LIBINTL = @LIBINTL@
 
164
LIBOBJS = @LIBOBJS@
 
165
LIBS = @LIBS@
 
166
LIBTOOL = @LIBTOOL@
 
167
LIPO = @LIPO@
 
168
LN_S = @LN_S@
 
169
LTLIBICONV = @LTLIBICONV@
 
170
LTLIBINTL = @LTLIBINTL@
 
171
LTLIBOBJS = @LTLIBOBJS@
 
172
MAINT = @MAINT@
 
173
MAKEINFO = @MAKEINFO@
 
174
MKDIR_P = @MKDIR_P@
 
175
MSGFMT = @MSGFMT@
 
176
MSGFMT_015 = @MSGFMT_015@
 
177
MSGMERGE = @MSGMERGE@
 
178
NM = @NM@
 
179
NMEDIT = @NMEDIT@
 
180
OBJDUMP = @OBJDUMP@
 
181
OBJEXT = @OBJEXT@
 
182
OTOOL = @OTOOL@
 
183
OTOOL64 = @OTOOL64@
 
184
PACKAGE = @PACKAGE@
 
185
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
186
PACKAGE_NAME = @PACKAGE_NAME@
 
187
PACKAGE_STRING = @PACKAGE_STRING@
 
188
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
189
PACKAGE_URL = @PACKAGE_URL@
 
190
PACKAGE_VERSION = @PACKAGE_VERSION@
 
191
PATH_SEPARATOR = @PATH_SEPARATOR@
 
192
POSUB = @POSUB@
 
193
RANLIB = @RANLIB@
 
194
SED = @SED@
 
195
SET_MAKE = @SET_MAKE@
 
196
SHELL = @SHELL@
 
197
STRIP = @STRIP@
 
198
USE_NLS = @USE_NLS@
 
199
VERSION = @VERSION@
 
200
XGETTEXT = @XGETTEXT@
 
201
XGETTEXT_015 = @XGETTEXT_015@
 
202
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
203
YACC = @YACC@
 
204
YFLAGS = @YFLAGS@
 
205
abs_builddir = @abs_builddir@
 
206
abs_srcdir = @abs_srcdir@
 
207
abs_top_builddir = @abs_top_builddir@
 
208
abs_top_srcdir = @abs_top_srcdir@
 
209
ac_ct_CC = @ac_ct_CC@
 
210
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
211
am__include = @am__include@
 
212
am__leading_dot = @am__leading_dot@
 
213
am__quote = @am__quote@
 
214
am__tar = @am__tar@
 
215
am__untar = @am__untar@
 
216
bindir = @bindir@
 
217
build = @build@
 
218
build_alias = @build_alias@
 
219
build_cpu = @build_cpu@
 
220
build_os = @build_os@
 
221
build_vendor = @build_vendor@
 
222
builddir = @builddir@
 
223
datadir = @datadir@
 
224
datarootdir = @datarootdir@
 
225
docdir = @docdir@
 
226
dvidir = @dvidir@
 
227
exec_prefix = @exec_prefix@
 
228
host = @host@
 
229
host_alias = @host_alias@
 
230
host_cpu = @host_cpu@
 
231
host_os = @host_os@
 
232
host_vendor = @host_vendor@
 
233
htmldir = @htmldir@
 
234
includedir = @includedir@
 
235
infodir = @infodir@
 
236
install_sh = @install_sh@
 
237
libdir = @libdir@
 
238
libexecdir = @libexecdir@
 
239
libsrlinetd = @libsrlinetd@
 
240
localedir = @localedir@
 
241
localstatedir = @localstatedir@
 
242
lt_ECHO = @lt_ECHO@
 
243
mandir = @mandir@
 
244
mkdir_p = @mkdir_p@
 
245
oldincludedir = @oldincludedir@
 
246
pdfdir = @pdfdir@
 
247
perlpath = @perlpath@
 
248
po4apath = @po4apath@
 
249
prefix = @prefix@
 
250
program_transform_name = @program_transform_name@
 
251
psdir = @psdir@
 
252
sbindir = @sbindir@
 
253
sharedstatedir = @sharedstatedir@
 
254
srcdir = @srcdir@
 
255
sysconfdir = @sysconfdir@
 
256
target_alias = @target_alias@
 
257
top_build_prefix = @top_build_prefix@
 
258
top_builddir = @top_builddir@
 
259
top_srcdir = @top_srcdir@
 
260
rlinetd_LDFLAGS = -export-dynamic
 
261
EXTRA_HEADERS = installpaths.h
 
262
noinst_HEADERS = assemble.h buffer.h bytecode.h data.h db.h error.h grammar.h parse.h rlinetd.h signals.h stack.h strings.h util.h gettext.h
 
263
rlinetd_SOURCES = buffer.c bytecode.c connect.c db.c error.c engine.c main.c stack.c strings.c signals.c
 
264
pkglib_LTLIBRARIES = libparse.la
 
265
libparse_la_SOURCES = assemble.c cleanups.c data.c libdb.c lex.l grammar.y util.c
 
266
libparse_la_LDFLAGS = -module -avoid-version
 
267
rlinetd_LDADD = @libsrlinetd@ ../port/libport.a
 
268
AM_YFLAGS = -d
 
269
AM_CFLAGS = -I..
 
270
BUILT_SOURCES = installpaths.h
 
271
CLEANFILES = installpaths.h
 
272
all: $(BUILT_SOURCES) config.h
 
273
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
274
 
 
275
.SUFFIXES:
 
276
.SUFFIXES: .c .l .lo .o .obj .y
 
277
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
278
        @for dep in $?; do \
 
279
          case '$(am__configure_deps)' in \
 
280
            *$$dep*) \
 
281
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
282
                && { if test -f $@; then exit 0; else break; fi; }; \
 
283
              exit 1;; \
 
284
          esac; \
 
285
        done; \
 
286
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
287
        $(am__cd) $(top_srcdir) && \
 
288
          $(AUTOMAKE) --gnu src/Makefile
 
289
.PRECIOUS: Makefile
 
290
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
291
        @case '$?' in \
 
292
          *config.status*) \
 
293
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
294
          *) \
 
295
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
296
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
297
        esac;
 
298
 
 
299
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
300
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
301
 
 
302
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
$(am__aclocal_m4_deps):
 
307
 
 
308
config.h: stamp-h1
 
309
        @if test ! -f $@; then \
 
310
          rm -f stamp-h1; \
 
311
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
312
        else :; fi
 
313
 
 
314
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
315
        @rm -f stamp-h1
 
316
        cd $(top_builddir) && $(SHELL) ./config.status src/config.h
 
317
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
318
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
319
        rm -f stamp-h1
 
320
        touch $@
 
321
 
 
322
distclean-hdr:
 
323
        -rm -f config.h stamp-h1
 
324
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
325
        @$(NORMAL_INSTALL)
 
326
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
 
327
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
328
        list2=; for p in $$list; do \
 
329
          if test -f $$p; then \
 
330
            list2="$$list2 $$p"; \
 
331
          else :; fi; \
 
332
        done; \
 
333
        test -z "$$list2" || { \
 
334
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
 
335
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
 
336
        }
 
337
 
 
338
uninstall-pkglibLTLIBRARIES:
 
339
        @$(NORMAL_UNINSTALL)
 
340
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
341
        for p in $$list; do \
 
342
          $(am__strip_dir) \
 
343
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
344
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
 
345
        done
 
346
 
 
347
clean-pkglibLTLIBRARIES:
 
348
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
349
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
350
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
351
          test "$$dir" != "$$p" || dir=.; \
 
352
          echo "rm -f \"$${dir}/so_locations\""; \
 
353
          rm -f "$${dir}/so_locations"; \
 
354
        done
 
355
grammar.h: grammar.c
 
356
        @if test ! -f $@; then \
 
357
          rm -f grammar.c; \
 
358
          $(MAKE) $(AM_MAKEFLAGS) grammar.c; \
 
359
        else :; fi
 
360
libparse.la: $(libparse_la_OBJECTS) $(libparse_la_DEPENDENCIES) 
 
361
        $(libparse_la_LINK) -rpath $(pkglibdir) $(libparse_la_OBJECTS) $(libparse_la_LIBADD) $(LIBS)
 
362
install-sbinPROGRAMS: $(sbin_PROGRAMS)
 
363
        @$(NORMAL_INSTALL)
 
364
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
 
365
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
366
        for p in $$list; do echo "$$p $$p"; done | \
 
367
        sed 's/$(EXEEXT)$$//' | \
 
368
        while read p p1; do if test -f $$p || test -f $$p1; \
 
369
          then echo "$$p"; echo "$$p"; else :; fi; \
 
370
        done | \
 
371
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
372
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
373
        sed 'N;N;N;s,\n, ,g' | \
 
374
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
375
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
376
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
377
            else { print "f", $$3 "/" $$4, $$1; } } \
 
378
          END { for (d in files) print "f", d, files[d] }' | \
 
379
        while read type dir files; do \
 
380
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
381
            test -z "$$files" || { \
 
382
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
383
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
384
            } \
 
385
        ; done
 
386
 
 
387
uninstall-sbinPROGRAMS:
 
388
        @$(NORMAL_UNINSTALL)
 
389
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
390
        files=`for p in $$list; do echo "$$p"; done | \
 
391
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
392
              -e 's/$$/$(EXEEXT)/' `; \
 
393
        test -n "$$list" || exit 0; \
 
394
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
395
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
 
396
 
 
397
clean-sbinPROGRAMS:
 
398
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
399
        echo " rm -f" $$list; \
 
400
        rm -f $$list || exit $$?; \
 
401
        test -n "$(EXEEXT)" || exit 0; \
 
402
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
403
        echo " rm -f" $$list; \
 
404
        rm -f $$list
 
405
rlinetd$(EXEEXT): $(rlinetd_OBJECTS) $(rlinetd_DEPENDENCIES) 
 
406
        @rm -f rlinetd$(EXEEXT)
 
407
        $(rlinetd_LINK) $(rlinetd_OBJECTS) $(rlinetd_LDADD) $(LIBS)
 
408
 
 
409
mostlyclean-compile:
 
410
        -rm -f *.$(OBJEXT)
 
411
 
 
412
distclean-compile:
 
413
        -rm -f *.tab.c
 
414
 
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assemble.Plo@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bytecode.Po@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cleanups.Plo@am__quote@
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@
 
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
 
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db.Po@am__quote@
 
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine.Po@am__quote@
 
423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
 
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grammar.Plo@am__quote@
 
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Plo@am__quote@
 
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdb.Plo@am__quote@
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@
 
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Po@am__quote@
 
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strings.Po@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
 
432
 
 
433
.c.o:
 
434
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
435
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
436
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
437
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
438
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
439
 
 
440
.c.obj:
 
441
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
442
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
443
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
444
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
445
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
446
 
 
447
.c.lo:
 
448
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
449
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
451
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
452
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
453
 
 
454
.l.c:
 
455
        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
 
456
 
 
457
.y.c:
 
458
        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
 
459
 
 
460
mostlyclean-libtool:
 
461
        -rm -f *.lo
 
462
 
 
463
clean-libtool:
 
464
        -rm -rf .libs _libs
 
465
 
 
466
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
467
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
468
        unique=`for i in $$list; do \
 
469
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
470
          done | \
 
471
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
472
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
473
        mkid -fID $$unique
 
474
tags: TAGS
 
475
 
 
476
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
477
                $(TAGS_FILES) $(LISP)
 
478
        set x; \
 
479
        here=`pwd`; \
 
480
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
481
        unique=`for i in $$list; do \
 
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
483
          done | \
 
484
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
485
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
486
        shift; \
 
487
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
488
          test -n "$$unique" || unique=$$empty_fix; \
 
489
          if test $$# -gt 0; then \
 
490
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
491
              "$$@" $$unique; \
 
492
          else \
 
493
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
494
              $$unique; \
 
495
          fi; \
 
496
        fi
 
497
ctags: CTAGS
 
498
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
499
                $(TAGS_FILES) $(LISP)
 
500
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
501
        unique=`for i in $$list; do \
 
502
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
503
          done | \
 
504
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
505
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
506
        test -z "$(CTAGS_ARGS)$$unique" \
 
507
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
508
             $$unique
 
509
 
 
510
GTAGS:
 
511
        here=`$(am__cd) $(top_builddir) && pwd` \
 
512
          && $(am__cd) $(top_srcdir) \
 
513
          && gtags -i $(GTAGS_ARGS) "$$here"
 
514
 
 
515
distclean-tags:
 
516
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
517
 
 
518
distdir: $(DISTFILES)
 
519
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
520
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
521
        list='$(DISTFILES)'; \
 
522
          dist_files=`for file in $$list; do echo $$file; done | \
 
523
          sed -e "s|^$$srcdirstrip/||;t" \
 
524
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
525
        case $$dist_files in \
 
526
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
527
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
528
                           sort -u` ;; \
 
529
        esac; \
 
530
        for file in $$dist_files; do \
 
531
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
532
          if test -d $$d/$$file; then \
 
533
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
534
            if test -d "$(distdir)/$$file"; then \
 
535
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
536
            fi; \
 
537
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
538
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
539
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
540
            fi; \
 
541
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
542
          else \
 
543
            test -f "$(distdir)/$$file" \
 
544
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
545
            || exit 1; \
 
546
          fi; \
 
547
        done
 
548
check-am: all-am
 
549
check: $(BUILT_SOURCES)
 
550
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
551
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
 
552
installdirs:
 
553
        for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(sbindir)"; do \
 
554
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
555
        done
 
556
install: $(BUILT_SOURCES)
 
557
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
558
install-exec: install-exec-am
 
559
install-data: install-data-am
 
560
uninstall: uninstall-am
 
561
 
 
562
install-am: all-am
 
563
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
564
 
 
565
installcheck: installcheck-am
 
566
install-strip:
 
567
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
568
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
569
          `test -z '$(STRIP)' || \
 
570
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
571
mostlyclean-generic:
 
572
 
 
573
clean-generic:
 
574
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
575
 
 
576
distclean-generic:
 
577
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
578
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
579
 
 
580
maintainer-clean-generic:
 
581
        @echo "This command is intended for maintainers to use"
 
582
        @echo "it deletes files that may require special tools to rebuild."
 
583
        -rm -f grammar.c
 
584
        -rm -f grammar.h
 
585
        -rm -f lex.c
 
586
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
587
clean: clean-am
 
588
 
 
589
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
 
590
        clean-sbinPROGRAMS mostlyclean-am
 
591
 
 
592
distclean: distclean-am
 
593
        -rm -rf ./$(DEPDIR)
 
594
        -rm -f Makefile
 
595
distclean-am: clean-am distclean-compile distclean-generic \
 
596
        distclean-hdr distclean-tags
 
597
 
 
598
dvi: dvi-am
 
599
 
 
600
dvi-am:
 
601
 
 
602
html: html-am
 
603
 
 
604
html-am:
 
605
 
 
606
info: info-am
 
607
 
 
608
info-am:
 
609
 
 
610
install-data-am:
 
611
 
 
612
install-dvi: install-dvi-am
 
613
 
 
614
install-dvi-am:
 
615
 
 
616
install-exec-am: install-pkglibLTLIBRARIES install-sbinPROGRAMS
 
617
 
 
618
install-html: install-html-am
 
619
 
 
620
install-html-am:
 
621
 
 
622
install-info: install-info-am
 
623
 
 
624
install-info-am:
 
625
 
 
626
install-man:
 
627
 
 
628
install-pdf: install-pdf-am
 
629
 
 
630
install-pdf-am:
 
631
 
 
632
install-ps: install-ps-am
 
633
 
 
634
install-ps-am:
 
635
 
 
636
installcheck-am:
 
637
 
 
638
maintainer-clean: maintainer-clean-am
 
639
        -rm -rf ./$(DEPDIR)
 
640
        -rm -f Makefile
 
641
maintainer-clean-am: distclean-am maintainer-clean-generic
 
642
 
 
643
mostlyclean: mostlyclean-am
 
644
 
 
645
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
646
        mostlyclean-libtool
 
647
 
 
648
pdf: pdf-am
 
649
 
 
650
pdf-am:
 
651
 
 
652
ps: ps-am
 
653
 
 
654
ps-am:
 
655
 
 
656
uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-sbinPROGRAMS
 
657
 
 
658
.MAKE: all check install install-am install-strip
 
659
 
 
660
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
661
        clean-libtool clean-pkglibLTLIBRARIES clean-sbinPROGRAMS ctags \
 
662
        distclean distclean-compile distclean-generic distclean-hdr \
 
663
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
664
        html-am info info-am install install-am install-data \
 
665
        install-data-am install-dvi install-dvi-am install-exec \
 
666
        install-exec-am install-html install-html-am install-info \
 
667
        install-info-am install-man install-pdf install-pdf-am \
 
668
        install-pkglibLTLIBRARIES install-ps install-ps-am \
 
669
        install-sbinPROGRAMS install-strip installcheck \
 
670
        installcheck-am installdirs maintainer-clean \
 
671
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
672
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
673
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES \
 
674
        uninstall-sbinPROGRAMS
 
675
 
 
676
 
 
677
installpaths.h: Makefile
 
678
        echo '#ifndef RLH_PATHS' > installpaths.h
 
679
        echo '#define RLH_PATHS' >> installpaths.h
 
680
        echo '#define SYSCONFDIR "@sysconfdir@"' >> installpaths.h
 
681
        echo '#define MODULESDIR "@libdir@/rlinetd"' >> installpaths.h
 
682
        echo '#define LOCALEDIR "@localedir@"' >> installpaths.h
 
683
        echo '#endif /* !RLH_PATHS */' >> installpaths.h
 
684
 
 
685
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
686
# Otherwise a system limit (for SysV at least) may be exceeded.
 
687
.NOEXPORT: