]> andersk Git - test.git/blob - Makefile.in
Fixed the escape sequences for VT100 transparent printing support.
[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 = demo/beep.wav                                          \
283                        demo/favicon.ico                                       \
284                        demo/demo.html                                         \
285                        demo/demo.js                                           \
286                        demo/demo.jspp                                         \
287                        demo/demo.xml                                          \
288                        demo/enabled.gif                                       \
289                        demo/styles.css                                        \
290                        demo/print-styles.css                                  \
291                        demo/vt100.js                                          \
292                        demo/usercss-0.css                                     \
293                        demo/usercss-1.css                                     \
294                        demo/usercss-2.css                                     \
295                        demo/usercss-3.css                                     \
296                        shellinabox/shellinaboxd.man.in                        \
297                        shellinabox/shell_in_a_box.js                          \
298                        shellinabox/vt100.js                                   \
299                        shellinabox/cgi-mode-example.sh                        \
300                        debian/README                                          \
301                        debian/README.available                                \
302                        debian/README.enabled                                  \
303                        debian/changelog                                       \
304                        debian/compat                                          \
305                        debian/control                                         \
306                        debian/copyright                                       \
307                        debian/docs                                            \
308                        debian/rules                                           \
309                        debian/shellinabox.default                             \
310                        debian/shellinabox.dirs                                \
311                        debian/shellinabox.init                                \
312                        debian/shellinabox.install                             \
313                        debian/shellinabox.postinst                            \
314                        debian/shellinabox.postrm
315
316 LIBLOGGING_INCLUDES = logging/logging.h                                      \
317                        config.h
318
319 liblogging_la_SOURCES = logging/logging.c                                      \
320                        $(LIBLOGGING_INCLUDES)
321
322 liblogging_la_LDFLAGS = -version 1:0:0
323 LIBHTTP_INCLUDES = libhttp/hashmap.h                                      \
324                        libhttp/trie.h                                         \
325                        libhttp/httpconnection.h                               \
326                        libhttp/server.h                                       \
327                        libhttp/ssl.h                                          \
328                        libhttp/url.h                                          \
329                        config.h
330
331 libhttp_la_SOURCES = libhttp/hashmap.c                                      \
332                        libhttp/trie.c                                         \
333                        libhttp/httpconnection.c                               \
334                        libhttp/server.c                                       \
335                        libhttp/ssl.c                                          \
336                        libhttp/url.c                                          \
337                        $(LIBHTTP_INCLUDES)                                    \
338                        libhttp/libhttp.sym
339
340 libhttp_la_LDFLAGS = -export-symbols  $(top_srcdir)/libhttp/libhttp.sym     \
341                        -version 1:0:0
342
343 shellinaboxd_SOURCES = shellinabox/shellinaboxd.c                             \
344                        shellinabox/externalfile.c                             \
345                        shellinabox/externalfile.h                             \
346                        shellinabox/launcher.c                                 \
347                        shellinabox/launcher.h                                 \
348                        shellinabox/privileges.c                               \
349                        shellinabox/privileges.h                               \
350                        shellinabox/service.c                                  \
351                        shellinabox/service.h                                  \
352                        shellinabox/session.c                                  \
353                        shellinabox/session.h                                  \
354                        shellinabox/usercss.c                                  \
355                        shellinabox/usercss.h                                  \
356                        shellinabox/cgi_root.html                              \
357                        shellinabox/root_page.html                             \
358                        shellinabox/vt100.jspp                                 \
359                        shellinabox/shell_in_a_box.jspp                        \
360                        shellinabox/styles.css                                 \
361                        shellinabox/print-styles.css                           \
362                        shellinabox/enabled.gif                                \
363                        shellinabox/favicon.ico                                \
364                        shellinabox/beep.wav                                   \
365                        config.h
366
367 shellinaboxd_LDADD = liblogging.la                                          \
368                        libhttp.la
369
370 shellinaboxd_LDFLAGS = -static
371 objcopyflags = case "$(host_cpu)" in                                  \
372                          i[0-9]86) echo '-O elf32-i386 -B i386';;             \
373                          x86_64)   echo '-O elf64-x86-64 -B i386:x86-64';;    \
374                          arm*)     echo '-O elf32-littlearm -B arm';;         \
375                        esac
376
377 renamesymbols = \
378   sed -e 's/\(.*\/\)\([^.]*\)\([.].*\)/\1\2\3=\2 /'                           \
379       -e 't0'                                                                 \
380       -e 's/\([^.]*\)\([.].*\)/\1\2=\1 /'                                     \
381       -e 't0'                                                                 \
382       -e 's/.*/&=& /'                                                         \
383       -e ':0'                                                                 \
384       -e 's/$$/aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ/'         \
385       -e ':1'                                                                 \
386       -e 's/\(=[^-_]*\)[-_]\([a-z]\)\([^ ]* .*\2\)\(.\)/\1\4\3\4/'            \
387       -e 't1'                                                                 \
388       -e 's/.\{53\}$$//'                                                      \
389       -e 's/[-/.]/_/g'                                                        \
390       -e 's/^/--redefine-sym _binary_/'                                       \
391       -e 's/\([^=]*\)\(=[^ ]*\)/& \1_end\2End/'                               \
392       -e 's/\([^=]*\)\(=[^ ]*\)/& \1_start\2Start/'                           \
393       -e 's/[^ ]*\([^=]*\)=[^ ]*/-N\1_size/'
394
395 all: config.h
396         $(MAKE) $(AM_MAKEFLAGS) all-am
397
398 .SUFFIXES:
399 .SUFFIXES: .c .css .gif .html .ico .js .jspp .lo .o .obj .wav
400 am--refresh:
401         @:
402 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
403         @for dep in $?; do \
404           case '$(am__configure_deps)' in \
405             *$$dep*) \
406               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
407               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
408                 && exit 0; \
409               exit 1;; \
410           esac; \
411         done; \
412         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
413         $(am__cd) $(top_srcdir) && \
414           $(AUTOMAKE) --gnu Makefile
415 .PRECIOUS: Makefile
416 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417         @case '$?' in \
418           *config.status*) \
419             echo ' $(SHELL) ./config.status'; \
420             $(SHELL) ./config.status;; \
421           *) \
422             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
423             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
424         esac;
425
426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427         $(SHELL) ./config.status --recheck
428
429 $(top_srcdir)/configure:  $(am__configure_deps)
430         $(am__cd) $(srcdir) && $(AUTOCONF)
431 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
432         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
433 $(am__aclocal_m4_deps):
434
435 config.h: stamp-h1
436         @if test ! -f $@; then \
437           rm -f stamp-h1; \
438           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
439         else :; fi
440
441 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
442         @rm -f stamp-h1
443         cd $(top_builddir) && $(SHELL) ./config.status config.h
444 $(srcdir)/config.h.in:  $(am__configure_deps) 
445         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
446         rm -f stamp-h1
447         touch $@
448
449 distclean-hdr:
450         -rm -f config.h stamp-h1
451
452 clean-noinstLTLIBRARIES:
453         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
454         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
455           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
456           test "$$dir" != "$$p" || dir=.; \
457           echo "rm -f \"$${dir}/so_locations\""; \
458           rm -f "$${dir}/so_locations"; \
459         done
460 libhttp.la: $(libhttp_la_OBJECTS) $(libhttp_la_DEPENDENCIES) 
461         $(libhttp_la_LINK)  $(libhttp_la_OBJECTS) $(libhttp_la_LIBADD) $(LIBS)
462 liblogging.la: $(liblogging_la_OBJECTS) $(liblogging_la_DEPENDENCIES) 
463         $(liblogging_la_LINK)  $(liblogging_la_OBJECTS) $(liblogging_la_LIBADD) $(LIBS)
464 install-binPROGRAMS: $(bin_PROGRAMS)
465         @$(NORMAL_INSTALL)
466         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
467         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
468         for p in $$list; do echo "$$p $$p"; done | \
469         sed 's/$(EXEEXT)$$//' | \
470         while read p p1; do if test -f $$p || test -f $$p1; \
471           then echo "$$p"; echo "$$p"; else :; fi; \
472         done | \
473         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
474             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
475         sed 'N;N;N;s,\n, ,g' | \
476         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
477           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
478             if ($$2 == $$4) files[d] = files[d] " " $$1; \
479             else { print "f", $$3 "/" $$4, $$1; } } \
480           END { for (d in files) print "f", d, files[d] }' | \
481         while read type dir files; do \
482             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
483             test -z "$$files" || { \
484             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
485             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
486             } \
487         ; done
488
489 uninstall-binPROGRAMS:
490         @$(NORMAL_UNINSTALL)
491         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
492         files=`for p in $$list; do echo "$$p"; done | \
493           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
494               -e 's/$$/$(EXEEXT)/' `; \
495         test -n "$$list" || exit 0; \
496         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
497         cd "$(DESTDIR)$(bindir)" && rm -f $$files
498
499 clean-binPROGRAMS:
500         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
501         echo " rm -f" $$list; \
502         rm -f $$list || exit $$?; \
503         test -n "$(EXEEXT)" || exit 0; \
504         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
505         echo " rm -f" $$list; \
506         rm -f $$list
507 shellinabox/$(am__dirstamp):
508         @$(MKDIR_P) shellinabox
509         @: > shellinabox/$(am__dirstamp)
510 shellinabox/$(DEPDIR)/$(am__dirstamp):
511         @$(MKDIR_P) shellinabox/$(DEPDIR)
512         @: > shellinabox/$(DEPDIR)/$(am__dirstamp)
513 shellinabox/cgi_root.$(OBJEXT): shellinabox/$(am__dirstamp) \
514         shellinabox/$(DEPDIR)/$(am__dirstamp)
515 shellinabox/root_page.$(OBJEXT): shellinabox/$(am__dirstamp) \
516         shellinabox/$(DEPDIR)/$(am__dirstamp)
517 shellinabox/vt100.$(OBJEXT): shellinabox/$(am__dirstamp) \
518         shellinabox/$(DEPDIR)/$(am__dirstamp)
519 shellinabox/shell_in_a_box.$(OBJEXT): shellinabox/$(am__dirstamp) \
520         shellinabox/$(DEPDIR)/$(am__dirstamp)
521 shellinabox/styles.$(OBJEXT): shellinabox/$(am__dirstamp) \
522         shellinabox/$(DEPDIR)/$(am__dirstamp)
523 shellinabox/print-styles.$(OBJEXT): shellinabox/$(am__dirstamp) \
524         shellinabox/$(DEPDIR)/$(am__dirstamp)
525 shellinabox/enabled.$(OBJEXT): shellinabox/$(am__dirstamp) \
526         shellinabox/$(DEPDIR)/$(am__dirstamp)
527 shellinabox/favicon.$(OBJEXT): shellinabox/$(am__dirstamp) \
528         shellinabox/$(DEPDIR)/$(am__dirstamp)
529 shellinabox/beep.$(OBJEXT): shellinabox/$(am__dirstamp) \
530         shellinabox/$(DEPDIR)/$(am__dirstamp)
531 shellinaboxd$(EXEEXT): $(shellinaboxd_OBJECTS) $(shellinaboxd_DEPENDENCIES) 
532         @rm -f shellinaboxd$(EXEEXT)
533         $(shellinaboxd_LINK) $(shellinaboxd_OBJECTS) $(shellinaboxd_LDADD) $(LIBS)
534
535 mostlyclean-compile:
536         -rm -f *.$(OBJEXT)
537         -rm -f shellinabox/beep.$(OBJEXT)
538         -rm -f shellinabox/cgi_root.$(OBJEXT)
539         -rm -f shellinabox/enabled.$(OBJEXT)
540         -rm -f shellinabox/favicon.$(OBJEXT)
541         -rm -f shellinabox/print-styles.$(OBJEXT)
542         -rm -f shellinabox/root_page.$(OBJEXT)
543         -rm -f shellinabox/shell_in_a_box.$(OBJEXT)
544         -rm -f shellinabox/styles.$(OBJEXT)
545         -rm -f shellinabox/vt100.$(OBJEXT)
546
547 distclean-compile:
548         -rm -f *.tab.c
549
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/externalfile.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap.Plo@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/httpconnection.Plo@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/launcher.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Plo@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privileges.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/service.Po@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shellinaboxd.Po@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl.Plo@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trie.Plo@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Plo@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usercss.Po@am__quote@
564
565 .c.o:
566 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
567 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
568 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
571
572 .c.obj:
573 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
574 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
575 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
576 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
578
579 .c.lo:
580 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
581 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
582 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
583 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
585
586 hashmap.lo: libhttp/hashmap.c
587 @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
588 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/hashmap.Tpo $(DEPDIR)/hashmap.Plo
589 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/hashmap.c' object='hashmap.lo' libtool=yes @AMDEPBACKSLASH@
590 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591 @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
592
593 trie.lo: libhttp/trie.c
594 @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
595 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/trie.Tpo $(DEPDIR)/trie.Plo
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/trie.c' object='trie.lo' libtool=yes @AMDEPBACKSLASH@
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598 @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
599
600 httpconnection.lo: libhttp/httpconnection.c
601 @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
602 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/httpconnection.Tpo $(DEPDIR)/httpconnection.Plo
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/httpconnection.c' object='httpconnection.lo' libtool=yes @AMDEPBACKSLASH@
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605 @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
606
607 server.lo: libhttp/server.c
608 @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
609 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/server.Tpo $(DEPDIR)/server.Plo
610 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/server.c' object='server.lo' libtool=yes @AMDEPBACKSLASH@
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612 @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
613
614 ssl.lo: libhttp/ssl.c
615 @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
616 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ssl.Tpo $(DEPDIR)/ssl.Plo
617 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/ssl.c' object='ssl.lo' libtool=yes @AMDEPBACKSLASH@
618 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619 @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
620
621 url.lo: libhttp/url.c
622 @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
623 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/url.Tpo $(DEPDIR)/url.Plo
624 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libhttp/url.c' object='url.lo' libtool=yes @AMDEPBACKSLASH@
625 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626 @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
627
628 logging.lo: logging/logging.c
629 @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
630 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/logging.Tpo $(DEPDIR)/logging.Plo
631 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='logging/logging.c' object='logging.lo' libtool=yes @AMDEPBACKSLASH@
632 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633 @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
634
635 shellinaboxd.o: shellinabox/shellinaboxd.c
636 @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
637 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/shellinaboxd.Tpo $(DEPDIR)/shellinaboxd.Po
638 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/shellinaboxd.c' object='shellinaboxd.o' libtool=no @AMDEPBACKSLASH@
639 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640 @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
641
642 shellinaboxd.obj: shellinabox/shellinaboxd.c
643 @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`
644 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/shellinaboxd.Tpo $(DEPDIR)/shellinaboxd.Po
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/shellinaboxd.c' object='shellinaboxd.obj' libtool=no @AMDEPBACKSLASH@
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 @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`
648
649 externalfile.o: shellinabox/externalfile.c
650 @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
651 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/externalfile.Tpo $(DEPDIR)/externalfile.Po
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/externalfile.c' object='externalfile.o' libtool=no @AMDEPBACKSLASH@
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654 @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
655
656 externalfile.obj: shellinabox/externalfile.c
657 @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`
658 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/externalfile.Tpo $(DEPDIR)/externalfile.Po
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/externalfile.c' object='externalfile.obj' libtool=no @AMDEPBACKSLASH@
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661 @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`
662
663 launcher.o: shellinabox/launcher.c
664 @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
665 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/launcher.Tpo $(DEPDIR)/launcher.Po
666 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/launcher.c' object='launcher.o' libtool=no @AMDEPBACKSLASH@
667 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668 @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
669
670 launcher.obj: shellinabox/launcher.c
671 @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`
672 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/launcher.Tpo $(DEPDIR)/launcher.Po
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/launcher.c' object='launcher.obj' libtool=no @AMDEPBACKSLASH@
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675 @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`
676
677 privileges.o: shellinabox/privileges.c
678 @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
679 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/privileges.Tpo $(DEPDIR)/privileges.Po
680 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/privileges.c' object='privileges.o' libtool=no @AMDEPBACKSLASH@
681 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682 @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
683
684 privileges.obj: shellinabox/privileges.c
685 @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`
686 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/privileges.Tpo $(DEPDIR)/privileges.Po
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/privileges.c' object='privileges.obj' libtool=no @AMDEPBACKSLASH@
688 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689 @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`
690
691 service.o: shellinabox/service.c
692 @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
693 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/service.Tpo $(DEPDIR)/service.Po
694 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/service.c' object='service.o' libtool=no @AMDEPBACKSLASH@
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696 @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
697
698 service.obj: shellinabox/service.c
699 @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`
700 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/service.Tpo $(DEPDIR)/service.Po
701 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/service.c' object='service.obj' libtool=no @AMDEPBACKSLASH@
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703 @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`
704
705 session.o: shellinabox/session.c
706 @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
707 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/session.Tpo $(DEPDIR)/session.Po
708 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/session.c' object='session.o' libtool=no @AMDEPBACKSLASH@
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
710 @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
711
712 session.obj: shellinabox/session.c
713 @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`
714 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/session.Tpo $(DEPDIR)/session.Po
715 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/session.c' object='session.obj' libtool=no @AMDEPBACKSLASH@
716 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
717 @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`
718
719 usercss.o: shellinabox/usercss.c
720 @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
721 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/usercss.Tpo $(DEPDIR)/usercss.Po
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/usercss.c' object='usercss.o' libtool=no @AMDEPBACKSLASH@
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724 @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
725
726 usercss.obj: shellinabox/usercss.c
727 @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`
728 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/usercss.Tpo $(DEPDIR)/usercss.Po
729 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shellinabox/usercss.c' object='usercss.obj' libtool=no @AMDEPBACKSLASH@
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731 @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`
732
733 mostlyclean-libtool:
734         -rm -f *.lo
735
736 clean-libtool:
737         -rm -rf .libs _libs
738
739 distclean-libtool:
740         -rm -f libtool config.lt
741 install-man1: $(man_MANS)
742         @$(NORMAL_INSTALL)
743         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
744         @list=''; test -n "$(man1dir)" || exit 0; \
745         { for i in $$list; do echo "$$i"; done; \
746         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
747           sed -n '/\.1[a-z]*$$/p'; \
748         } | while read p; do \
749           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
750           echo "$$d$$p"; echo "$$p"; \
751         done | \
752         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
753               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
754         sed 'N;N;s,\n, ,g' | { \
755         list=; while read file base inst; do \
756           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
757             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
758             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
759           fi; \
760         done; \
761         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
762         while read files; do \
763           test -z "$$files" || { \
764             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
765             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
766         done; }
767
768 uninstall-man1:
769         @$(NORMAL_UNINSTALL)
770         @list=''; test -n "$(man1dir)" || exit 0; \
771         files=`{ for i in $$list; do echo "$$i"; done; \
772         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
773           sed -n '/\.1[a-z]*$$/p'; \
774         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
775               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
776         test -z "$$files" || { \
777           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
778           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
779 install-dist_docDATA: $(dist_doc_DATA)
780         @$(NORMAL_INSTALL)
781         test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
782         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
783         for p in $$list; do \
784           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
785           echo "$$d$$p"; \
786         done | $(am__base_list) | \
787         while read files; do \
788           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
789           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
790         done
791
792 uninstall-dist_docDATA:
793         @$(NORMAL_UNINSTALL)
794         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
795         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
796         test -n "$$files" || exit 0; \
797         echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
798         cd "$(DESTDIR)$(docdir)" && rm -f $$files
799
800 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
801         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
802         unique=`for i in $$list; do \
803             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
804           done | \
805           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
806               END { if (nonempty) { for (i in files) print i; }; }'`; \
807         mkid -fID $$unique
808 tags: TAGS
809
810 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
811                 $(TAGS_FILES) $(LISP)
812         set x; \
813         here=`pwd`; \
814         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
815         unique=`for i in $$list; do \
816             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
817           done | \
818           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
819               END { if (nonempty) { for (i in files) print i; }; }'`; \
820         shift; \
821         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
822           test -n "$$unique" || unique=$$empty_fix; \
823           if test $$# -gt 0; then \
824             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
825               "$$@" $$unique; \
826           else \
827             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
828               $$unique; \
829           fi; \
830         fi
831 ctags: CTAGS
832 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
833                 $(TAGS_FILES) $(LISP)
834         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
835         unique=`for i in $$list; do \
836             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
837           done | \
838           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
839               END { if (nonempty) { for (i in files) print i; }; }'`; \
840         test -z "$(CTAGS_ARGS)$$unique" \
841           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
842              $$unique
843
844 GTAGS:
845         here=`$(am__cd) $(top_builddir) && pwd` \
846           && $(am__cd) $(top_srcdir) \
847           && gtags -i $(GTAGS_ARGS) "$$here"
848
849 distclean-tags:
850         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
851
852 distdir: $(DISTFILES)
853         @list='$(MANS)'; if test -n "$$list"; then \
854           list=`for p in $$list; do \
855             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
856             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
857           if test -n "$$list" && \
858             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
859             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
860             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
861             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
862             echo "       typically \`make maintainer-clean' will remove them" >&2; \
863             exit 1; \
864           else :; fi; \
865         else :; fi
866         $(am__remove_distdir)
867         test -d "$(distdir)" || mkdir "$(distdir)"
868         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
869         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
870         list='$(DISTFILES)'; \
871           dist_files=`for file in $$list; do echo $$file; done | \
872           sed -e "s|^$$srcdirstrip/||;t" \
873               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
874         case $$dist_files in \
875           */*) $(MKDIR_P) `echo "$$dist_files" | \
876                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
877                            sort -u` ;; \
878         esac; \
879         for file in $$dist_files; do \
880           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
881           if test -d $$d/$$file; then \
882             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
883             if test -d "$(distdir)/$$file"; then \
884               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
885             fi; \
886             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
887               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
888               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
889             fi; \
890             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
891           else \
892             test -f "$(distdir)/$$file" \
893             || cp -p $$d/$$file "$(distdir)/$$file" \
894             || exit 1; \
895           fi; \
896         done
897         -test -n "$(am__skip_mode_fix)" \
898         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
899           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
900           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
901           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
902         || chmod -R a+r "$(distdir)"
903 dist-gzip: distdir
904         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
905         $(am__remove_distdir)
906
907 dist-bzip2: distdir
908         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
909         $(am__remove_distdir)
910
911 dist-lzma: distdir
912         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
913         $(am__remove_distdir)
914
915 dist-xz: distdir
916         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
917         $(am__remove_distdir)
918
919 dist-tarZ: distdir
920         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
921         $(am__remove_distdir)
922
923 dist-shar: distdir
924         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
925         $(am__remove_distdir)
926
927 dist-zip: distdir
928         -rm -f $(distdir).zip
929         zip -rq $(distdir).zip $(distdir)
930         $(am__remove_distdir)
931
932 dist dist-all: distdir
933         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
934         $(am__remove_distdir)
935
936 # This target untars the dist file and tries a VPATH configuration.  Then
937 # it guarantees that the distribution is self-contained by making another
938 # tarfile.
939 distcheck: dist
940         case '$(DIST_ARCHIVES)' in \
941         *.tar.gz*) \
942           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
943         *.tar.bz2*) \
944           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
945         *.tar.lzma*) \
946           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
947         *.tar.xz*) \
948           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
949         *.tar.Z*) \
950           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
951         *.shar.gz*) \
952           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
953         *.zip*) \
954           unzip $(distdir).zip ;;\
955         esac
956         chmod -R a-w $(distdir); chmod a+w $(distdir)
957         mkdir $(distdir)/_build
958         mkdir $(distdir)/_inst
959         chmod a-w $(distdir)
960         test -d $(distdir)/_build || exit 0; \
961         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
962           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
963           && am__cwd=`pwd` \
964           && $(am__cd) $(distdir)/_build \
965           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
966             $(DISTCHECK_CONFIGURE_FLAGS) \
967           && $(MAKE) $(AM_MAKEFLAGS) \
968           && $(MAKE) $(AM_MAKEFLAGS) dvi \
969           && $(MAKE) $(AM_MAKEFLAGS) check \
970           && $(MAKE) $(AM_MAKEFLAGS) install \
971           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
972           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
973           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
974                 distuninstallcheck \
975           && chmod -R a-w "$$dc_install_base" \
976           && ({ \
977                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
978                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
979                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
980                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
981                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
982               } || { rm -rf "$$dc_destdir"; exit 1; }) \
983           && rm -rf "$$dc_destdir" \
984           && $(MAKE) $(AM_MAKEFLAGS) dist \
985           && rm -rf $(DIST_ARCHIVES) \
986           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
987           && cd "$$am__cwd" \
988           || exit 1
989         $(am__remove_distdir)
990         @(echo "$(distdir) archives ready for distribution: "; \
991           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
992           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
993 distuninstallcheck:
994         @$(am__cd) '$(distuninstallcheck_dir)' \
995         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
996            || { echo "ERROR: files left after uninstall:" ; \
997                 if test -n "$(DESTDIR)"; then \
998                   echo "  (check DESTDIR support)"; \
999                 fi ; \
1000                 $(distuninstallcheck_listfiles) ; \
1001                 exit 1; } >&2
1002 distcleancheck: distclean
1003         @if test '$(srcdir)' = . ; then \
1004           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1005           exit 1 ; \
1006         fi
1007         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1008           || { echo "ERROR: files left in build directory after distclean:" ; \
1009                $(distcleancheck_listfiles) ; \
1010                exit 1; } >&2
1011 check-am: all-am
1012 check: check-am
1013 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
1014                 config.h
1015 installdirs:
1016         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)"; do \
1017           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1018         done
1019 install: install-am
1020 install-exec: install-exec-am
1021 install-data: install-data-am
1022 uninstall: uninstall-am
1023
1024 install-am: all-am
1025         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1026
1027 installcheck: installcheck-am
1028 install-strip:
1029         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1030           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1031           `test -z '$(STRIP)' || \
1032             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1033 mostlyclean-generic:
1034
1035 clean-generic:
1036
1037 distclean-generic:
1038         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1039         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1040         -rm -f shellinabox/$(DEPDIR)/$(am__dirstamp)
1041         -rm -f shellinabox/$(am__dirstamp)
1042
1043 maintainer-clean-generic:
1044         @echo "This command is intended for maintainers to use"
1045         @echo "it deletes files that may require special tools to rebuild."
1046 clean: clean-am
1047
1048 clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \
1049         clean-noinstLTLIBRARIES mostlyclean-am
1050
1051 distclean: distclean-am
1052         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1053         -rm -rf ./$(DEPDIR)
1054         -rm -f Makefile
1055 distclean-am: clean-am distclean-compile distclean-generic \
1056         distclean-hdr distclean-libtool distclean-tags
1057
1058 dvi: dvi-am
1059
1060 dvi-am:
1061
1062 html: html-am
1063
1064 html-am:
1065
1066 info: info-am
1067
1068 info-am:
1069
1070 install-data-am: install-dist_docDATA install-man
1071
1072 install-dvi: install-dvi-am
1073
1074 install-dvi-am:
1075
1076 install-exec-am: install-binPROGRAMS
1077
1078 install-html: install-html-am
1079
1080 install-html-am:
1081
1082 install-info: install-info-am
1083
1084 install-info-am:
1085
1086 install-man: install-man1
1087
1088 install-pdf: install-pdf-am
1089
1090 install-pdf-am:
1091
1092 install-ps: install-ps-am
1093
1094 install-ps-am:
1095
1096 installcheck-am:
1097
1098 maintainer-clean: maintainer-clean-am
1099         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1100         -rm -rf $(top_srcdir)/autom4te.cache
1101         -rm -rf ./$(DEPDIR)
1102         -rm -f Makefile
1103 maintainer-clean-am: distclean-am maintainer-clean-generic
1104
1105 mostlyclean: mostlyclean-am
1106
1107 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1108         mostlyclean-libtool
1109
1110 pdf: pdf-am
1111
1112 pdf-am:
1113
1114 ps: ps-am
1115
1116 ps-am:
1117
1118 uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
1119         uninstall-man
1120
1121 uninstall-man: uninstall-man1
1122
1123 .MAKE: all install-am install-strip
1124
1125 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
1126         clean-binPROGRAMS clean-generic clean-libtool clean-local \
1127         clean-noinstLTLIBRARIES ctags dist dist-all dist-bzip2 \
1128         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
1129         distcheck distclean distclean-compile distclean-generic \
1130         distclean-hdr distclean-libtool distclean-tags distcleancheck \
1131         distdir distuninstallcheck dvi dvi-am html html-am info \
1132         info-am install install-am install-binPROGRAMS install-data \
1133         install-data-am install-dist_docDATA install-dvi \
1134         install-dvi-am install-exec install-exec-am install-html \
1135         install-html-am install-info install-info-am install-man \
1136         install-man1 install-pdf install-pdf-am install-ps \
1137         install-ps-am install-strip installcheck installcheck-am \
1138         installdirs maintainer-clean maintainer-clean-generic \
1139         mostlyclean mostlyclean-compile mostlyclean-generic \
1140         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
1141         uninstall-am uninstall-binPROGRAMS uninstall-dist_docDATA \
1142         uninstall-man uninstall-man1
1143
1144
1145 libtool: $(LIBTOOL_DEPS)
1146         $(SHELL) ./config.status --recheck
1147
1148 ${top_srcdir}/demo/demo.js: ${top_srcdir}/demo/beep.wav                       \
1149                             ${top_srcdir}/demo/demo.jspp                      \
1150                             ${top_srcdir}/demo/favicon.ico                    \
1151                             ${top_srcdir}/demo/styles.css                     \
1152                             ${top_srcdir}/demo/print-styles.css               \
1153                             ${top_srcdir}/demo/vt100.js                       \
1154                             ${top_srcdir}/demo/usercss-0.css                  \
1155                             ${top_srcdir}/demo/usercss-1.css                  \
1156                             ${top_srcdir}/demo/usercss-2.css                  \
1157                             ${top_srcdir}/demo/usercss-3.css
1158
1159 ${top_srcdir}/demo/beep.wav: ${top_srcdir}/shellinabox/beep.wav
1160         @rm -f "$@"
1161         ln "$<" "$@"
1162
1163 ${top_srcdir}/demo/enabled.gif: ${top_srcdir}/shellinabox/enabled.gif
1164         @rm -f "$@"
1165         ln "$<" "$@"
1166
1167 ${top_srcdir}/demo/favicon.ico: ${top_srcdir}/shellinabox/favicon.ico
1168         @rm -f "$@"
1169         ln "$<" "$@"
1170
1171 ${top_srcdir}/demo/styles.css: ${top_srcdir}/shellinabox/styles.css
1172         @rm -f "$@"
1173         sed -e '/\[if DEFINES_COLORS\]/,/\[endif DEFINES_COLORS\]/d' "$<" >"$@"
1174
1175 ${top_srcdir}/demo/print-styles.css: ${top_srcdir}/shellinabox/print-styles.css
1176         @rm -f "$@"
1177         ln "$<" "$@"
1178
1179 ${top_srcdir}/demo/usercss-0.css: ${top_srcdir}/shellinabox/white-on-black.css
1180         @rm -f "$@"
1181         ln "$<" "$@"
1182
1183 ${top_srcdir}/demo/usercss-1.css: ${top_srcdir}/shellinabox/black-on-white.css
1184         @rm -f "$@"
1185         ln "$<" "$@"
1186
1187 ${top_srcdir}/demo/usercss-2.css: ${top_srcdir}/shellinabox/monochrome.css
1188         @rm -f "$@"
1189         ln "$<" "$@"
1190
1191 ${top_srcdir}/demo/usercss-3.css: ${top_srcdir}/shellinabox/color.css
1192         @rm -f "$@"
1193         ln "$<" "$@"
1194
1195 ${top_srcdir}/demo/vt100.js: ${top_srcdir}/shellinabox/vt100.js
1196         @rm -f "$@"
1197         ln "$<" "$@"
1198
1199 shellinaboxd.1: shellinabox/shellinaboxd.man.in config.h
1200         @src="${top_srcdir}/shellinabox/shellinaboxd.man.in";                 \
1201         echo preprocess  "$$src" '>'"$@";                                     \
1202         if [ `sed -e 's/^#define \([^ ]*\).*/\1/' -e t -e d config.h |        \
1203              egrep 'HAVE_OPENSSL_BIO_H|HAVE_OPENSSL_ERR_H|HAVE_OPENSSL_SSL_H'|\
1204              wc -l` -eq 3 ]; then                                             \
1205           sed -e '/^#ifndef  *HAVE_OPENSSL$$/,/^#endif$$/d' "$$src";          \
1206         else                                                                  \
1207           sed -e '/^#ifdef  *HAVE_OPENSSL$$/,/^#endif$$/d' "$$src";           \
1208         fi |                                                                  \
1209         if sed -e 's/^#define \([^ ]*\).*/\1/' -e t -e d config.h |           \
1210              grep 'HAVE_SECURITY_PAM_APPL_H' >/dev/null 2>&1; then            \
1211           sed -e '/^#ifndef  *HAVE_PAM$$/,/^#endif$$/d';                      \
1212         else                                                                  \
1213           sed -e '/^#ifdef  *HAVE_PAM$$/,/^#endif$$/d';                       \
1214         fi |                                                                  \
1215         if [ -n "${DPKGBUILD}" ]; then                                        \
1216           sed -e '/^#ifndef  *DPKGBUILD$$/,/^#endif$$/d';                     \
1217         else                                                                  \
1218           sed -e '/^#ifdef  *DPKGBUILD$$/,/^#endif$$/d';                      \
1219         fi |                                                                  \
1220         sed -e '/^#/d' >"$@"
1221         @out=`echo "$@" 2>/dev/null|sed -e 's/\.[^.]*$$/.ps/'`;               \
1222         man -Tps "./$@" >"$${out}" 2>/dev/null || rm -f "$${out}"
1223
1224 clean-local:
1225         -rm -rf shellinaboxd.1                                                \
1226                 shellinaboxd.ps
1227         -rm -rf debian/shellinabox                                            \
1228                 debian/shellinabox*.debhelper*                                \
1229                 debian/shellinabox.substvars                                  \
1230                 debian/tmp
1231
1232 .css.o:
1233         @echo objcopy "$<" "$@"
1234         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1235           "$<" "$@"
1236
1237 .gif.o:
1238         @echo objcopy "$<" "$@"
1239         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1240           "$<" "$@"
1241
1242 .html.o:
1243         @echo objcopy "$<" "$@"
1244         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1245           "$<" "$@"
1246
1247 .ico.o:
1248         @echo objcopy "$<" "$@"
1249         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1250           "$<" "$@"
1251
1252 shellinabox/shell_in_a_box.o: shellinabox/shell_in_a_box.js config.h
1253
1254 .jspp.js:
1255         @echo preprocess "$<" "$@"
1256         @sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \
1257                      -e t                                                     \
1258                      -e d "$<"`"                                              \
1259              -e "s/^#/\/\/ #/"                                                \
1260              -e "s/VERSION/\"@VERSION@ (revision @VCS_REVISION@)\"/g"         \
1261              "$<" >"$@"
1262
1263 .js.o:
1264         @echo objcopy "$<" "$@"
1265         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1266           "$<" "$@"
1267
1268 .wav.o:
1269         @echo objcopy "$<" "$@"
1270         @objcopy -I binary `$(objcopyflags)` `echo "$<" | $(renamesymbols)`   \
1271           "$<" "$@"
1272
1273 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1274 # Otherwise a system limit (for SysV at least) may be exceeded.
1275 .NOEXPORT:
This page took 0.210337 seconds and 5 git commands to generate.