mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
changed flags, clean now
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30146 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
39fae33fc7
commit
68dc6d9e5d
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-04-14 David Wetzel <dave@turbocat.de>
|
||||||
|
Apache2/GNUmakefile.in
|
||||||
|
* changed flags, clean now
|
||||||
|
|
||||||
2010-01-20 David Wetzel <dave@turbocat.de>
|
2010-01-20 David Wetzel <dave@turbocat.de>
|
||||||
GSWeb.framework/GSWApplication.m
|
GSWeb.framework/GSWApplication.m
|
||||||
* added _setHostAddress:, hostAddress
|
* added _setHostAddress:, hostAddress
|
||||||
|
|
|
@ -113,13 +113,13 @@ all:: $(ADAPTOR)
|
||||||
|
|
||||||
# Link the final adaptor module with APXS
|
# Link the final adaptor module with APXS
|
||||||
$(ADAPTOR): $(SRCROOT)/Apache2/mod_gsw.c
|
$(ADAPTOR): $(SRCROOT)/Apache2/mod_gsw.c
|
||||||
$(APXS) -c -g -o $@ $(APXS_FLAGS) $(CFLAGS) $(LDFLAGS) \
|
$(APXS) -c -o $@ $(APXS_FLAGS) $(CFLAGS) $(LDFLAGS) \
|
||||||
$(SRCROOT)/Apache2/mod_gsw.c
|
$(SRCROOT)/Apache2/mod_gsw.c
|
||||||
|
|
||||||
|
|
||||||
# Install module (via apxs) and mod_gsw.conf file
|
# Install module (via apxs) and mod_gsw.conf file
|
||||||
install: $(ADAPTOR)
|
install: $(ADAPTOR)
|
||||||
$(APXS) -i -n gsweb $(ADAPTOR)
|
$(APXS) -i -n gsw $(ADAPTOR)
|
||||||
echo "-------------------------------------" ; \
|
echo "-------------------------------------" ; \
|
||||||
echo Please update your httpd.conf ; \
|
echo Please update your httpd.conf ; \
|
||||||
echo Valid options are: ; \
|
echo Valid options are: ; \
|
||||||
|
@ -127,7 +127,7 @@ install: $(ADAPTOR)
|
||||||
echo App Name=YOURAPP Instance=1 Host=HOSTIP:PORT ; \
|
echo App Name=YOURAPP Instance=1 Host=HOSTIP:PORT ; \
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(ADAPTOR) core *~
|
rm -f $(ADAPTOR) core *~ mod_gsw.lo mod_gsw.o mod_gsw.slo
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf config.log config.status GNUmakefile autom4te.cache
|
rm -rf config.log config.status GNUmakefile autom4te.cache
|
||||||
|
|
Loading…
Reference in a new issue