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

« back to all changes in this revision

Viewing changes to 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.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
 
17
 
 
18
 
 
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
21
20
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
23
install_sh_DATA = $(install_sh) -c -m 644
25
24
install_sh_PROGRAM = $(install_sh) -c
34
33
POST_UNINSTALL = :
35
34
build_triplet = @build@
36
35
host_triplet = @host@
37
 
sbin_PROGRAMS = rlinetd$(EXEEXT)
38
36
subdir = .
39
 
DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \
40
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41
 
        $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
42
 
        ChangeLog INSTALL NEWS THANKS TODO auxiliary/config.guess \
 
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in $(top_srcdir)/configure ABOUT-NLS \
 
39
        AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO \
 
40
        auxiliary/config.guess auxiliary/config.rpath \
43
41
        auxiliary/config.sub auxiliary/depcomp auxiliary/install-sh \
44
42
        auxiliary/ltmain.sh auxiliary/missing auxiliary/mkinstalldirs \
45
 
        auxiliary/ylwrap grammar.c grammar.h lex.c
 
43
        auxiliary/ylwrap
46
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
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
48
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
50
        $(ACLOCAL_M4)
50
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51
52
 configure.lineno config.status.lineno
52
53
mkinstalldirs = $(SHELL) $(top_srcdir)/auxiliary/mkinstalldirs
53
 
CONFIG_HEADER = config.h
 
54
CONFIG_HEADER = $(top_builddir)/src/config.h
54
55
CONFIG_CLEAN_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 = `echo $$p | sed -e 's|^.*/||'`;
61
 
am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(sbindir)"
62
 
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
63
 
LTLIBRARIES = $(pkglib_LTLIBRARIES)
64
 
libparse_la_LIBADD =
65
 
am_libparse_la_OBJECTS = assemble.lo cleanups.lo data.lo libdb.lo \
66
 
        lex.lo grammar.lo util.lo
67
 
libparse_la_OBJECTS = $(am_libparse_la_OBJECTS)
68
 
libparse_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
69
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70
 
        $(libparse_la_LDFLAGS) $(LDFLAGS) -o $@
71
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72
 
PROGRAMS = $(sbin_PROGRAMS)
73
 
am_rlinetd_OBJECTS = buffer.$(OBJEXT) bytecode.$(OBJEXT) \
74
 
        connect.$(OBJEXT) db.$(OBJEXT) error.$(OBJEXT) \
75
 
        engine.$(OBJEXT) main.$(OBJEXT) stack.$(OBJEXT) \
76
 
        strings.$(OBJEXT) signals.$(OBJEXT)
77
 
rlinetd_OBJECTS = $(am_rlinetd_OBJECTS)
78
 
rlinetd_DEPENDENCIES = port/libport.a
79
 
rlinetd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(rlinetd_LDFLAGS) \
81
 
        $(LDFLAGS) -o $@
82
 
DEFAULT_INCLUDES = -I.@am__isrc@
83
 
depcomp = $(SHELL) $(top_srcdir)/auxiliary/depcomp
84
 
am__depfiles_maybe = depfiles
85
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
 
CCLD = $(CC)
91
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
93
 
        $(LDFLAGS) -o $@
94
 
@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
95
 
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
96
 
LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97
 
        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
98
 
YLWRAP = $(top_srcdir)/auxiliary/ylwrap
99
 
@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
100
 
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
101
 
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102
 
        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
103
 
SOURCES = $(libparse_la_SOURCES) $(rlinetd_SOURCES)
104
 
DIST_SOURCES = $(libparse_la_SOURCES) $(rlinetd_SOURCES)
 
56
CONFIG_CLEAN_VPATH_FILES =
 
57
SOURCES =
 
58
DIST_SOURCES =
105
59
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106
60
        html-recursive info-recursive install-data-recursive \
107
61
        install-dvi-recursive install-exec-recursive \
109
63
        install-pdf-recursive install-ps-recursive install-recursive \
