#!/bin/sh # This is a shell archive (shar 3.24) # made 10/12/2001 19:18 UTC by jum@ans # Source directory /local/src/pd/apache/jakarta-tomcat-3.2.2-src/src/native/apache1.3 # # existing files WILL be overwritten # # This shar contains: # length mode name # ------ ---------- ------------------------------------------ # 717 -rw-r--r-- Makefile.aix # 13 -rw-rw-r-- mod_jk.exp # if touch 2>&1 | fgrep '[-amc]' > /dev/null then TOUCH=touch else TOUCH=true fi # ============= Makefile.aix ============== echo "x - extracting Makefile.aix (Text)" sed 's/^X//' << 'SHAR_EOF' > Makefile.aix && X## You need to edit this file - configure later :-) X X## I assume this one is set up already X# JAVA_HOME= XOS=aix X XJAVA_INCL=-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS} XJAVA_LIB=-L ${JAVA_HOME}/jre/lib/${ARCH} -L ${JAVA_HOME}/lib/${ARCH}/native_threads X#ifndef APXS XAPXS=/usr/local/apache/bin/apxs X#endif X XJK=../jk/ XSRCS=../jk/jk_ajp12_worker.c ../jk/jk_connect.c ../jk/jk_msg_buff.c ../jk/jk_util.c ../jk/jk_ajp13.c \ X ../jk/jk_pool.c ../jk/jk_worker.c ../jk/jk_ajp13_worker.c ../jk/jk_lb_worker.c \ X ../jk/jk_sockbuf.c ../jk/jk_map.c ../jk/jk_uri_worker_map.c X X Xall: mod_jk.so X Xmod_jk.so: X $(APXS) -I ../jk ${JAVA_INCL} -Wl,-bE:mod_jk.exp -c -o $@ mod_jk.c $(SRCS) X Xclean: X rm *.o *.so SHAR_EOF $TOUCH -am 06291848101 Makefile.aix && chmod 0644 Makefile.aix || echo "restore of Makefile.aix failed" set `wc -c Makefile.aix`;Wc_c=$1 if test "$Wc_c" != "717"; then echo original size 717, current size $Wc_c fi # ============= mod_jk.exp ============== echo "x - extracting mod_jk.exp (Text)" sed 's/^X//' << 'SHAR_EOF' > mod_jk.exp && X#! Xjk_module SHAR_EOF $TOUCH -am 06291845101 mod_jk.exp && chmod 0664 mod_jk.exp || echo "restore of mod_jk.exp failed" set `wc -c mod_jk.exp`;Wc_c=$1 if test "$Wc_c" != "13"; then echo original size 13, current size $Wc_c fi exit 0