distribution update

This commit is contained in:
Fish 2003-11-10 11:39:12 +00:00
parent 4fb5ec5e3b
commit cccff4a1b4
4 changed files with 8 additions and 7 deletions

View file

@ -11,9 +11,8 @@ INCLUDES=-I@DIRINST@/include/ -I. -Ilibopm
SOURCES= opsb.c proxy.c opsb_help.c
OBJECTS= opsb.o proxy.o opsb_help.o
TARGET= opsb.so
DOCS=README.opsb
DATA=
DISTFILES = $(SOURCES) $(DOCS) modconfig.h.in configure install-sh ChangeLog Makefile.in opsb.h
DOCS=README.opsb opsb.Settings
DISTFILES = $(SOURCES) $(DOCS) modconfig.h.in configure install-sh ChangeLog Makefile.in opsb.h libopm/*.c libopm/*.h libopm/README libopm/LICENSE LICENSE libopm/*.in
distdir = @PACKAGE@-@VERSION@
@ -36,10 +35,13 @@ clean:
install: module
$(INSTALL) -m 644 $(TARGET) $(DIRECTORY)
$(INSTALL) -m 644 $(DOCS) $(DIRECTORY)../doc/
@cd $(DIRECTORY)..; \
if ! test -f $(DIRECTORY)../kpconf/OPSB ; then ./kptool -i doc/opsb.Settings; fi
dist:
@echo -n "Creating Directories"
@-rm -rf $(distdir)
@mkdir $(distdir)
@mkdir $(distdir)/libopm
@echo "Done"
@echo -n "Coping Core Distribution Files"
@for file in $(DISTFILES); do \
@ -48,7 +50,6 @@ dist:
done
@echo "Done"
@tar -czf $(distdir).tar.gz $(distdir)/*
@rm -rf $(distdir)
@echo "Tar file $(distdir).tar.gz created, Freshmeat Time"
$(OBJECTS): Makefile

2
configure vendored
View file

@ -1265,7 +1265,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers modconfig.h"
PACKAGE=OPSB
VERSION=1.0
VERSION=2.0Beta1
DIRINST=~/NeoStats/
CFLAGS="$CFLAGS -O2 -Wall"

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(opsb.c)
AC_CONFIG_HEADER(modconfig.h)
PACKAGE=OPSB
VERSION=1.0
VERSION=2.0Beta1
DIRINST=~/NeoStats/
AC_PREFIX_DEFAULT(~/NeoStats/)
CFLAGS="$CFLAGS -O2 -Wall"

2
opsb.c
View file

@ -64,7 +64,7 @@ int online;
ModuleInfo __module_info = {
"OPSB",
"An Open Proxy Scanning Bot",
"2.0",
"2.0Beta1",
__DATE__,
__TIME__
};