110
64
        installcheck-recursive installdirs-recursive pdf-recursive \
111
65
        ps-recursive uninstall-recursive
112
 
HEADERS = $(noinst_HEADERS)
113
66
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
114
67
  distclean-recursive maintainer-clean-recursive
 
68
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
69
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
70
        distdir dist dist-all distcheck
115
71
ETAGS = etags
116
72
CTAGS = ctags
117
73
DIST_SUBDIRS = $(SUBDIRS)
119
75
distdir = $(PACKAGE)-$(VERSION)
120
76
top_distdir = $(distdir)
121
77
am__remove_distdir = \
122
 
  { test ! -d $(distdir) \
123
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
124
 
         && rm -fr $(distdir); }; }
 
78
  { test ! -d "$(distdir)" \
 
79
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
80
         && rm -fr "$(distdir)"; }; }
 
81
am__relativize = \
 
82
  dir0=`pwd`; \
 
83
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
84
  sed_rest='s,^[^/]*/*,,'; \
 
85
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
86
  sed_butlast='s,/*[^/]*$$,,'; \
 
87
  while test -n "$$dir1"; do \
 
88
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
89
    if test "$$first" != "."; then \
 
90
      if test "$$first" = ".."; then \
 
91
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
92
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
93
      else \
 
94
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
95
        if test "$$first2" = "$$first"; then \
 
96
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
97
        else \
 
98
          dir2="../$$dir2"; \
 
99
        fi; \
 
100
        dir0="$$dir0"/"$$first"; \
 
101
      fi; \
 
102
    fi; \
 
103
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
104
  done; \
 
105
  reldir="$$dir2"
125
106
DIST_ARCHIVES = $(distdir).tar.gz
126
107
GZIP_ENV = --best
127
108
distuninstallcheck_listfiles = find . -type f -print
138
119
CFLAGS = @CFLAGS@
139
120
CPP = @CPP@
140
121
CPPFLAGS = @CPPFLAGS@
141
 
CXX = @CXX@
142
 
CXXCPP = @CXXCPP@
143
 
CXXDEPMODE = @CXXDEPMODE@
144
 
CXXFLAGS = @CXXFLAGS@
145
122
CYGPATH_W = @CYGPATH_W@
146
123
DEFS = @DEFS@
147
124
DEPDIR = @DEPDIR@
148
125
DSYMUTIL = @DSYMUTIL@
149
 
ECHO = @ECHO@
 
126
DUMPBIN = @DUMPBIN@
150
127
ECHO_C = @ECHO_C@
151
128
ECHO_N = @ECHO_N@
152
129
ECHO_T = @ECHO_T@
153
130
EGREP = @EGREP@
154
131
EXEEXT = @EXEEXT@
155
 
F77 = @F77@
156
 
FFLAGS = @FFLAGS@
 
132
FGREP = @FGREP@
 
133
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
134
GMSGFMT = @GMSGFMT@
 
135
GMSGFMT_015 = @GMSGFMT_015@
157
136
GREP = @GREP@
158
137
INSTALL = @INSTALL@
159
138
INSTALL_DATA = @INSTALL_DATA@
160
139
INSTALL_PROGRAM = @INSTALL_PROGRAM@
161
140
INSTALL_SCRIPT = @INSTALL_SCRIPT@
162
141
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
142
INTLLIBS = @INTLLIBS@
 
143
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
144
LD = @LD@
163
145
LDFLAGS = @LDFLAGS@
164
146
LEX = @LEX@
165
147
LEXLIB = @LEXLIB@
166
148
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
149
LIBICONV = @LIBICONV@
 
150
LIBINTL = @LIBINTL@
167
151
LIBOBJS = @LIBOBJS@
168
152
LIBS = @LIBS@
169
153
LIBTOOL = @LIBTOOL@
 
154
LIPO = @LIPO@
170
155
LN_S = @LN_S@
 
156
LTLIBICONV = @LTLIBICONV@
 
