head	1.3;
access;
symbols
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.3
date	2010.02.25.03.42.07;	author mi;	state dead;
branches;
next	1.2;

1.2
date	2007.02.15.05.37.13;	author mi;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.13.06.46.59;	author mi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Clean-up the atavisms accidentally left out by the prior commit. The
OPTIONS no longer had an effect.

Feature safe: yes
@
text
@Link the module (and the executable - websh) dynamically with
-lwebsh84, instead of statically with all of the object files. This
reduces the size of the module by a factor of 5.

	-mi

--- Makefile.in	Sun Mar  5 11:58:37 2006
+++ Makefile.in	Thu Feb  8 19:37:14 2007
@@@@ -256,9 +256,9 @@@@
 
 websh$(VERSION): tclAppInit.$(OBJEXT) $(web_OBJECTS)
-	$(CC) @@LDFLAGS@@ tclAppInit.$(OBJEXT) $(web_OBJECTS) \
+	$(CC) @@LDFLAGS@@ tclAppInit.$(OBJEXT) $(web_LIB_FILE) \
 	$(TCL_LIB_SPEC) $(TCL_LIBS) $(TCL_LD_FLAGS) -o websh$(VERSION)
 
 mod_websh$(MODULE_LIB_SUFFIX): $(web_ap_OBJECTS)
-	$(SHLIB_LD_CURRENT) -o mod_websh$(MODULE_LIB_SUFFIX) $(web_ap_OBJECTS) $(TCL_LIB_SPEC)
+	$(SHLIB_LD_CURRENT) -o mod_websh$(MODULE_LIB_SUFFIX) $(web_OBJECTS_ap) $(web_LIB_FILE) $(TCL_LIB_SPEC)
 
 mod_websh$(UNSHARED_LIB_SUFFIX): $(web_ap_OBJECTS)
@


1.2
log
@Fix a curious problem, which appears to affect FreeBSD-5's make
(or sh?) only...

Notified by:	kris
@
text
@@


1.1
log
@Webshell -- a TCL module for Apache. Appears to be the most advanced
and the best supported such module of the several listed at

	http://tcl.apache.org/

Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
@
text
@d13 1
a13 1
+	$(CC) @@LDFLAGS@@ tclAppInit.$(OBJEXT) $(web_LIB_FILE)\
@

