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