157
LTLIBINTL = @LTLIBINTL@
171
158
LTLIBOBJS = @LTLIBOBJS@
172
159
MAINT = @MAINT@
173
160
MAKEINFO = @MAKEINFO@
174
161
MKDIR_P = @MKDIR_P@
 
162
MSGFMT = @MSGFMT@
 
163
MSGFMT_015 = @MSGFMT_015@
 
164
MSGMERGE = @MSGMERGE@
 
165
NM = @NM@
175
166
NMEDIT = @NMEDIT@
 
167
OBJDUMP = @OBJDUMP@
176
168
OBJEXT = @OBJEXT@
 
169
OTOOL = @OTOOL@
 
170
OTOOL64 = @OTOOL64@
177
171
PACKAGE = @PACKAGE@
178
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179
173
PACKAGE_NAME = @PACKAGE_NAME@
180
174
PACKAGE_STRING = @PACKAGE_STRING@
181
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
176
PACKAGE_URL = @PACKAGE_URL@
182
177
PACKAGE_VERSION = @PACKAGE_VERSION@
183
178
PATH_SEPARATOR = @PATH_SEPARATOR@
 
179
POSUB = @POSUB@
184
180
RANLIB = @RANLIB@
185
181
SED = @SED@
186
182
SET_MAKE = @SET_MAKE@
187
183
SHELL = @SHELL@
188
184
STRIP = @STRIP@
 
185
USE_NLS = @USE_NLS@
189
186
VERSION = @VERSION@
 
187
XGETTEXT = @XGETTEXT@
 
188
XGETTEXT_015 = @XGETTEXT_015@
 
189
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
190
190
YACC = @YACC@
191
191
YFLAGS = @YFLAGS@
192
192
abs_builddir = @abs_builddir@
194
194
abs_top_builddir = @abs_top_builddir@
195
195
abs_top_srcdir = @abs_top_srcdir@
196
196
ac_ct_CC = @ac_ct_CC@
197
 
ac_ct_CXX = @ac_ct_CXX@
198
 
ac_ct_F77 = @ac_ct_F77@
 
197
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199
198
am__include = @am__include@
200
199
am__leading_dot = @am__leading_dot@
201
200
am__quote = @am__quote@
227
226
libsrlinetd = @libsrlinetd@
228
227
localedir = @localedir@
229
228
localstatedir = @localstatedir@
 
229
lt_ECHO = @lt_ECHO@
230
230
mandir = @mandir@
231
231
mkdir_p = @mkdir_p@
232
232
oldincludedir = @oldincludedir@
233
233
pdfdir = @pdfdir@
234
234
perlpath = @perlpath@
 
235
po4apath = @po4apath@
235
236
prefix = @prefix@
236
237
program_transform_name = @program_transform_name@
237
238
psdir = @psdir@
240
241
srcdir = @srcdir@
241
242
sysconfdir = @sysconfdir@
242
243
target_alias = @target_alias@
 
244
top_build_prefix = @top_build_prefix@
243
245
top_builddir = @top_builddir@
244
246
top_srcdir = @top_srcdir@
245
 
SUBDIRS = man port scripts
246
 
rlinetd_LDFLAGS = -export-dynamic
247
 
EXTRA_HEADERS = installpaths.h
248
 
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
249
 
rlinetd_SOURCES = buffer.c bytecode.c connect.c db.c error.c engine.c main.c stack.c strings.c signals.c
 
247
ACLOCAL_AMFLAGS = -I m4
 
248
SUBDIRS = man port src scripts po
250
249
EXTRA_DIST = BUGS README.capabilities README.inetd THOUGHTS TODO examples auxiliary
251
 
pkglib_LTLIBRARIES = libparse.la
252
 
libparse_la_SOURCES = assemble.c cleanups.c data.c libdb.c lex.l grammar.y util.c
253
 
libparse_la_LDFLAGS = -module -avoid-version
254
 
rlinetd_LDADD = @libsrlinetd@ port/libport.a
255
 
AM_YFLAGS = -d
256
 
