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