]> andersk Git - test.git/blob - Makefile.in
Enable switching between 80 and 132 column mode, if the browser supports
[test.git] / Makefile.in
1 # Makefile.in generated by automake 1.11 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
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 bin_PROGRAMS = shellinaboxd$(EXEEXT)
41 subdir = .
42 DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
43         $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
44         $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
45         ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
46         install-sh ltmain.sh missing
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50         $(ACLOCAL_M4)
51 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52  configure.lineno config.status.lineno
53 mkinstalldirs = $(install_sh) -d
54 CONFIG_HEADER = config.h
55 CONFIG_CLEAN_FILES =
56 CONFIG_CLEAN_VPATH_FILES =
57 LTLIBRARIES = $(noinst_LTLIBRARIES)
58 libhttp_la_LIBADD =
59 am__objects_1 =
60 am_libhttp_la_OBJECTS = hashmap.lo trie.lo httpconnection.lo server.lo \
61         ssl.lo url.lo $(am__objects_1)
62 libhttp_la_OBJECTS = $(am_libhttp_la_OBJECTS)
63 libhttp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
64         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65         $(libhttp_la_LDFLAGS) $(LDFLAGS) -o $@
66 liblogging_la_LIBADD =
67 am_liblogging_la_OBJECTS = logging.lo $(am__objects_1)
68 liblogging_la_OBJECTS = $(am_liblogging_la_OBJECTS)
69 liblogging_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
70         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71         $(liblogging_la_LDFLAGS) $(LDFLAGS) -o $@
72 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
73         "$(DESTDIR)$(docdir)"
74 PROGRAMS = $(bin_PROGRAMS)
75 am__dirstamp = $(am__leading_dot)dirstamp
76 am_shellinaboxd_OBJECTS = shellinaboxd.$(OBJEXT) \
77         externalfile.$(OBJEXT) launcher.$(OBJEXT) privileges.$(OBJEXT) \
78         service.$(OBJEXT) session.$(OBJEXT) usercss.$(OBJEXT) \
79         shellinabox/cgi_root.$(OBJEXT) shellinabox/root_page.$(OBJEXT) \
80         shellinabox/vt100.$(OBJEXT) \
81         shellinabox/shell_in_a_box.$(OBJEXT) \
82         shellinabox/styles.$(OBJEXT) \
83         shellinabox/print-styles.$(OBJEXT) \
84         shellinabox/enabled.$(OBJEXT) shellinabox/favicon.$(OBJEXT) \
85         shellinabox/beep.$(OBJEXT)
86 shellinaboxd_OBJECTS = $(am_shellinaboxd_OBJECTS)
87 shellinaboxd_DEPENDENCIES = liblogging.la libhttp.la
88 shellinaboxd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
89         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
90         $(shellinaboxd_LDFLAGS) $(LDFLAGS) -o $@
91 DEFAULT_INCLUDES = -I.@am__isrc@
92 depcomp = $(SHELL) $(top_srcdir)/depcomp
93 am__depfiles_maybe = depfiles
94 am__mv = mv -f
95 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
99         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 CCLD = $(CC)
101 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
103         $(LDFLAGS) -o $@
104 SOURCES = $(libhttp_la_SOURCES) $(liblogging_la_SOURCES) \
105         $(shellinaboxd_SOURCES)
106 DIST_SOURCES = $(libhttp_la_SOURCES) $(liblogging_la_SOURCES) \
107         $(shellinaboxd_SOURCES)
108 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
109 am__vpath_adj = case $$p in \
110     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
111     *) f=$$p;; \
112   esac;
113 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
114 am__install_max = 40
115 am__nobase_strip_setup = \
116   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
117 am__nobase_strip = \
118   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
119 am__nobase_list = $(am__nobase_strip_setup); \
120   for p in $$list; do echo "$$p $$p"; done | \
121   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
122   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
123     if (++n[$$2] == $(am__install_max)) \
124       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
125     END { for (dir in files) print dir, files[dir] }'
126 am__base_list = \
127   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
128   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
129 man1dir = $(mandir)/man1
130 NROFF = nroff
131 MANS = $(man_MANS)
132 DATA = $(dist_doc_DATA) $(noinst_DATA)
133 HEADERS = $(noinst_HEADERS)
134 ETAGS = etags
135 CTAGS = ctags
136 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137 distdir = $(PACKAGE)-$(VERSION)
138 top_distdir = $(distdir)
139 am__remove_distdir = \
140   { test ! -d "$(distdir)" \
141     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
142          && rm -fr "$(distdir)"; }; }
143 DIST_ARCHIVES = $(distdir).tar.gz
144 GZIP_ENV = --best
145 distuninstallcheck_listfiles = find . -type f -print
146 distcleancheck_listfiles = find . -type f -print
147 ACLOCAL = @ACLOCAL@
148 AMTAR = @AMTAR@
149 AR = @AR@
150 AUTOCONF = @AUTOCONF@
151 AUTOHEADER = @AUTOHEADER@
152 AUTOMAKE = @AUTOMAKE@
153 AWK = @AWK@
154 CC = @CC@
155 CCDEPMODE = @CCDEPMODE@
156 CFLAGS = @CFLAGS@
157 CPP = @CPP@
158 CPPFLAGS = @CPPFLAGS@
159 CYGPATH_W = @CYGPATH_W@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DSYMUTIL = @DSYMUTIL@
163 DUMPBIN = @DUMPBIN@
164 ECHO_C = @ECHO_C@
165 ECHO_N = @ECHO_N@
166 ECHO_T = @ECHO_T@
167 EGREP = @EGREP@
168 EXEEXT = @EXEEXT@
169 FGREP = @FGREP@
170 GREP = @GREP@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 LD = @LD@
177 LDFLAGS = @LDFLAGS@
178 LIBOBJS = @LIBOBJS@
179 LIBS = @LIBS@
180 LIBTOOL = @LIBTOOL@
181 LIBTOOL_DEPS = @LIBTOOL_DEPS@
182 LIPO = @LIPO@
183 LN_S = @LN_S@
184 LTLIBOBJS = @LTLIBOBJS@
185 MAKEINFO = @MAKEINFO@
186 MKDIR_P = @MKDIR_P@
187 NM = @NM@
188 NMEDIT = @NMEDIT@
189 OBJDUMP = @OBJDUMP@
190 OBJEXT = @OBJEXT@
191 OTOOL = @OTOOL@
192 OTOOL64 = @OTOOL64@
193 PACKAGE = @PACKAGE@
194 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195 PACKAGE_NAME = @PACKAGE_NAME@
196 PACKAGE_STRING = @PACKAGE_STRING@
197 PACKAGE_TARNAME = @PACKAGE_TARNAME@
198 PACKAGE_URL = @PACKAGE_URL@
199 PACKAGE_VERSION = @PACKAGE_VERSION@
200 PATH_SEPARATOR = @PATH_SEPARATOR@
201 RANLIB = @RANLIB@
202 SED = @SED@
203 SET_MAKE = @SET_MAKE@
204 SHELL = @SHELL@
205 STRIP = @STRIP@
206 VCS_REVISION = @VCS_REVISION@
207 VERSION = @VERSION@
208 abs_builddir = @abs_builddir@
209 abs_srcdir = @abs_srcdir@
210 abs_top_builddir = @abs_top_builddir@
211 abs_top_srcdir = @abs_top_srcdir@
212 ac_ct_CC = @ac_ct_CC@
213 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214 am__include = @am__include@
215 am__leading_dot = @am__leading_dot@
216 am__quote = @am__quote@
217 am__tar = @am__tar@
218 am__untar = @am__untar@
219 bindir = @bindir@
220 build = @build@
221 build_alias = @build_alias@
222 build_cpu = @build_cpu@
223 build_os = @build_os@
224 build_vendor = @build_vendor@
225 builddir = @builddir@
226 datadir = @datadir@
227 datarootdir = @datarootdir@
228 docdir = @docdir@
229 dvidir = @dvidir@
230 exec_prefix = @exec_prefix@
231 host = @host@
232 host_alias = @host_alias@
233 host_cpu = @host_cpu@
234 host_os = @host_os@
235 host_vendor = @host_vendor@
236 htmldir = @htmldir@
237 includedir = @includedir@
238 infodir = @infodir@
239 install_sh = @install_sh@
240 libdir = @libdir@
241 libexecdir = @libexecdir@
242 localedir = @localedir@
243 localstatedir = @localstatedir@
244 lt_ECHO = @lt_ECHO@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 pdfdir = @pdfdir@
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 AM_CPPFLAGS = 
261 AM_CFLAGS = -g -std=gnu99 -Wall
262 AM_LDFLAGS = -g
263 noinst_LTLIBRARIES = libhttp.la                                             \
264                        liblogging.la
265
266 noinst_DATA = $(top_srcdir)/demo/demo.js
267 man_MANS = shellinaboxd.1
268 noinst_HEADERS = libhttp/http.h
269 dist_doc_DATA = AUTHORS                                                \
270                        COPYING                                                \
271                        GPL-2                                                  \
272                        ChangeLog                                              \
273                        INSTALL                                                \
274                        NEWS                                                   \
275                        README                                                 \
276                        TODO                                                   \
277                        shellinabox/white-on-black.css                         \
278                        shellinabox/black-on-white.css                         \
279                        shellinabox/monochrome.css                             \
280                        shellinabox/color.css
281
282 EXTRA_DIST = INSTALL.Debian                                         \
283                        README.Fedora                                          \
284                        demo/beep.wav                                          \
285                        demo/favicon.ico                                       \
286                        demo/demo.html                                         \
287                        demo/demo.js                                           \
288                        demo/demo.jspp                                         \
289                        demo/demo.xml                                          \
290                        demo/enabled.gif                                       \
291                        demo/styles.css                                        \
292                        demo/print-styles.css                                  \
293                        demo/vt100.js                                          \
294                        demo/usercss-0.css                                     \
295                        demo/usercss-1.css                                     \
296                        demo/usercss-2.css                                     \
297                        demo/usercss-3.css                                     \
298                        etc-pam.d-shellinabox-example                          \
299                        shellinabox/shellinaboxd.man.in                        \
300                        shellinabox/shell_in_a_box.js                          \
301                        shellinabox/vt100.js                                   \
302                        shellinabox/cgi-mode-example.sh                        \
303                        debian/README                                          \
304                        debian/README.available                                \
305                        debian/README.enabled                                  \
306                        debian/changelog                                       \
307                        debian/compat                                          \
308                        debian/control                                         \
309                        debian/copyright                                       \
310                        debian/docs                                            \
311                        debian/rules                                           \
312                        debian/shellinabox.default                             \
313                        debian/shellinabox.dirs                                \
314                        debian/shellinabox.init                                \
315                        debian/shellinabox.install                             \
316                        debian/shellinabox.postinst                            \
317                        debian/shellinabox.postrm
318
319 LIBLOGGING_INCLUDES = logging/logging.h                                      \
320                        config.h
321
322 liblogging_la_SOURCES = logging/logging.c                                      \
323                        $(LIBLOGGING_INCLUDES)
324
325 liblogging_la_LDFLAGS = -version 1:0:0
326 LIBHTTP_INCLUDES = libhttp/hashmap.h                                      \
327                        libhttp/trie.h                                         \
328                        libhttp/httpconnection.h                               \
329                        libhttp/server.h                                       \
330                        libhttp/ssl.h                                          \
331                        libhttp/url.h                                          \
332                        config.h
333
334 libhttp_la_SOURCES = libhttp/hashmap.c                                      \
335                        libhttp/trie.c                                         \
336                        libhttp/httpconnection.c                               \
337                        libhttp/server.c                                       \
338                        libhttp/ssl.c                                          \
339                        libhttp/url.c                                          \
340                        $(LIBHTTP_INCLUDES)                                    \
341                        libhttp/libhttp.sym
342
343 libhttp_la_LDFLAGS = -export-symbols  $(top_srcdir)/libhttp/libhttp.sym     \
344                        -version 1:0:0
345
346 shellinaboxd_SOURCES = shellinabox/shellinaboxd.c                             \
347                        shellinabox/externalfile.c                             \
348                        shellinabox/externalfile.h                             \
349                        shellinabox/launcher.c                                 \
350                        shellinabox/launcher.h                                 \
351                        shellinabox/privileges.c                               \
352                        shellinabox/privileges.h                               \
353                        shellinabox/service.c                                  \
354                        shellinabox/service.h                                  \
355                        shellinabox/session.c                                  \
356                        shellinabox/session.h                                  \
357                        shellinabox/usercss.c                                  \
358                        shellinabox/usercss.h                                  \
359                        shellinabox/cgi_root.html                              \
360                        shellinabox/root_page.html                             \
361                        shellinabox/vt100.jspp                                 \
362                        shellinabox/shell_in_a_box.jspp                        \
363                        shellinabox/styles.css                                 \
364                        shellinabox/print-styles.css                           \
365                        shellinabox/enabled.gif                                \
366                        shellinabox/favicon.ico                                \
367                        shellinabox/beep.wav                                   \
368                        config.h
369
370 shellinaboxd_LDADD = liblogging.la                                          \
371                        libhttp.la
372
373 shellinaboxd_LDFLAGS = -static
374 objcopyflags = case "$(host_cpu)" in                                  \
375                          i[0-9]86) echo '-O elf32-i386 -B i386';;             \
376                          x86_64)   echo '-O elf64-x86-64 -B i386:x86-64';;    \
377                          arm*)     echo '-O elf32-littlearm -B arm';;         \
378                          powerpc*) echo '-O elf32-powerpc -B powerpc';;       \
379                        esac
380
381 renamesymbols = \
382   sed -e 's/\(.*\/\)\([^.]*\)\([.].*\)/\1\2\3=\2 /'                           \
383       -e 't0'                                                                 \
384       -e 's/\([^.]*\)\([.].*\)/\1\2=\1 /'                                     \
385       -e 't0'                                                                 \
386       -e 's/.*/&=& /'                                                         \
387       -e ':0'                                                                 \
388       -e 's/$$/aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ/'         \
389       -e ':1'                                                                 \
390       -e 's/\(=[^-_]*\)[-_]\([a-z]\)\([^ ]* .*\2\)\(.\)/\1\4\3\4/'            \
391       -e 't1'                                                                 \
392       -e 's/.\{53\}$$//'                                                      \
393       -e 's/[-/.]/_/g'                                                        \
394       -e 's/^/--redefine-sym _binary_/'                                       \
395       -e 's/\([^=]*\)\(=[^ ]*\)/& \1_end\2End/'                               \
396       -e 's/\([^=]*\)\(=[^ ]*\)/& \1_start\2Start/'                           \
397       -e 's/[^ ]*\([^=]*\)=[^ ]*/-N\1_size/'
398
399 all: config.h
400         $(MAKE) $(AM_MAKEFLAGS) all-am
401
402 .SUFFIXES:
403 .SUFFIXES: .c .css .gif .html .ico .js .jspp .lo .o .obj .wav
404 am--refresh:
405         @:
406 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
407         @for dep in $?; do \
408           case '$(am__configure_deps)' in \
409             *$$dep*) \
410               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
411               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
412                 && exit 0; \
413               exit 1;; \
414           esac; \
415         done; \
416         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
417         $(am__cd) $(top_srcdir) && \
418           $(AUTOMAKE) --gnu Makefile
419 .PRECIOUS: Makefile
420 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
421         @case '$?' in \
422           *config.status*) \
423             echo ' $(SHELL) ./config.status'; \
424             $(SHELL) ./config.status;; \
425           *) \
426             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
427             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
428         esac;
429
430 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
431         $(SHELL) ./config.status --recheck
432
433 $(top_srcdir)/configure:  $(am__configure_deps)
434         $(am__cd) $(srcdir) && $(AUTOCONF)
435 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
436         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
437 $(am__aclocal_m4_deps):
438
439 config.h: stamp-h1
440         @if test ! -f $@; then \
441           rm -f stamp-h1; \
442           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
443         else :; fi
444
445 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
446         @rm -f stamp-h1
447         cd $(top_builddir) && $(SHELL) ./config.status config.h
448 $(srcdir)/config.h.in:  $(am__configure_deps) 
449         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
450         rm -f stamp-h1
451         touch $@
452
453 distclean-hdr:
454         -rm -f config.h stamp-h1
455
456 clean-noinstLTLIBRARIES:
457         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
458         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
459           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
460           test "$$dir" != "$$p" || dir=.; \
461           echo "rm -f \"$${dir}/so_locations\""; \
462           rm -f "$${dir}/so_locations"; \
463         done
464 libhttp.la: $(libhttp_la_OBJECTS) $(libhttp_la_DEPENDENCIES) 
465         $(libhttp_la_LINK)  $(libhttp_la_OBJECTS) $(libhttp_la_LIBADD) $(LIBS)
466 liblogging.la: $(liblogging_la_OBJECTS) $(liblogging_la_DEPENDENCIES) 
467         $(liblogging_la_LINK)  $(liblogging_la_OBJECTS) $(liblogging_la_LIBADD) $(LIBS)
468 install-binPROGRAMS: $(bin_PROGRAMS)
469         @$(NORMAL_INSTALL)
470         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
471         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
472         for p in $$list; do echo "$$p $$p"; done | \
473         sed 's/$(EXEEXT)$$//' | \
474         while read p p1; do if test -f $$p || test -f $$p1; \
475           then echo "$$p"; echo "$$p"; else :; fi; \
476         done | \
477         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
478             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
479         sed 'N;N;N;s,\n, ,g' | \
480         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
481           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
482             if ($$2 == $$4) files[d] = files[d] " " $$1; \
483             else { print "f", $$3 "/" $$4, $$1; } } \
484           END { for (d in files) print "f", d, files[d] }' | \
485         while read type dir files; do \
486             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
487             test -z "$$files" || { \
488             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
489             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
490             } \
491         ; done
492
493 uninstall-binPROGRAMS:
494         @$(NORMAL_UNINSTALL)
495         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
496         files=`for p in $$list; do echo "$$p"; done | \
497           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
498               -e 's/$$/$(EXEEXT)/' `; \
499         test -n "$$list" || exit 0; \
500         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
501         cd "$(DESTDIR)$(bindir)" && rm -f $$files
502
503 clean-binPROGRAMS:
504         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
505         echo " rm -f" $$list; \
506         rm -f $$list || exit $$?; \
507         test -n "$(EXEEXT)" || exit 0; \
508         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
509         echo " rm -f" $$list; \
510         rm -f $$list
511 shellinabox/$(am__dirstamp):
512         @$(MKDIR_P) shellinabox
513         @: > shellinabox/$(am__dirstamp)
514 shellinabox/$(DEPDIR)/$(am__dirstamp):
515         @$(MKDIR_P) shellinabox/$(DEPDIR)
516         @: > shellinabox/$(DEPDIR)/$(am__dirstamp)
517 shellinabox/cgi_root.$(OBJEXT): shellinabox/$(am__dirstamp) \
518         shellinabox/$(DEPDIR)/$(am__dirstamp)
519 shellinabox/root_page.$(OBJEXT): shellinabox/$(am__dirstamp) \
520         shellinabox/$(DEPDIR)/$(am__dirstamp)
521 shellinabox/vt100.$(OBJEXT): shellinabox/$(am__dirstamp) \
522         shellinabox/$(DEPDIR)/$(am__dirstamp)
523 shellinabox/shell_in_a_box.$(OBJEXT): shellinabox/$(am__dirstamp) \
524         shellinabox/$(DEPDIR)/$(am__dirstamp)
525 shellinabox/styles.$(OBJEXT): shellinabox/$(am__dirstamp) \
526         shellinabox/$(DEPDIR)/$(am__dirstamp)
527 shellinabox/print-styles.$(OBJEXT): shellinabox/$(am__dirstamp) \
528         shellinabox/$(DEPDIR)/$(am__dirstamp)
529 shellinabox/enabled.$(OBJEXT): shellinabox/$(am__dirstamp) \
530         shellinabox/$(DEPDIR)/$(am__dirstamp)
531 shellinabox/favicon.$(OBJEXT): shellinabox/$(am__dirstamp) \
532         shellinabox/$(DEPDIR)/$(am__dirstamp)
533 shellinabox/beep.$(OBJEXT): shellinabox/$(am__dirstamp) \
534         shellinabox/$(DEPDIR)/$(am__dirstamp)
535 shellinaboxd$(EXEEXT): $(shellinaboxd_OBJECTS) $(shellinaboxd_DEPENDENCIES) 
536         @rm -f shellinaboxd$(EXEEXT)
537         $(shellinaboxd_LINK) $(shellinaboxd_OBJECTS) $(shellinaboxd_LDADD) $(LIBS)
538
539 mostlyclean-compile:
540         -rm -f *.$(OBJEXT)
541         -rm -f shellinabox/beep.$(OBJEXT)
542         -rm -f shellinabox/cgi_root.$(OBJEXT)
543         -rm -f shellinabox/enabled.$(OBJEXT)
544         -rm -f shellinabox/favicon.$(OBJEXT)
545         -rm -f shellinabox/print-styles.$(OBJEXT)
546         -rm -f shellinabox/root_page.$(OBJEXT)
547         -rm -f shellinabox/shell_in_a_box.$(OBJEXT)
548         -rm -f shellinabox/styles.$(OBJEXT)
549         -rm -f shellinabox/vt100.$(OBJEXT)
550
551 distclean-compile:
552         -rm -f *.tab.c
553
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/externalfile.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap.Plo@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/httpconnection.Plo@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/launcher.Po@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Plo@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privileges.Po@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/service.Po@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shellinaboxd.Po@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl.Plo@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trie.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Plo@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usercss.Po@am__quote@
568
569 .c.o:
570 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
571 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
573 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
575
576 .c.obj:
577 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
578 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
582
583 .c.lo:
584 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
585 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
589
590 hashmap.lo: libhttp/hashmap.c
591 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hashmap.lo -MD -MP -MF $(DEPDIR)/hashmap.Tpo -c -o hashmap.lo `test -f 'libhttp/hashmap.c' || echo '$(srcdir)/'`libhttp/hashmap.c
592 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/hashmap.Tpo $(DEPDIR)/hashmap.Plo
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/hashmap.c' object='hashmap.lo' libtool=yes @AMDEPBACKSLASH@
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hashmap.lo `test -f 'libhttp/hashmap.c' || echo '$(srcdir)/'`libhttp/hashmap.c
596
597 trie.lo: libhttp/trie.c
598 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT trie.lo -MD -MP -MF $(DEPDIR)/trie.Tpo -c -o trie.lo `test -f 'libhttp/trie.c' || echo '$(srcdir)/'`libhttp/trie.c
599 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/trie.Tpo $(DEPDIR)/trie.Plo
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/trie.c' object='trie.lo' libtool=yes @AMDEPBACKSLASH@
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o trie.lo `test -f 'libhttp/trie.c' || echo '$(srcdir)/'`libhttp/trie.c
603
604 httpconnection.lo: libhttp/httpconnection.c
605 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT httpconnection.lo -MD -MP -MF $(DEPDIR)/httpconnection.Tpo -c -o httpconnection.lo `test -f 'libhttp/httpconnection.c' || echo '$(srcdir)/'`libhttp/httpconnection.c
606 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/httpconnection.Tpo $(DEPDIR)/httpconnection.Plo
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/httpconnection.c' object='httpconnection.lo' libtool=yes @AMDEPBACKSLASH@
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o httpconnection.lo `test -f 'libhttp/httpconnection.c' || echo '$(srcdir)/'`libhttp/httpconnection.c
610
611 server.lo: libhttp/server.c
612 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server.lo -MD -MP -MF $(DEPDIR)/server.Tpo -c -o server.lo `test -f 'libhttp/server.c' || echo '$(srcdir)/'`libhttp/server.c
613 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/server.Tpo $(DEPDIR)/server.Plo
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/server.c' object='server.lo' libtool=yes @AMDEPBACKSLASH@
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server.lo `test -f 'libhttp/server.c' || echo '$(srcdir)/'`libhttp/server.c
617
618 ssl.lo: libhttp/ssl.c
619 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ssl.lo -MD -MP -MF $(DEPDIR)/ssl.Tpo -c -o ssl.lo `test -f 'libhttp/ssl.c' || echo '$(srcdir)/'`libhttp/ssl.c
620 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ssl.Tpo $(DEPDIR)/ssl.Plo
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/ssl.c' object='ssl.lo' libtool=yes @AMDEPBACKSLASH@
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ssl.lo `test -f 'libhttp/ssl.c' || echo '$(srcdir)/'`libhttp/ssl.c
624
625 url.lo: libhttp/url.c
626 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT url.lo -MD -MP -MF $(DEPDIR)/url.Tpo -c -o url.lo `test -f 'libhttp/url.c' || echo '$(srcdir)/'`libhttp/url.c
627 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/url.Tpo $(DEPDIR)/url.Plo
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/url.c' object='url.lo' libtool=yes @AMDEPBACKSLASH@
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o url.lo `test -f 'libhttp/url.c' || echo '$(srcdir)/'`libhttp/url.c
631
632 logging.lo: logging/logging.c
633 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT logging.lo -MD -MP -MF $(DEPDIR)/logging.Tpo -c -o logging.lo `test -f 'logging/logging.c' || echo '$(srcdir)/'`logging/logging.c
634 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/logging.Tpo $(DEPDIR)/logging.Plo
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='logging/logging.c' object='logging.lo' libtool=yes @AMDEPBACKSLASH@
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o logging.lo `test -f 'logging/logging.c' || echo '$(srcdir)/'`logging/logging.c
638
639 shellinaboxd.o: shellinabox/shellinaboxd.c
640 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shellinaboxd.o -MD -MP -MF $(DEPDIR)/shellinaboxd.Tpo -c -o shellinaboxd.o `test -f 'shellinabox/shellinaboxd.c' || echo '$(srcdir)/'`shellinabox/shellinaboxd.c
641 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/shellinaboxd.Tpo $(DEPDIR)/shellinaboxd.Po
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/shellinaboxd.c' object='shellinaboxd.o' libtool=no @AMDEPBACKSLASH@
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shellinaboxd.o `test -f 'shellinabox/shellinaboxd.c' || echo '$(srcdir)/'`shellinabox/shellinaboxd.c
645
646 shellinaboxd.obj: shellinabox/shellinaboxd.c
647 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shellinaboxd.obj -MD -MP -MF $(DEPDIR)/shellinaboxd.Tpo -c -o shellinaboxd.obj `if test -f 'shellinabox/shellinaboxd.c'; then $(CYGPATH_W) 'shellinabox/shellinaboxd.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/shellinaboxd.c'; fi`
648 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/shellinaboxd.Tpo $(DEPDIR)/shellinaboxd.Po
649 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/shellinaboxd.c' object='shellinaboxd.obj' libtool=no @AMDEPBACKSLASH@
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shellinaboxd.obj `if test -f 'shellinabox/shellinaboxd.c'; then $(CYGPATH_W) 'shellinabox/shellinaboxd.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/shellinaboxd.c'; fi`
652
653 externalfile.o: shellinabox/externalfile.c
654 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT externalfile.o -MD -MP -MF $(DEPDIR)/externalfile.Tpo -c -o externalfile.o `test -f 'shellinabox/externalfile.c' || echo '$(srcdir)/'`shellinabox/externalfile.c
655 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/externalfile.Tpo $(DEPDIR)/externalfile.Po
656 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/externalfile.c' object='externalfile.o' libtool=no @AMDEPBACKSLASH@
657 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o externalfile.o `test -f 'shellinabox/externalfile.c' || echo '$(srcdir)/'`shellinabox/externalfile.c
659
660 externalfile.obj: shellinabox/externalfile.c
661 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT externalfile.obj -MD -MP -MF $(DEPDIR)/externalfile.Tpo -c -o externalfile.obj `if test -f 'shellinabox/externalfile.c'; then $(CYGPATH_W) 'shellinabox/externalfile.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/externalfile.c'; fi`
662 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/externalfile.Tpo $(DEPDIR)/externalfile.Po
663 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/externalfile.c' object='externalfile.obj' libtool=no @AMDEPBACKSLASH@
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o externalfile.obj `if test -f 'shellinabox/externalfile.c'; then $(CYGPATH_W) 'shellinabox/externalfile.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/externalfile.c'; fi`
666
667 launcher.o: shellinabox/launcher.c
668 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT launcher.o -MD -MP -MF $(DEPDIR)/launcher.Tpo -c -o launcher.o `test -f 'shellinabox/launcher.c' || echo '$(srcdir)/'`shellinabox/launcher.c
669 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/launcher.Tpo $(DEPDIR)/launcher.Po
670 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/launcher.c' object='launcher.o' libtool=no @AMDEPBACKSLASH@
671 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o launcher.o `test -f 'shellinabox/launcher.c' || echo '$(srcdir)/'`shellinabox/launcher.c
673
674 launcher.obj: shellinabox/launcher.c
675 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT launcher.obj -MD -MP -MF $(DEPDIR)/launcher.Tpo -c -o launcher.obj `if test -f 'shellinabox/launcher.c'; then $(CYGPATH_W) 'shellinabox/launcher.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/launcher.c'; fi`
676 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/launcher.Tpo $(DEPDIR)/launcher.Po
677 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/launcher.c' object='launcher.obj' libtool=no @AMDEPBACKSLASH@
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o launcher.obj `if test -f 'shellinabox/launcher.c'; then $(CYGPATH_W) 'shellinabox/launcher.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/launcher.c'; fi`
680
681 privileges.o: shellinabox/privileges.c
682 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT privileges.o -MD -MP -MF $(DEPDIR)/privileges.Tpo -c -o privileges.o `test -f 'shellinabox/privileges.c' || echo '$(srcdir)/'`shellinabox/privileges.c
683 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/privileges.Tpo $(DEPDIR)/privileges.Po
684 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/privileges.c' object='privileges.o' libtool=no @AMDEPBACKSLASH@
685 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
686 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o privileges.o `test -f 'shellinabox/privileges.c' || echo '$(srcdir)/'`shellinabox/privileges.c
687
688 privileges.obj: shellinabox/privileges.c
689 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT privileges.obj -MD -MP -MF $(DEPDIR)/privileges.Tpo -c -o privileges.obj `if test -f 'shellinabox/privileges.c'; then $(CYGPATH_W) 'shellinabox/privileges.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/privileges.c'; fi`
690 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/privileges.Tpo $(DEPDIR)/privileges.Po
691 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/privileges.c' object='privileges.obj' libtool=no @AMDEPBACKSLASH@
692 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o privileges.obj `if test -f 'shellinabox/privileges.c'; then $(CYGPATH_W) 'shellinabox/privileges.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/privileges.c'; fi`
694
695 service.o: shellinabox/service.c
696 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT service.o -MD -MP -MF $(DEPDIR)/service.Tpo -c -o service.o `test -f 'shellinabox/service.c' || echo '$(srcdir)/'`shellinabox/service.c
697 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/service.Tpo $(DEPDIR)/service.Po
698 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/service.c' object='service.o' libtool=no @AMDEPBACKSLASH@
699 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o service.o `test -f 'shellinabox/service.c' || echo '$(srcdir)/'`shellinabox/service.c
701
702 service.obj: shellinabox/service.c
703 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT service.obj -MD -MP -MF $(DEPDIR)/service.Tpo -c -o service.obj `if test -f 'shellinabox/service.c'; then $(CYGPATH_W) 'shellinabox/service.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/service.c'; fi`
704 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/service.Tpo $(DEPDIR)/service.Po
705 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/service.c' object='service.obj' libtool=no @AMDEPBACKSLASH@
706 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o service.obj `if test -f 'shellinabox/service.c'; then $(CYGPATH_W) 'shellinabox/service.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/service.c'; fi`
708
709 session.o: shellinabox/session.c
710 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT session.o -MD -MP -MF $(DEPDIR)/session.Tpo -c -o session.o `test -f 'shellinabox/session.c' || echo '$(srcdir)/'`shellinabox/session.c
711 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/session.Tpo $(DEPDIR)/session.Po
712 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/session.c' object='session.o' libtool=no @AMDEPBACKSLASH@
713 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o session.o `test -f 'shellinabox/session.c' || echo '$(srcdir)/'`shellinabox/session.c
715
716 session.obj: shellinabox/session.c
717 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT session.obj -MD -MP -MF $(DEPDIR)/session.Tpo -c -o session.obj `if test -f 'shellinabox/session.c'; then $(CYGPATH_W) 'shellinabox/session.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/session.c'; fi`
718 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/session.Tpo $(DEPDIR)/session.Po
719 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/session.c' object='session.obj' libtool=no @AMDEPBACKSLASH@
720 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o session.obj `if test -f 'shellinabox/session.c'; then $(CYGPATH_W) 'shellinabox/session.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/session.c'; fi`
722
723 usercss.o: shellinabox/usercss.c
724 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT usercss.o -MD -MP -MF $(DEPDIR)/usercss.Tpo -c -o usercss.o `test -f 'shellinabox/usercss.c' || echo '$(srcdir)/'`shellinabox/usercss.c
725 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/usercss.Tpo $(DEPDIR)/usercss.Po
726 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/usercss.c' object='usercss.o' libtool=no @AMDEPBACKSLASH@
727 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o usercss.o `test -f 'shellinabox/usercss.c' || echo '$(srcdir)/'`shellinabox/usercss.c
729
730 usercss.obj: shellinabox/usercss.c
731 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT usercss.obj -MD -MP -MF $(DEPDIR)/usercss.Tpo -c -o usercss.obj `if test -f 'shellinabox/usercss.c'; then $(CYGPATH_W) 'shellinabox/usercss.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/usercss.c'; fi`
732 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/usercss.Tpo $(DEPDIR)/usercss.Po
733 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/usercss.c' object='usercss.obj' libtool=no @AMDEPBACKSLASH@
734 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o usercss.obj `if test -f 'shellinabox/usercss.c'; then $(CYGPATH_W) 'shellinabox/usercss.c'; else $(CYGPATH_W) '$(srcdir)/shellinabox/usercss.c'; fi`
736
737 mostlyclean-libtool:
738         -rm -f *.lo
739
740 clean-libtool:
741         -rm -rf .libs _libs
742
743 distclean-libtool:
744         -rm -f libtool config.lt
745 install-man1: $(man_MANS)
746         @$(NORMAL_INSTALL)
747         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
748         @list=''; test -n "$(man1dir)" || exit 0; \
749         { for i in $$list; do echo "$$i"; done; \
750         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
751           sed -n '/\.1[a-z]*$$/p'; \
752         } | while read p; do \
753           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
754           echo "$$d$$p"; echo "$$p"; \
755         done | \
756         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
757               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
758         sed 'N;N;s,\n, ,g' | { \
759         list=; while read file base inst; do \
760           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
761             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
762             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
763           fi; \
764         done; \
765         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
766         while read files; do \
767           test -z "$$files" || { \
768             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
769             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
770         done; }
771
772 uninstall-man1:
773         @$(NORMAL_UNINSTALL)
774         @list=''; test -n "$(man1dir)" || exit 0; \
775         files=`{ for i in $$list; do echo "$$i"; done; \
776         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
777           sed -n '/\.1[a-z]*$$/p'; \
778         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
779               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
780         test -z "$$files" || { \
781           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
782           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
783 install-dist_docDATA: $(dist_doc_DATA)
784         @$(NORMAL_INSTALL)
785         test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
786         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
787         for p in $$list; do \
788           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
789           echo "$$d$$p"; \
790         done | $(am__base_list) | \
791         while read files; do \
792           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
793           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
794         done
795
796 uninstall-dist_docDATA:
797         @$(NORMAL_UNINSTALL)
798         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
799         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
800         test -n "$$files" || exit 0; \
801         echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
802         cd "$(DESTDIR)$(docdir)" && rm -f $$files
803
804 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
805         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
806         unique=`for i in $$list; do \
807             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
808           done | \
809           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
810               END { if (nonempty) { for (i in files) print i; }; }'`; \
811         mkid -fID $$unique
812 tags: TAGS
813
814 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
815                 $(TAGS_FILES) $(LISP)
816         set x; \
817         here=`pwd`; \
818         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
819         unique=`for i in $$list; do \
820             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
821           done | \
822           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
823               END { if (nonempty) { for (i in files) print i; }; }'`; \
824         shift; \
825         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
826           test -n "$$unique" || unique=$$empty_fix; \
827           if test $$# -gt 0; then \
828             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
829               "$$@" $$unique; \
830           else \
831             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
832               $$unique; \
833           fi; \
834         fi
835 ctags: CTAGS
836 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
837                 $(TAGS_FILES) $(LISP)
838         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
839         unique=`for i in $$list; do \
840             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
841           done | \
842           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
843               END { if (nonempty) { for (i in files) print i; }; }'`; \
844         test -z "$(CTAGS_ARGS)$$unique" \
845           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
846              $$unique
847
848 GTAGS:
849         here=`$(am__cd) $(top_builddir) && pwd` \
850           && $(am__cd) $(top_srcdir) \
851           && gtags -i $(GTAGS_ARGS) "$$here"
852
853 distclean-tags:
854         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
855
856 distdir: $(DISTFILES)
857         @list='$(MANS)'; if test -n "$$list"; then \
858           list=`for p in $$list; do \
859             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
860             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
861           if test -n "$$list" && \
862             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
863             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
864             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
865             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
866             echo "       typically \`make maintainer-clean' will remove them" >&2; \
867             exit 1; \
868           else :; fi; \
869         else :; fi
870         $(am__remove_distdir)
871         test -d "$(distdir)" || mkdir "$(distdir)"
872         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
873         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
874         list='$(DISTFILES)'; \
875           dist_files=`for file in $$list; do echo $$file; done | \
876           sed -e "s|^$$srcdirstrip/||;t" \
877               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
878         case $$dist_files in \
879           */*) $(MKDIR_P) `echo "$$dist_files" | \
880                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
881                            sort -u` ;; \
882         esac; \
883         for file in $$dist_files; do \
884           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
885           if test -d $$d/$$file; then \
886             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
887             if test -d "$(distdir)/$$file"; then \
888               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
889             fi; \
890             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
891               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
892               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
893             fi; \
894             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
895           else \
896             test -f "$(distdir)/$$file" \
897             || cp -p $$d/$$file "$(distdir)/$$file" \
898             || exit 1; \
899           fi; \
900         done
901         -test -n "$(am__skip_mode_fix)" \
902         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
903           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
904           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
905           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
906         || chmod -R a+r "$(distdir)"
907 dist-gzip: distdir
908         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
909         $(am__remove_distdir)
910
911 dist-bzip2: distdir
912         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
913         $(am__remove_distdir)
914
915 dist-lzma: distdir
916         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
917         $(am__remove_distdir)
918
919 dist-xz: distdir
920         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
921         $(am__remove_distdir)
922
923 dist-tarZ: distdir
924         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
925         $(am__remove_distdir)
926
927 dist-shar: distdir
928         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
929         $(am__remove_distdir)
930
931 dist-zip: distdir
932         -rm -f $(distdir).zip
933         zip -rq $(distdir).zip $(distdir)
934         $(am__remove_distdir)
935
936 dist dist-all: distdir
937         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
938         $(am__remove_distdir)
939
940 # This target untars the dist file and tries a VPATH configuration.  Then
941 # it guarantees that the distribution is self-contained by making another
942 # tarfile.
943 distcheck: dist
944         case '$(DIST_ARCHIVES)' in \
945         *.tar.gz*) \
946           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
947         *.tar.bz2*) \
948           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
949         *.tar.lzma*) \
950           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
951         *.tar.xz*) \
952           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
953         *.tar.Z*) \
954           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
955         *.shar.gz*) \
956           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
957         *.zip*) \
958           unzip $(distdir).zip ;;\
959         esac
960         chmod -R a-w $(distdir); chmod a+w $(distdir)
961         mkdir $(distdir)/_build
962         mkdir $(distdir)/_inst
963         chmod a-w $(distdir)
964         test -d $(distdir)/_build || exit 0; \
965         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
966           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
967           && am__cwd=`pwd` \
968           && $(am__cd) $(distdir)/_build \
969           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
970             $(DISTCHECK_CONFIGURE_FLAGS) \
971           && $(MAKE) $(AM_MAKEFLAGS) \
972           && $(MAKE) $(AM_MAKEFLAGS) dvi \
973           && $(MAKE) $(AM_MAKEFLAGS) check \
974           && $(MAKE) $(AM_MAKEFLAGS) install \
975           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
976           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
977           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
978                 distuninstallcheck \
979           && chmod -R a-w "$$dc_install_base" \
980           && ({ \
981                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
982                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
983                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
984                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
985                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
986               } || { rm -rf "$$dc_destdir"; exit 1; }) \
987           && rm -rf "$$dc_destdir" \
988           && $(MAKE) $(AM_MAKEFLAGS) dist \
989           && rm -rf $(DIST_ARCHIVES) \
990           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
991           && cd "$$am__cwd" \
992           || exit 1
993         $(am__remove_distdir)
994         @(echo "$(distdir) archives ready for distribution: "; \
995           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
996           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
997 distuninstallcheck:
998         @$(am__cd) '$(distuninstallcheck_dir)' \
999         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1000            || { echo "ERROR: files left after uninstall:" ; \
1001                 if test -n "$(DESTDIR)"; then \
1002                   echo "  (check DESTDIR support)"; \
1003                 fi ; \
1004                 $(distuninstallcheck_listfiles) ; \
1005                 exit 1; } >&2
1006 distcleancheck: distclean
1007         @if test '$(srcdir)' = . ; then \
1008           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1009           exit 1 ; \
1010         fi
1011         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1012           || { echo "ERROR: files left in build directory after distclean:" ; \
1013                $(distcleancheck_listfiles) ; \
1014                exit 1; } >&2
1015 check-am: all-am
1016 check: check-am
1017 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
1018                 config.h
1019 installdirs:
1020         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)"; do \
1021           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1022         done
1023 install: install-am
1024 install-exec: install-exec-am
1025 install-data: install-data-am
1026 uninstall: uninstall-am
1027
1028 install-am: all-am
1029         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1030
1031 installcheck: installcheck-am
1032 install-strip:
1033         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1034           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1035           `test -z '$(STRIP)' || \
1036             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1037 mostlyclean-generic:
1038
1039 clean-generic:
1040
1041 distclean-generic:
1042         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1043         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1044         -rm -f shellinabox/$(DEPDIR)/$(am__dirstamp)
1045         -rm -f shellinabox/$(am__dirstamp)
1046
1047 maintainer-clean-generic:
1048         @echo "This command is intended for maintainers to use"
1049         @echo "it deletes files that may require special tools to rebuild."
1050 clean: clean-am
1051
1052 clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \
1053         clean-noinstLTLIBRARIES mostlyclean-am
1054
1055 distclean: distclean-am
1056         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1057         -rm -rf ./$(DEPDIR)
1058         -rm -f Makefile
1059 distclean-am: clean-am distclean-compile distclean-generic \
1060         distclean-hdr distclean-libtool distclean-tags
1061
1062 dvi: dvi-am
1063
1064 dvi-am:
1065
1066 html: html-am
1067
1068 html-am:
1069
1070 info: info-am
1071
1072 info-am:
1073
1074 install-data-am: install-dist_docDATA install-man
1075
1076 install-dvi: install-dvi-am
1077
1078 install-dvi-am:
1079
1080 install-exec-am: install-binPROGRAMS
1081
1082 install-html: install-html-am
1083
1084 install-html-am:
1085
1086 install-info: install-info-am
1087
1088 install-info-am:
1089
1090 install-man: install-man1
1091
1092 install-pdf: install-pdf-am
1093
1094 install-pdf-am:
1095
1096 install-ps: install-ps-am
1097
1098 install-ps-am:
1099
1100 installcheck-am:
1101
1102 maintainer-clean: maintainer-clean-am
1103         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1104         -rm -rf $(top_srcdir)/autom4te.cache
1105         -rm -rf ./$(DEPDIR)
1106         -rm -f Makefile
1107 maintainer-clean-am: distclean-am maintainer-clean-generic
1108
1109 mostlyclean: mostlyclean-am
1110
1111 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1112         mostlyclean-libtool
1113
1114 pdf: pdf-am
1115
1116 pdf-am:
1117
1118 ps: ps-am
1119
1120 ps-am:
1121
1122 uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
1123         uninstall-man
1124
1125 uninstall-man: uninstall-man1
1126
1127 .MAKE: all install-am install-strip
1128
1129 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
1130         clean-binPROGRAMS clean-generic clean-libtool clean-local \
1131         clean-noinstLTLIBRARIES ctags dist dist-all dist-bzip2 \
1132         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
1133         distcheck distclean distclean-compile distclean-generic \
1134         distclean-hdr distclean-libtool distclean-tags distcleancheck \
1135         distdir distuninstallcheck dvi dvi-am html html-am info \
1136         info-am install install-am install-binPROGRAMS install-data \
1137         install-data-am install-dist_docDATA install-dvi \
1138         install-dvi-am install-exec install-exec-am install-html \
1139         install-html-am install-info install-info-am install-man \
1140         install-man1 install-pdf install-pdf-am install-ps \
1141         install-ps-am install-strip installcheck installcheck-am \
1142         installdirs maintainer-clean maintainer-clean-generic \
1143         mostlyclean mostlyclean-compile mostlyclean-generic \
1144         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
1145         uninstall-am uninstall-binPROGRAMS uninstall-dist_docDATA \
1146         uninstall-man uninstall-man1
1147
1148
1149 libtool: $(LIBTOOL_DEPS)
1150         $(SHELL) ./config.status --recheck
1151
1152 ${top_srcdir}/demo/demo.js: ${top_srcdir}/demo/beep.wav                       \
1153                             ${top_srcdir}/demo/demo.jspp                      \
1154                             ${top_srcdir}/demo/favicon.ico                    \
1155                             ${top_srcdir}/demo/styles.css                     \
1156                             ${top_srcdir}/demo/print-styles.css               \
1157                             ${top_srcdir}/demo/vt100.js                       \
1158                             ${top_srcdir}/demo/usercss-0.css                  \
1159                             ${top_srcdir}/demo/usercss-1.css                  \
1160                             ${top_srcdir}/demo/usercss-2.css                  \
1161                             ${top_srcdir}/demo/usercss-3.css
1162
1163 ${top_srcdir}/demo/beep.wav: ${top_srcdir}/shellinabox/beep.wav
1164         @rm -f "$@"
1165         ln "$<" "$@"
1166
1167 ${top_srcdir}/demo/enabled.gif: ${top_srcdir}/shellinabox/enabled.gif
1168         @rm -f "$@"
1169         ln "$<" "$@"
1170
1171 ${top_srcdir}/demo/favicon.ico: ${top_srcdir}/shellinabox/favicon.ico
1172         @rm -f "$@"
1173         ln "$<" "$@"
1174
1175 ${top_srcdir}/demo/styles.css: ${top_srcdir}/shellinabox/styles.css
1176         @rm -f "$@"
1177         sed -e '/\[if DEFINES_COLORS\]/,/\[endif DEFINES_COLORS\]/d' "$<" >"$@"
1178
1179 ${top_srcdir}/demo/print-styles.css: ${top_srcdir}/shellinabox/print-styles.css
1180         @rm -f "$@"
1181         ln "$<" "$@"
1182
1183 ${top_srcdir}/demo/usercss-0.css: ${top_srcdir}/shellinabox/white-on-black.css
1184         @rm -f "$@"
1185         ln "$<" "$@"
1186
1187 ${top_srcdir}/demo/usercss-1.css: ${top_srcdir}/shellinabox/black-on-white.css
1188         @rm -f "$@"
1189         ln "$<" "$@"
1190
1191 ${top_srcdir}/demo/usercss-2.css: ${top_srcdir}/shellinabox/monochrome.css
1192         @rm -f "$@"
1193         ln "$<" "$@"
1194
1195 ${top_srcdir}/demo/usercss-3.css: ${top_srcdir}/shellinabox/color.css
1196         @rm -f "$@"
1197         ln "$<" "$@"
1198
1199 ${top_srcdir}/demo/vt100.js: ${top_srcdir}/shellinabox/vt100.js
1200         @rm -f "$@"
1201         ln "$<" "$@"
1202
1203 shellinaboxd.1: shellinabox/shellinaboxd.man.in config.h
1204         @src="${top_srcdir}/shellinabox/shellinaboxd.man.in";                 \
1205         echo preprocess  "$$src" '>'"$@";                                     \
1206         if [ `sed -e 's/^#define \([^ ]*\).*/\1/' -e t -e d config.h |        \
1207              egrep 'HAVE_OPENSSL_BIO_H|HAVE_OPENSSL_ERR_H|HAVE_OPENSSL_SSL_H'|\
1208              wc -l` -eq 3 ]; then                                             \
1209           sed -e '/^#ifndef  *HAVE_OPENSSL$$/,/^#endif$$/d' "$$src";          \
1210         else                                                                  \
1211           sed -e '/^#ifdef  *HAVE_OPENSSL$$/,/^#endif$$/d' "$$src";           \
1212         fi |                                                                  \
1213         if sed -e 's/^#define \([^ ]*\).*/\1/' -e t -e d config.h |           \
1214              grep 'HAVE_SECURITY_PAM_APPL_H' >/dev/null 2>&1; then            \
1215           sed -e '/^#ifndef  *HAVE_PAM$$/,/^#endif$$/d';                      \
1216         else                                                                  \
1217           sed -e '/^#ifdef  *HAVE_PAM$$/,/^#endif$$/d';                       \
1218         fi |                                                                  \
1219         if [ -n "${DPKGBUILD}" ]; then                                        \
1220           sed -e '/^#ifndef  *DPKGBUILD$$/,/^#endif$$/d';                     \
1221         else                                                                  \
1222           sed -e '/^#ifdef  *DPKGBUILD$$/,/^#endif$$/d';                      \
1223         fi |                                                                  \
1224         sed -e '/^#/d' >"$@"
1225         @out=`echo "$@" 2>/dev/null|sed -e 's/\.[^.]*$$/.ps/'`;               \
1226         man -Tps "./$@" >"$${out}" 2>/dev/null || rm -f "$${out}"
1227
1228 clean-local:
1229         -rm -rf shellinaboxd.1                                                \
1230                 shellinaboxd.ps
1231         -rm -rf debian/shellinabox                                            \
1232                 debian/shellinabox*.debhelper*                                \
1233                 debian/shellinabox.substvars                                  \
1234                 debian/tmp
1235
1236 .css.o:
1237         @echo objcopy "$<" "$@"
1238         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1239           "$<" "$@"
1240
1241 .gif.o:
1242         @echo objcopy "$<" "$@"
1243         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1244           "$<" "$@"
1245
1246 .html.o:
1247         @echo objcopy "$<" "$@"
1248         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1249           "$<" "$@"
1250
1251 .ico.o:
1252         @echo objcopy "$<" "$@"
1253         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1254           "$<" "$@"
1255
1256 shellinabox/shell_in_a_box.o: shellinabox/shell_in_a_box.js config.h
1257
1258 .jspp.js:
1259         @echo preprocess "$<" "$@"
1260         @sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \
1261                      -e t                                                     \
1262                      -e d "$<"`"                                              \
1263              -e "s/^#/\/\/ #/"                                                \
1264              -e "s/VERSION/\"@VERSION@ (revision @VCS_REVISION@)\"/g"         \
1265              "$<" >"$@"
1266
1267 .js.o:
1268         @echo objcopy "$<" "$@"
1269         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1270           "$<" "$@"
1271
1272 .wav.o:
1273         @echo objcopy "$<" "$@"
1274         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1275           "$<" "$@"
1276
1277 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1278 # Otherwise a system limit (for SysV at least) may be exceeded.
1279 .NOEXPORT:
This page took 0.135308 seconds and 5 git commands to generate.