CLEANFILES = installpaths.h grammar.c lex.c grammar.h
257
 
all: config.h
258
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
250
all: all-recursive
259
251
 
260
252
.SUFFIXES:
261
 
.SUFFIXES: .c .l .lo .o .obj .y
262
253
am--refresh:
263
254
        @:
264
255
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
265
256
        @for dep in $?; do \
266
257
          case '$(am__configure_deps)' in \
267
258
            *$$dep*) \
268
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
269
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
259
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
260
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
270
261
                && exit 0; \
271
262
              exit 1;; \
272
263
          esac; \
273
264
        done; \
274
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
275
 
        cd $(top_srcdir) && \
276
 
          $(AUTOMAKE) --gnu  Makefile
 
265
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
266
        $(am__cd) $(top_srcdir) && \
 
267
          $(AUTOMAKE) --gnu Makefile
277
268
.PRECIOUS: Makefile
278
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279
270
        @case '$?' in \
289
280
        $(SHELL) ./config.status --recheck
290
281
 
291
282
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
292
 
        cd $(srcdir) && $(AUTOCONF)
 
283
        $(am__cd) $(srcdir) && $(AUTOCONF)
293
284
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
294
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
295
 
 
296
 
config.h: stamp-h1
297
 
        @if test ! -f $@; then \
298
 
          rm -f stamp-h1; \
299
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
300
 
        else :; fi
301
 
 
302
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
303
 
        @rm -f stamp-h1
304
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
305
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
306
 
        cd $(top_srcdir) && $(AUTOHEADER)
307
 
        rm -f stamp-h1
308
 
        touch $@
309
 
 
310
 
distclean-hdr:
311
 
        -rm -f config.h stamp-h1
312
 
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
313
 
        @$(NORMAL_INSTALL)
314
 
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
315
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
316
 
          if test -f $$p; then \
317
 
            f=$(am__strip_dir) \
318
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
319
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
320
 
          else :; fi; \
321
 
        done
322
 
 
323
 
uninstall-pkglibLTLIBRARIES:
324
 
        @$(NORMAL_UNINSTALL)
325
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
326
 
          p=$(am__strip_dir) \
327
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
328
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
329
 
        done
330
 
 
331
 
clean-pkglibLTLIBRARIES:
332
 
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
333
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
334
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
335
 
          test "$$dir" != "$$p" || dir=.; \
336
 
          echo "rm -f \"$${dir}/so_locations\""; \
337
 
          rm -f "$${dir}/so_locations"; \
338
 
        done
339
 
grammar.h: grammar.c
340
 
        @if test ! -f $@; then \
341
 
          rm -f grammar.c; \
342
 
          $(MAKE) $(AM_MAKEFLAGS) grammar.c; \
343
 
        else :; fi
344
 
libparse.la: $(libparse_la_OBJECTS) $(libparse_la_DEPENDENCIES) 
345
 
        $(libparse_la_LINK) -rpath $(pkglibdir) $(libparse_la_OBJECTS) $(libparse_la_LIBADD) $(LIBS)
346
 
install-sbinPROGRAMS: $(sbin_PROGRAMS)
347
 
        @$(NORMAL_INSTALL)
348
 
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
349
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
350
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
351
 
          if test -f $$p \
352
 
             || test -f $$p1 \
353
 
          ; then \
354
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
355
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
356
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
357
 
          else :; fi; \
358
 
        done
359
 
 
360
 
uninstall-sbinPROGRAMS:
361
 
        @$(NORMAL_UNINSTALL)
362
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
363
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
364
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
365
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
366
 
        done
367
 
 
368
 
clean-sbinPROGRAMS:
369
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
370
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
371
 
          echo " rm -f $$p $$f"; \
372
 
          rm -f $$p $$f ; \
373
 
        done
374
 
rlinetd$(EXEEXT): $(rlinetd_OBJECTS) $(rlinetd_DEPENDENCIES) 
375
 
        @rm -f rlinetd$(EXEEXT)
