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