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