376
 
        $(rlinetd_LINK) $(rlinetd_OBJECTS) $(rlinetd_LDADD) $(LIBS)
377
 
 
378
 
mostlyclean-compile:
379
 
        -rm -f *.$(OBJEXT)
380
 
 
381
 
distclean-compile:
382
 
        -rm -f *.tab.c
383
 
 
384
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assemble.Plo@am__quote@
385
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
386
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bytecode.Po@am__quote@
387
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cleanups.Plo@am__quote@
388
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@
389
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
390
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db.Po@am__quote@
391
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine.Po@am__quote@
392
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
393
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grammar.Plo@am__quote@
394
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Plo@am__quote@
395
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdb.Plo@am__quote@
396
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
397
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@
398
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Po@am__quote@
399
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strings.Po@am__quote@
400
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
401
 
 
402
 
.c.o:
403
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
404
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
408
 
 
409
 
.c.obj:
410
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
411
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
415
 
 
416
 
.c.lo:
417
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
418
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
419
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
420
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
422
 
 
423
 
.l.c:
424
 
        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
425
 
 
426
 
.y.c:
427
 
        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
 
285
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
286
$(am__aclocal_m4_deps):
428
287
 
429
288
mostlyclean-libtool:
430
289
        -rm -f *.lo
433
292
        -rm -rf .libs _libs
434
293
 
435
294
distclean-libtool:
436
 
        -rm -f libtool
 
295
        -rm -f libtool config.lt
437
296
 
438
297
# This directory's subdirectories are mostly independent; you can cd
439
298
# into them and run `make' without going through this Makefile.
442
301
#     (which will cause the Makefiles to be regenerated when you run `make');
443
302
# (2) otherwise, pass the desired values on the `make' command line.
444
303
$(RECURSIVE_TARGETS):
445
 
        @failcom='exit 1'; \
 
304
        @fail= failcom='exit 1'; \
446
305
        for f in x $$MAKEFLAGS; do \
447
306
          case $$f in \
448
307
            *=* | --[!k]*);; \
459
318
          else \
460
319
            local_target="$$target"; \
461
320
          fi; \
462
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
321
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
463
322
          || eval $$failcom; \
464
323
        done; \
465
324
        if test "$$dot_seen" = "no"; then \
467
326
        fi; test -z "$$fail"
468
327
 
469
328
$(RECURSIVE_CLEAN_TARGETS):
470
 
        @failcom='exit 1'; \
 
329
        @fail= failcom='exit 1'; \
471
330
        for f in x $$MAKEFLAGS; do \
472
331
          case $$f in \
473
332
            *=* | --[!k]*);; \
493
352
          else \
494
353
            local_target="$$target"; \
495
354
          fi; \
496
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
355
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
497
356
          || eval $$failcom; \
498
357
        done && test -z "$$fail"
499
358
tags-recursive:
500
359
        list='$(SUBDIRS)'; for subdir in $$list; do \
501
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
360
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
502
361
        done
503
362
ctags-recursive:
504
363
        list='$(SUBDIRS)'; for subdir in $$list; do \
505
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
364
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
506
365
        done
507
366
 
508
367
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510
369
        unique=`for i in $$list; do \
511
370
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
512
371
          done | \
513
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
514
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
515
374
        mkid -fID $$unique
516
375
tags: TAGS
517
376
 
518
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
377
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
519
378
                $(TAGS_FILES) $(LISP)
520
 
        tags=; \
 
379
        set x; \
521
380
        here=`pwd`; \
522
381
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
523
382
          include_option=--etags-include; \
529
388
        list='$(SUBDIRS)'; for subdir in $$list; do \
530
389
          if test "$$subdir" = .; then :; else \
531
390
            test ! -f $$subdir/TAGS || \
532
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
391
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
533
392
          fi; \
534
393
        done; \
535
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
394
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
536
395
        unique=`for i in $$list; do \
537
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
538
397
          done | \
539
398
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
540
399
              END { if (nonempty) { for (i in files) print i; }; }'`; \
541
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
400
        shift; \
 
