Changed makefile system
This commit is contained in:
126
html/Makefile
Normal file
126
html/Makefile
Normal file
@@ -0,0 +1,126 @@
|
||||
# Copyright (c) M Broek, 1997-2000
|
||||
# Top-level makefile for MBSE BBS html documentation.
|
||||
|
||||
include ../Makefile.global
|
||||
|
||||
H_BASE = basic.html date.html dist.html manual.css \
|
||||
flow.html postfix.html gwnews.html index.htm ups.html \
|
||||
install.html intergate.html intro.html invoking.html \
|
||||
known_bugs.html mgetty.html routing.html nodelist.html
|
||||
|
||||
H_FTSC = ftsc/fsc-0039.html ftsc/fsc-0056.html ftsc/fsc-0087.html \
|
||||
ftsc/fsp-1003.html ftsc/fsp-1009.html ftsc/fts-0007.html \
|
||||
ftsc/fsc-0046.html ftsc/fsc-0057.html ftsc/fsc-0091.html \
|
||||
ftsc/fsp-1004.html ftsc/fta-1005.html ftsc/fts-0008.html \
|
||||
ftsc/fsc-0048.html ftsc/fsc-0059.html ftsc/fsc-0092.html \
|
||||
ftsc/fsp-1005.html ftsc/fts-0001.html ftsc/fts-0009.html \
|
||||
ftsc/fsc-0049.html ftsc/fsc-0062.html ftsc/fsc-0093.html \
|
||||
ftsc/fsp-1006.html ftsc/fts-0004.html ftsc/index.htm \
|
||||
ftsc/fsc-0050.html ftsc/fsc-0070.html ftsc/fsp-1001.html \
|
||||
ftsc/fsp-1007.html ftsc/fts-5000.html ftsc/fsc-0053.html \
|
||||
ftsc/fsc-0072.html ftsc/fsp-1002.html ftsc/fsp-1008.html \
|
||||
ftsc/fts-0006.html ftsc/fsc-0035.html ftsc/fsp-1010.html \
|
||||
ftsc/fsp-1011.html ftsc/ftscprod.html ftsc/fsc-0088.html \
|
||||
ftsc/fts-4001.html ftsc/fts-5001.html
|
||||
|
||||
H_IMAGES = images/b_arrow.gif images/magic.gif images/nodes1.gif \
|
||||
images/connec.gif images/mbsetup0.gif images/nodes2.gif \
|
||||
images/domains.gif images/mbsetup1.6.S.gif images/nodes3.gif \
|
||||
images/e_menu.gif images/mbsetup1.6.gif images/nodes4.gif \
|
||||
images/emareas.gif images/mbsetup2.gif images/nodes5.gif \
|
||||
images/emgroup.gif images/modems0.gif images/oneliner.gif \
|
||||
images/fdb.gif images/newfiles.gif images/protocol.gif \
|
||||
images/fegroup.gif images/newgroups.gif images/rarrow.gif \
|
||||
images/fileecho.gif images/nodelist.gif images/security.gif \
|
||||
images/filefind.gif images/nodelist1.gif images/tty.gif \
|
||||
images/files.gif images/nodelist2.gif images/tty1.gif \
|
||||
images/go_to.gif images/nodelist3.gif images/tty2.gif \
|
||||
images/hatch.gif images/nodelist4.gif images/tty3.gif \
|
||||
images/language.gif images/nodelist5.gif images/uarrow.gif \
|
||||
images/larrow.gif images/nodes.gif images/users.gif \
|
||||
images/mbse.jpg images/taskmgr.gif images/mbsebbs.gif \
|
||||
images/mbsebbs.png images/users2.gif
|
||||
|
||||
H_LICENSE = license/copying.html license/hydracom.html license/index.htm \
|
||||
license/jam.html
|
||||
|
||||
H_MENUS = menus/control.html menus/index.htm menus/menu100.html \
|
||||
menus/menu300.html menus/menu500.html \
|
||||
menus/menu0.html menus/menu200.html menus/menu400.html
|
||||
|
||||
H_MISC = misc/dropfile.html misc/fileid.html misc/index.htm \
|
||||
misc/jam.html misc/semafore.html misc/filefind.html \
|
||||
misc/ftpserver.html misc/ipmailer.html misc/outbound.html \
|
||||
misc/usleep.html
|
||||
|
||||
H_PROGS = programs/import.html programs/mbchat.html \
|
||||
programs/mbfido.html programs/mbmon.html \
|
||||
programs/mbtoberep.html \
|
||||
programs/index.htm programs/mbcico.html \
|
||||
programs/mbfile.html programs/mbmsg.html \
|
||||
programs/mbseq.html programs/mbuser.html \
|
||||
programs/mbaff.html programs/mbdiff.html \
|
||||
programs/mbindex.html programs/mbout.html \
|
||||
programs/mbsetup.html programs/mbuseradd.html \
|
||||
programs/mball.html programs/mbfbgen.html \
|
||||
programs/mblang.html programs/mbsebbs.html \
|
||||
programs/mbstat.html programs/mbpasswd.html \
|
||||
programs/mbtask.html programs/mbmail.html
|
||||
|
||||
H_SETUP = setup/archiver.html setup/index.htm setup/bbs.html \
|
||||
setup/bbslist.html setup/language.html setup/oneliner.html \
|
||||
setup/emareas.html setup/magic.html setup/mail.html \
|
||||
setup/protocol.html setup/emgroup.html setup/safe.html \
|
||||
setup/fdb.html setup/security.html setup/sitedoc.html \
|
||||
setup/fegroup.html setup/modems.html setup/softinfo.html \
|
||||
setup/fidonet.html setup/tic.html setup/timebank.html \
|
||||
setup/fileecho.html setup/newfiles.html setup/filefind.html \
|
||||
setup/newgroups.html setup/files.html setup/nodes.html \
|
||||
setup/ttyinfo.html setup/global.html setup/users.html \
|
||||
setup/hatch.html setup/virscan.html setup/services.html \
|
||||
setup/domains.html setup/taskmgr.html
|
||||
|
||||
FILES = $(H_BASE) $(H_FTSC) $(H_IMAGES) $(H_LICENSE) $(H_MENUS) $(H_MISC) $(H_PROGS) $(H_SETUP) Makefile
|
||||
|
||||
#########################################################################################################
|
||||
|
||||
all depend clean depend:
|
||||
|
||||
install:
|
||||
@echo "Installing html documentation in ${PREFIX}/html"
|
||||
@rm -Rf ${PREFIX}/html
|
||||
@mkdir -p ${PREFIX}/html
|
||||
@mkdir -p ${PREFIX}/html/ftsc
|
||||
@mkdir -p ${PREFIX}/html/images
|
||||
@mkdir -p ${PREFIX}/html/license
|
||||
@mkdir -p ${PREFIX}/html/menus
|
||||
@mkdir -p ${PREFIX}/html/misc
|
||||
@mkdir -p ${PREFIX}/html/programs
|
||||
@mkdir -p ${PREFIX}/html/setup
|
||||
@${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/html
|
||||
@${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/html/ftsc
|
||||
@${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/html/images
|
||||
@${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/html/license
|
||||
@${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/html/menus
|
||||
@${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/html/misc
|
||||
@${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/html/programs
|
||||
@${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/html/setup
|
||||
@${INSTALL} -o ${OWNER} -g ${GROUP} -m 0444 ${H_BASE} ${PREFIX}/html
|
||||
@${INSTALL} -o ${OWNER} -g ${GROUP} -m 0444 ${H_FTSC} ${PREFIX}/html/ftsc
|
||||
@${INSTALL} -o ${OWNER} -g ${GROUP} -m 0444 ${H_IMAGES} ${PREFIX}/html/images
|
||||
@${INSTALL} -o ${OWNER} -g ${GROUP} -m 0444 ${H_LICENSE} ${PREFIX}/html/license
|
||||
@${INSTALL} -o ${OWNER} -g ${GROUP} -m 0444 ${H_MENUS} ${PREFIX}/html/menus
|
||||
@${INSTALL} -o ${OWNER} -g ${GROUP} -m 0444 ${H_MISC} ${PREFIX}/html/misc
|
||||
@${INSTALL} -o ${OWNER} -g ${GROUP} -m 0444 ${H_PROGS} ${PREFIX}/html/programs
|
||||
@${INSTALL} -o ${OWNER} -g ${GROUP} -m 0444 ${H_SETUP} ${PREFIX}/html/setup
|
||||
|
||||
clean:
|
||||
rm -f filelist
|
||||
|
||||
filelist: Makefile
|
||||
BASE=`pwd`; \
|
||||
BASE=`basename $${BASE}`; \
|
||||
(for f in ${FILES}; \
|
||||
do echo ${PACKAGE}-${VERSION}/$${BASE}/$$f; \
|
||||
done) >filelist
|
||||
|
113
html/Makefile.am
113
html/Makefile.am
@@ -1,113 +0,0 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
# Makefile for @PACKAGE@-@VERSION@ html documentation
|
||||
|
||||
SUBDIRS = .
|
||||
|
||||
H_BASE = basic.html date.html dist.html manual.css \
|
||||
flow.html postfix.html gwnews.html index.htm ups.html \
|
||||
install.html intergate.html intro.html invoking.html \
|
||||
known_bugs.html mgetty.html routing.html nodelist.html
|
||||
|
||||
H_FTSC = ftsc/fsc-0039.html ftsc/fsc-0056.html ftsc/fsc-0087.html \
|
||||
ftsc/fsp-1003.html ftsc/fsp-1009.html ftsc/fts-0007.html \
|
||||
ftsc/fsc-0046.html ftsc/fsc-0057.html ftsc/fsc-0091.html \
|
||||
ftsc/fsp-1004.html ftsc/fta-1005.html ftsc/fts-0008.html \
|
||||
ftsc/fsc-0048.html ftsc/fsc-0059.html ftsc/fsc-0092.html \
|
||||
ftsc/fsp-1005.html ftsc/fts-0001.html ftsc/fts-0009.html \
|
||||
ftsc/fsc-0049.html ftsc/fsc-0062.html ftsc/fsc-0093.html \
|
||||
ftsc/fsp-1006.html ftsc/fts-0004.html ftsc/index.htm \
|
||||
ftsc/fsc-0050.html ftsc/fsc-0070.html ftsc/fsp-1001.html \
|
||||
ftsc/fsp-1007.html ftsc/fts-5000.html ftsc/fsc-0053.html \
|
||||
ftsc/fsc-0072.html ftsc/fsp-1002.html ftsc/fsp-1008.html \
|
||||
ftsc/fts-0006.html ftsc/fsc-0035.html ftsc/fsp-1010.html \
|
||||
ftsc/fsp-1011.html ftsc/ftscprod.html ftsc/fsc-0088.html \
|
||||
ftsc/fts-4001.html ftsc/fts-5001.html
|
||||
|
||||
H_IMAGES = images/b_arrow.gif images/magic.gif images/nodes1.gif \
|
||||
images/connec.gif images/mbsetup0.gif images/nodes2.gif \
|
||||
images/domains.gif images/mbsetup1.6.S.gif images/nodes3.gif \
|
||||
images/e_menu.gif images/mbsetup1.6.gif images/nodes4.gif \
|
||||
images/emareas.gif images/mbsetup2.gif images/nodes5.gif \
|
||||
images/emgroup.gif images/modems0.gif images/oneliner.gif \
|
||||
images/fdb.gif images/newfiles.gif images/protocol.gif \
|
||||
images/fegroup.gif images/newgroups.gif images/rarrow.gif \
|
||||
images/fileecho.gif images/nodelist.gif images/security.gif \
|
||||
images/filefind.gif images/nodelist1.gif images/tty.gif \
|
||||
images/files.gif images/nodelist2.gif images/tty1.gif \
|
||||
images/go_to.gif images/nodelist3.gif images/tty2.gif \
|
||||
images/hatch.gif images/nodelist4.gif images/tty3.gif \
|
||||
images/language.gif images/nodelist5.gif images/uarrow.gif \
|
||||
images/larrow.gif images/nodes.gif images/users.gif \
|
||||
images/mbse.jpg images/taskmgr.gif images/mbsebbs.gif \
|
||||
images/mbsebbs.png
|
||||
|
||||
H_LICENSE = license/copying.html license/hydracom.html license/index.htm \
|
||||
license/jam.html
|
||||
|
||||
H_MENUS = menus/control.html menus/index.htm menus/menu100.html \
|
||||
menus/menu300.html menus/menu500.html \
|
||||
menus/menu0.html menus/menu200.html menus/menu400.html
|
||||
|
||||
H_MISC = misc/dropfile.html misc/fileid.html misc/index.htm \
|
||||
misc/jam.html misc/semafore.html misc/filefind.html \
|
||||
misc/ftpserver.html misc/ipmailer.html misc/outbound.html \
|
||||
misc/usleep.html
|
||||
|
||||
H_PROGS = programs/import.html programs/mbchat.html \
|
||||
programs/mbfido.html programs/mbmon.html \
|
||||
programs/mbtoberep.html \
|
||||
programs/index.htm programs/mbcico.html \
|
||||
programs/mbfile.html programs/mbmsg.html \
|
||||
programs/mbseq.html programs/mbuser.html \
|
||||
programs/mbaff.html programs/mbdiff.html \
|
||||
programs/mbindex.html programs/mbout.html \
|
||||
programs/mbsetup.html programs/mbuseradd.html \
|
||||
programs/mball.html programs/mbfbgen.html \
|
||||
programs/mblang.html programs/mbsebbs.html \
|
||||
programs/mbstat.html programs/mbpasswd.html \
|
||||
programs/mbtask.html programs/mbmail.html
|
||||
|
||||
H_SETUP = setup/archiver.html setup/index.htm setup/bbs.html \
|
||||
setup/bbslist.html setup/language.html setup/oneliner.html \
|
||||
setup/emareas.html setup/magic.html setup/mail.html \
|
||||
setup/protocol.html setup/emgroup.html setup/safe.html \
|
||||
setup/fdb.html setup/security.html setup/sitedoc.html \
|
||||
setup/fegroup.html setup/modems.html setup/softinfo.html \
|
||||
setup/fidonet.html setup/tic.html setup/timebank.html \
|
||||
setup/fileecho.html setup/newfiles.html setup/filefind.html \
|
||||
setup/newgroups.html setup/files.html setup/nodes.html \
|
||||
setup/ttyinfo.html setup/global.html setup/users.html \
|
||||
setup/hatch.html setup/virscan.html setup/services.html \
|
||||
setup/domains.html setup/taskmgr.html
|
||||
|
||||
EXTRA_DIST = $(H_BASE) $(H_FTSC) $(H_IMAGES) $(H_LICENSE) $(H_MENUS) $(H_MISC) $(H_PROGS) $(H_SETUP)
|
||||
|
||||
|
||||
install-exec-local:
|
||||
@echo "Installing html documentation in $(prefix)/html"
|
||||
@rm -Rf $(prefix)/html
|
||||
@$(mkinstalldirs) $(prefix)/html
|
||||
@$(mkinstalldirs) $(prefix)/html/ftsc
|
||||
@$(mkinstalldirs) $(prefix)/html/images
|
||||
@$(mkinstalldirs) $(prefix)/html/license
|
||||
@$(mkinstalldirs) $(prefix)/html/menus
|
||||
@$(mkinstalldirs) $(prefix)/html/misc
|
||||
@$(mkinstalldirs) $(prefix)/html/programs
|
||||
@$(mkinstalldirs) $(prefix)/html/setup
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/ftsc
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/images
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/license
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/menus
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/misc
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/programs
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/setup
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_BASE) $(prefix)/html
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_FTSC) $(prefix)/html/ftsc
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_IMAGES) $(prefix)/html/images
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_LICENSE) $(prefix)/html/license
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_MENUS) $(prefix)/html/menus
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_MISC) $(prefix)/html/misc
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_PROGS) $(prefix)/html/programs
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_SETUP) $(prefix)/html/setup
|
||||
|
347
html/Makefile.in
347
html/Makefile.in
@@ -1,347 +0,0 @@
|
||||
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
|
||||
|
||||
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
# Makefile for @PACKAGE@-@VERSION@ html documentation
|
||||
|
||||
|
||||
SHELL = @SHELL@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
libexecdir = @libexecdir@
|
||||
datadir = @datadir@
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
||||
libdir = @libdir@
|
||||
infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
DESTDIR =
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
transform = @program_transform_name@
|
||||
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CHOWN = @CHOWN@
|
||||
COMPRESS = @COMPRESS@
|
||||
GROUP = @GROUP@
|
||||
GZIP = @GZIP@
|
||||
LEX = @LEX@
|
||||
LOG_COMPRESS = @LOG_COMPRESS@
|
||||
LOG_COMPRESSEXT = @LOG_COMPRESSEXT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
OWNER = @OWNER@
|
||||
PACKAGE = @PACKAGE@
|
||||
RANLIB = @RANLIB@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
|
||||
SUBDIRS = .
|
||||
|
||||
H_BASE = basic.html date.html dist.html manual.css flow.html postfix.html gwnews.html index.htm ups.html install.html intergate.html intro.html invoking.html known_bugs.html mgetty.html routing.html nodelist.html
|
||||
|
||||
|
||||
H_FTSC = ftsc/fsc-0039.html ftsc/fsc-0056.html ftsc/fsc-0087.html ftsc/fsp-1003.html ftsc/fsp-1009.html ftsc/fts-0007.html ftsc/fsc-0046.html ftsc/fsc-0057.html ftsc/fsc-0091.html ftsc/fsp-1004.html ftsc/fta-1005.html ftsc/fts-0008.html ftsc/fsc-0048.html ftsc/fsc-0059.html ftsc/fsc-0092.html ftsc/fsp-1005.html ftsc/fts-0001.html ftsc/fts-0009.html ftsc/fsc-0049.html ftsc/fsc-0062.html ftsc/fsc-0093.html ftsc/fsp-1006.html ftsc/fts-0004.html ftsc/index.htm ftsc/fsc-0050.html ftsc/fsc-0070.html ftsc/fsp-1001.html ftsc/fsp-1007.html ftsc/fts-5000.html ftsc/fsc-0053.html ftsc/fsc-0072.html ftsc/fsp-1002.html ftsc/fsp-1008.html ftsc/fts-0006.html ftsc/fsc-0035.html ftsc/fsp-1010.html ftsc/fsp-1011.html ftsc/ftscprod.html ftsc/fsc-0088.html ftsc/fts-4001.html ftsc/fts-5001.html
|
||||
|
||||
|
||||
H_IMAGES = images/b_arrow.gif images/magic.gif images/nodes1.gif images/connec.gif images/mbsetup0.gif images/nodes2.gif images/domains.gif images/mbsetup1.6.S.gif images/nodes3.gif images/e_menu.gif images/mbsetup1.6.gif images/nodes4.gif images/emareas.gif images/mbsetup2.gif images/nodes5.gif images/emgroup.gif images/modems0.gif images/oneliner.gif images/fdb.gif images/newfiles.gif images/protocol.gif images/fegroup.gif images/newgroups.gif images/rarrow.gif images/fileecho.gif images/nodelist.gif images/security.gif images/filefind.gif images/nodelist1.gif images/tty.gif images/files.gif images/nodelist2.gif images/tty1.gif images/go_to.gif images/nodelist3.gif images/tty2.gif images/hatch.gif images/nodelist4.gif images/tty3.gif images/language.gif images/nodelist5.gif images/uarrow.gif images/larrow.gif images/nodes.gif images/users.gif images/mbse.jpg images/taskmgr.gif images/mbsebbs.gif images/mbsebbs.png
|
||||
|
||||
|
||||
H_LICENSE = license/copying.html license/hydracom.html license/index.htm license/jam.html
|
||||
|
||||
|
||||
H_MENUS = menus/control.html menus/index.htm menus/menu100.html menus/menu300.html menus/menu500.html menus/menu0.html menus/menu200.html menus/menu400.html
|
||||
|
||||
|
||||
H_MISC = misc/dropfile.html misc/fileid.html misc/index.htm misc/jam.html misc/semafore.html misc/filefind.html misc/ftpserver.html misc/ipmailer.html misc/outbound.html misc/usleep.html
|
||||
|
||||
|
||||
H_PROGS = programs/import.html programs/mbchat.html programs/mbfido.html programs/mbmon.html programs/mbtoberep.html programs/index.htm programs/mbcico.html programs/mbfile.html programs/mbmsg.html programs/mbseq.html programs/mbuser.html programs/mbaff.html programs/mbdiff.html programs/mbindex.html programs/mbout.html programs/mbsetup.html programs/mbuseradd.html programs/mball.html programs/mbfbgen.html programs/mblang.html programs/mbsebbs.html programs/mbstat.html programs/mbpasswd.html programs/mbtask.html programs/mbmail.html
|
||||
|
||||
|
||||
H_SETUP = setup/archiver.html setup/index.htm setup/bbs.html setup/bbslist.html setup/language.html setup/oneliner.html setup/emareas.html setup/magic.html setup/mail.html setup/protocol.html setup/emgroup.html setup/safe.html setup/fdb.html setup/security.html setup/sitedoc.html setup/fegroup.html setup/modems.html setup/softinfo.html setup/fidonet.html setup/tic.html setup/timebank.html setup/fileecho.html setup/newfiles.html setup/filefind.html setup/newgroups.html setup/files.html setup/nodes.html setup/ttyinfo.html setup/global.html setup/users.html setup/hatch.html setup/virscan.html setup/services.html setup/domains.html setup/taskmgr.html
|
||||
|
||||
|
||||
EXTRA_DIST = $(H_BASE) $(H_FTSC) $(H_IMAGES) $(H_LICENSE) $(H_MENUS) $(H_MISC) $(H_PROGS) $(H_SETUP)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
|
||||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
TAR = tar
|
||||
GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu html/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
||||
# To change the values of `make' variables: instead of editing Makefiles,
|
||||
# (1) if the variable is set in `config.status', edit `config.status'
|
||||
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||
# (2) otherwise, pass the desired values on the `make' command line.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
all-recursive install-data-recursive install-exec-recursive \
|
||||
installdirs-recursive install-recursive uninstall-recursive \
|
||||
check-recursive installcheck-recursive info-recursive dvi-recursive:
|
||||
@set fnord $(MAKEFLAGS); amf=$$2; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
dot_seen=yes; \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
mostlyclean-recursive clean-recursive distclean-recursive \
|
||||
maintainer-clean-recursive:
|
||||
@set fnord $(MAKEFLAGS); amf=$$2; \
|
||||
dot_seen=no; \
|
||||
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
rev="$$subdir $$rev"; \
|
||||
test "$$subdir" = "." && dot_seen=yes; \
|
||||
done; \
|
||||
test "$$dot_seen" = "no" && rev=". $$rev"; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
for subdir in $$rev; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
||||
done
|
||||
|
||||
tags: TAGS
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP)
|
||||
list='$(SOURCES) $(HEADERS)'; \
|
||||
unique=`for i in $$list; do echo $$i; done | \
|
||||
awk ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
here=`pwd` && cd $(srcdir) \
|
||||
&& mkid -f$$here/ID $$unique $(LISP)
|
||||
|
||||
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
||||
fi; \
|
||||
done; \
|
||||
list='$(SOURCES) $(HEADERS)'; \
|
||||
unique=`for i in $$list; do echo $$i; done | \
|
||||
awk ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
||||
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
||||
|
||||
mostlyclean-tags:
|
||||
|
||||
clean-tags:
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID
|
||||
|
||||
maintainer-clean-tags:
|
||||
|
||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
|
||||
subdir = html
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
here=`cd $(top_builddir) && pwd`; \
|
||||
top_distdir=`cd $(top_distdir) && pwd`; \
|
||||
distdir=`cd $(distdir) && pwd`; \
|
||||
cd $(top_srcdir) \
|
||||
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu html/Makefile
|
||||
$(mkinstalldirs) $(distdir)/ftsc $(distdir)/images $(distdir)/license \
|
||||
$(distdir)/menus $(distdir)/misc $(distdir)/programs \
|
||||
$(distdir)/setup
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
fi; \
|
||||
done
|
||||
for subdir in $(SUBDIRS); do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d $(distdir)/$$subdir \
|
||||
|| mkdir $(distdir)/$$subdir \
|
||||
|| exit 1; \
|
||||
chmod 777 $(distdir)/$$subdir; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
info-am:
|
||||
info: info-recursive
|
||||
dvi-am:
|
||||
dvi: dvi-recursive
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
installcheck-am:
|
||||
installcheck: installcheck-recursive
|
||||
install-exec-am: install-exec-local
|
||||
install-exec: install-exec-recursive
|
||||
|
||||
install-data-am:
|
||||
install-data: install-data-recursive
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
install: install-recursive
|
||||
uninstall-am:
|
||||
uninstall: uninstall-recursive
|
||||
all-am: Makefile
|
||||
all-redirect: all-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
|
||||
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
||||
|
||||
maintainer-clean-generic:
|
||||
mostlyclean-am: mostlyclean-tags mostlyclean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
clean-am: clean-tags clean-generic mostlyclean-am
|
||||
|
||||
clean: clean-recursive
|
||||
|
||||
distclean-am: distclean-tags distclean-generic clean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
|
||||
maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
|
||||
distclean-am
|
||||
@echo "This command is intended for maintainers to use;"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
|
||||
.PHONY: install-data-recursive uninstall-data-recursive \
|
||||
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
|
||||
uninstalldirs-recursive all-recursive check-recursive \
|
||||
installcheck-recursive info-recursive dvi-recursive \
|
||||
mostlyclean-recursive distclean-recursive clean-recursive \
|
||||
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
||||
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
|
||||
dvi-am dvi check check-am installcheck-am installcheck \
|
||||
install-exec-local install-exec-am install-exec install-data-am \
|
||||
install-data install-am install uninstall-am uninstall all-redirect \
|
||||
all-am all installdirs-am installdirs mostlyclean-generic \
|
||||
distclean-generic clean-generic maintainer-clean-generic clean \
|
||||
mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
install-exec-local:
|
||||
@echo "Installing html documentation in $(prefix)/html"
|
||||
@rm -Rf $(prefix)/html
|
||||
@$(mkinstalldirs) $(prefix)/html
|
||||
@$(mkinstalldirs) $(prefix)/html/ftsc
|
||||
@$(mkinstalldirs) $(prefix)/html/images
|
||||
@$(mkinstalldirs) $(prefix)/html/license
|
||||
@$(mkinstalldirs) $(prefix)/html/menus
|
||||
@$(mkinstalldirs) $(prefix)/html/misc
|
||||
@$(mkinstalldirs) $(prefix)/html/programs
|
||||
@$(mkinstalldirs) $(prefix)/html/setup
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/ftsc
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/images
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/license
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/menus
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/misc
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/programs
|
||||
@$(CHOWN) @OWNER@.@GROUP@ $(prefix)/html/setup
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_BASE) $(prefix)/html
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_FTSC) $(prefix)/html/ftsc
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_IMAGES) $(prefix)/html/images
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_LICENSE) $(prefix)/html/license
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_MENUS) $(prefix)/html/menus
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_MISC) $(prefix)/html/misc
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_PROGS) $(prefix)/html/programs
|
||||
@$(INSTALL) -o mbse -g bbs -m 0444 $(H_SETUP) $(prefix)/html/setup
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
Reference in New Issue
Block a user