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