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