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