401
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542
402
          test -n "$$unique" || unique=$$empty_fix; \
543
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544
 
            $$tags $$unique; \
 
403
          if test $$# -gt 0; then \
 
404
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
405
              "$$@" $$unique; \
 
406
          else \
 
407
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
408
              $$unique; \
 
409
          fi; \
545
410
        fi
546
411
ctags: CTAGS
547
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
412
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
548
413
                $(TAGS_FILES) $(LISP)
549
 
        tags=; \
550
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
414
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
551
415
        unique=`for i in $$list; do \
552
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553
417
          done | \
554
418
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555
419
              END { if (nonempty) { for (i in files) print i; }; }'`; \
556
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
420
        test -z "$(CTAGS_ARGS)$$unique" \
557
421
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558
 
             $$tags $$unique
 
422
             $$unique
559
423
 
560
424
GTAGS:
561
425
        here=`$(am__cd) $(top_builddir) && pwd` \
562
 
          && cd $(top_srcdir) \
563
 
          && gtags -i $(GTAGS_ARGS) $$here
 
426
          && $(am__cd) $(top_srcdir) \
 
427
          && gtags -i $(GTAGS_ARGS) "$$here"
564
428
 
565
429
distclean-tags:
566
430
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567
431
 
568
432
distdir: $(DISTFILES)
569
433
        $(am__remove_distdir)
570
 
        test -d $(distdir) || mkdir $(distdir)
 
434
        test -d "$(distdir)" || mkdir "$(distdir)"
571
435
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572
436
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573
437
        list='$(DISTFILES)'; \
583
447
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
584
448
          if test -d $$d/$$file; then \
585
449
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
450
            if test -d "$(distdir)/$$file"; then \
 
451
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
452
            fi; \
586
453
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
454
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
455
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588
456
            fi; \
589
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
457
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
590
458
          else \
591
 
            test -f $(distdir)/$$file \
592
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
459
            test -f "$(distdir)/$$file" \
 
460
            || cp -p $$d/$$file "$(distdir)/$$file" \
593
461
            || exit 1; \
594
462
          fi; \
595
463
        done
596
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
464
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
597
465
          if test "$$subdir" = .; then :; else \
598
466
            test -d "$(distdir)/$$subdir" \
599
467
            || $(MKDIR_P) "$(distdir)/$$subdir" \
600
468
            || exit 1; \
601
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
602
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
603
 
            (cd $$subdir && \
 
469
          fi; \
 
470
        done
 
471
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
472
          if test "$$subdir" = .; then :; else \
 
473
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
474
            $(am__relativize); \
 
475
            new_distdir=$$reldir; \
 
476
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
477
            $(am__relativize); \
 
478
            new_top_distdir=$$reldir; \
 
479
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
480
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
481
            ($(am__cd) $$subdir && \
604
482
              $(MAKE) $(AM_MAKEFLAGS) \
605
 
                top_distdir="$$top_distdir" \
606
 
                distdir="$$distdir/$$subdir" \
 
483
                top_distdir="$$new_top_distdir" \
 
484
                distdir="$$new_distdir" \
607
485
                am__remove_distdir=: \
608
486
                am__skip_length_check=: \
 
487
                am__skip_mode_fix=: \
609
488
                distdir) \
610
489
              || exit 1; \
611
490
          fi; \
613
492
        $(MAKE) $(AM_MAKEFLAGS) \
614
493
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
615
494
          dist-hook
616
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
495
        -test -n "$(am__skip_mode_fix)" \
 
496
        || find "$(distdir)" -type d ! -perm -755 \
 
497
                -exec chmod u+rwx,go+rx {} \; -o \
617
498
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
618
499
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
619
500
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
620
 
        || chmod -R a+r $(distdir)
 
501
        || chmod -R a+r "$(distdir)"
621
502
dist-gzip: distdir
622
503
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
623
504
        $(am__remove_distdir)
630
511
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
631
512
        $(am__remove_distdir)
632
513
 
 
514
dist-xz: distdir
 
515
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
516
        $(am__remove_distdir)
 
517
 
633
518
dist-tarZ: distdir
634
519
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
635
520
        $(am__remove_distdir)
653
538
distcheck: dist
654
539
        case '$(DIST_ARCHIVES)' in \
655
540
        *.tar.gz*) \
