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