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