656
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
541
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
657
542
        *.tar.bz2*) \
658
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
543
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
659
544
        *.tar.lzma*) \
660
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
545
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
546
        *.tar.xz*) \
 
547
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
661
548
        *.tar.Z*) \
662
549
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
663
550
        *.shar.gz*) \
664
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
551
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
665
552
        *.zip*) \
666
553
          unzip $(distdir).zip ;;\
667
554
        esac
669
556
        mkdir $(distdir)/_build
670
557
        mkdir $(distdir)/_inst
671
558
        chmod a-w $(distdir)
 
559
        test -d $(distdir)/_build || exit 0; \
672
560
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
673
561
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
674
 
          && cd $(distdir)/_build \
 
562
          && am__cwd=`pwd` \
 
563
          && $(am__cd) $(distdir)/_build \
675
564
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
676
565
            $(DISTCHECK_CONFIGURE_FLAGS) \
677
566
          && $(MAKE) $(AM_MAKEFLAGS) \
693
582
          && rm -rf "$$dc_destdir" \
694
583
          && $(MAKE) $(AM_MAKEFLAGS) dist \
695
584
          && rm -rf $(DIST_ARCHIVES) \
696
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
585
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
586
          && cd "$$am__cwd" \
 
587
          || exit 1
697
588
        $(am__remove_distdir)
698
589
        @(echo "$(distdir) archives ready for distribution: "; \
699
590
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
700
591
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
701
592
distuninstallcheck:
702
 
        @cd $(distuninstallcheck_dir) \
 
593
        @$(am__cd) '$(distuninstallcheck_dir)' \
703
594
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
704
595
           || { echo "ERROR: files left after uninstall:" ; \
705
596
                if test -n "$(DESTDIR)"; then \
718
609
               exit 1; } >&2
719
610
check-am: all-am
720
611
check: check-recursive
721
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
 
612
all-am: Makefile
722
613
installdirs: installdirs-recursive
723
614
installdirs-am:
724
 
        for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(sbindir)"; do \
725
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
726
 
        done
727
615
install: install-recursive
728
616
install-exec: install-exec-recursive
729
617
install-data: install-data-recursive
741
629
mostlyclean-generic:
742
630
 
743
631
clean-generic:
744
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
745
632
 
746
633
distclean-generic:
747
634
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
635
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
748
636
 
749
637
maintainer-clean-generic:
750
638
        @echo "This command is intended for maintainers to use"
751
639
        @echo "it deletes files that may require special tools to rebuild."
752
 
        -rm -f grammar.c
753
 
        -rm -f grammar.h
754
 
        -rm -f lex.c
755
640
clean: clean-recursive
756
641
 
757
 
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
758
 
        clean-sbinPROGRAMS mostlyclean-am
 
642
clean-am: clean-generic clean-libtool mostlyclean-am
759
643
 
760
644
distclean: distclean-recursive
761
645
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
762
 
        -rm -rf ./$(DEPDIR)
763
646
        -rm -f Makefile
764
 
distclean-am: clean-am distclean-compile distclean-generic \
765
 
        distclean-hdr distclean-libtool distclean-tags
 
647
distclean-am: clean-am distclean-generic distclean-libtool \
 
648
        distclean-tags
766
649
 
767
650
dvi: dvi-recursive
768
651
 
770
653
 
771
654
html: html-recursive
772
655
 
 
656
html-am:
 
657
 
773
658
info: info-recursive
774
659
 
775
660
info-am:
778
663
 
779
664
install-dvi: install-dvi-recursive
780
665
 
781
 
install-exec-am: install-pkglibLTLIBRARIES install-sbinPROGRAMS
 
666
install-dvi-am:
 
667
 
 
668
install-exec-am:
782
669
 
783
670
install-html: install-html-recursive
784
671
 
 
672
install-html-am:
 
673
 
785
674
install-info: install-info-recursive
786
675
 
 
676
install-info-am:
 
677
 
787
678
install-man:
788
679
 
789
680
install-pdf: install-pdf-recursive
790
681
 
 
682
install-pdf-am:
 
683
 
791
684
install-ps: install-ps-recursive
792
685
 
 
686
install-ps-am:
 
687
 
793
688
installcheck-am:
794
689
 
795
690
maintainer-clean: maintainer-clean-recursive
796
691
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
797
692
        -rm -rf $(top_srcdir)/autom4te.cache
798
 
        -rm -rf ./$(DEPDIR)
799
693
        -rm -f Makefile
800
694
maintainer-clean-am: distclean-am maintainer-clean-generic
801
695
 
802
696
mostlyclean: mostlyclean-recursive
803
697
 
804
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
805
 
        mostlyclean-libtool
 
698
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
806
699
 
807
700
pdf: pdf-recursive
808
701
 
812
705
 
813
706
ps-am:
814
707
 
815
 
uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-sbinPROGRAMS
 
708
uninstall-am:
816
709
 
817
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
818
 
        install-strip
 
710
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
711
        install-am install-strip tags-recursive
819
712
 
820
713
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
821
714
        all all-am am--refresh check check-am clean clean-generic \
822
 
        clean-libtool clean-pkglibLTLIBRARIES clean-sbinPROGRAMS ctags \
823
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
824
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
825
 
        distclean-compile distclean-generic distclean-hdr \
 
715
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
716
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
 
717
        dist-zip distcheck distclean distclean-generic \
826
718
        distclean-libtool distclean-tags distcleancheck distdir \
827
719
        distuninstallcheck dvi dvi-am html html-am info info-am \
828
720
        install install-am install-data install-data-am install-dvi \
829
721
        install-dvi-am install-exec install-exec-am install-html \
830
722
        install-html-am install-info install-info-am install-man \
831
 
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
832
 
        install-ps install-ps-am install-sbinPROGRAMS install-strip \
833
 
        installcheck installcheck-am installdirs installdirs-am \
834
 
        maintainer-clean maintainer-clean-generic mostlyclean \
835
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
836
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
837
 
        uninstall-pkglibLTLIBRARIES uninstall-sbinPROGRAMS
838
 
 
839
 
 
840
 
lex.lo: grammar.lo grammar.h
841
 
 
842
 
grammar.lo: installpaths.h grammar.h
843
 
 
844
 
main.o: installpaths.h
845
 
 
846
 
installpaths.h: Makefile
847
 
        echo '#ifndef RLH_PATHS' > installpaths.h
848
 
        echo '#define RLH_PATHS' >> installpaths.h
849
 
        echo '#define SYSCONFDIR "@sysconfdir@"' >> installpaths.h
850
 
        echo '#define MODULESDIR "@libdir@/rlinetd"' >> installpaths.h
851
 
        echo '#endif /* !RLH_PATHS */' >> installpaths.h
 
723
        install-pdf install-pdf-am install-ps install-ps-am \
 
724
        install-strip installcheck installcheck-am installdirs \
 
725
        installdirs-am maintainer-clean maintainer-clean-generic \
 
726
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
727
        ps ps-am tags tags-recursive uninstall uninstall-am
 
728
 
852
729
 
853
730
dist-hook:
854
731
        find "$(distdir)" \( -name CVS -o -name .svn \) -type d -print0 | xargs -0 rm -rf {} 
855
 
        (cd "$(distdir)" && rm -f installpaths.h grammar.c lex.c grammar.h)
 
732
 
856
733
# Tell versions [3.59,3.63) of GNU make to not export all variables.
857
734
# Otherwise a system limit (for SysV at least) may be exceeded.
858
735
.NOEXPORT: