#---------------------------------------------------------------------------
#
#                      ix/MBox  M A K E F I L E
#             Bulletin Board System for UNIX(-Derivations)
#
#                          Volker Schuermann
#                     Wuppertal, FRG, 01.03.1994
#
#
#                          Modified for SVR3
#
#             Walter Buerger <walterb@weller.ruhr.sub.org>
#              Ralf Heidelberg <ralf@heibox.ruhr.sub.org>
#                 Solingen/Wuppertal, FRG, 08.11.1991
#
#
#                        Modified for ISC 2.21
#
#                  Hergo Pape <hergo@ivcmd.BOERDE.DE>
#                      Magdeburg, FRG, 16.11.1991
#
#
#                      Modified for ST Minix/c86
#
#                     Olaf <olaf@oski.toppoint.de>
#                         Kiel, FRG, 14.01.1992
#
#
#                           SVR4 Support by
#
#                Andreas Laumann <andreas@xenox.w.open.de>
#                      Wuppertal, FRG, 30.05.1992
#
#
#                        French Translation by
#
#                 Laurent Cas <cas@cismibm.univ-lyon1.fr>
#                       Lyon, France, 16.06.1993
#
#
#                     Modified for LINUX/Slackware
#
#                 Uwe Gellhaus <uwe@phase23.ks.open.de>
#                         Kassel, FRG, 31.12.1993
#
#
#	             Adapted to SNI SINIX 5.41 (SVR4)
#    	      Norbert Narten <Norbert.Narten@unnet.wupper.de>
#		           Koeln, FRG, 3.09.1994
#
#---------------------------------------------------------------------------
# CFLAGS:
#
# -D_MBOX         Has to be set ALWAYS!
# -D_SYS7         UNIX System 7 (MINIX, COHERENT, ...)
# -D_MINIX        MINIX special stuff
# -D_LINUX        For Linus' LINUX v0.99
# -D_SCO	  Especially for some SCO UNIX mystics
# -D_SINIX	  For SNIs SINIX 5.xx (SVR4)
# -D_SUNOS        A little help for SunOS (Sun3/Sun4)
# -D_LONGNAMES    Long filenames allowed (SVR4, BSD, ULTRIX, ...)
# -D_ESTDIO       Earl Chew's "estdio.h" and GNU C 1.37
# -D_CORELEFT     To check your memory (-D_CORELEFT=10000) - debugging only!
# -D_DATESTAMP    Add time&date to console LOGFILE
# -D_NOINDEX      Index files for NEWS will be created interactivly for
#                 each group that is called by a user
#                 Otherwise MB-DAEMON has to be called by [cron] daily
# -D_NOCDINDEX	  Do not store index files of CDROMs
# -D_BAUDRATE     If you've got a HST-Modem with FIXED BAUDRATE
# -D_MULTIMEDIA   "Multimedia"-Features (i.e. read RTF-Files etc.)
# -D_CNEWS        To prevent problems with C-NEWS's aliasing mechanism
# -D_PMCOPY       Copy POSTMASTERs BBS mail to "yourdomain!root"
# -D_UMLAUT       Allow german "Umlauts" (i.e. allow 8bit MAIL/NEWS)
# -D_ALLTIME	  Record all calls ever - creates a HUGE file!
# -D_HAVE_CHAT    If you have got a Multi-User-Chat program (NOT talk, etc.)
# -D_SMALLTALK    Start a smalltalk on buggy commands ;-)
# -D_CHECK_PD_1ST Hide PD/Free-/Shareware after upload. Sysop checks later.
# -D_WEATHER	  Append a little weather report to mails
# -D_OLDSTYLE	  Force "reading" articles/mails the old style (DO NOT USE!)
#---------------------------------------------------------------------------
# -D_UNNET        Never (!) use this one - it's local UNNET stuff
#---------------------------------------------------------------------------
# This is a workaround for the System V (not SVR4) /bin/sh bug

SHELL = /bin/sh

# The following definition tells all ix/MBox BBS parts where they have to
# live in the future. NOTE: This definition is VITAL!
#
# If you see something like MBOXHOME='MBOXHOME' defined here, you may use
# it. The current HOME directory (cd ..) will be used as MBOXHOME. That'll
# be alright!
#
# MBOXHOME= /local/mbox

MBOXHOME=`./MBOXHOME`

# All BBS binaries will be stored in the BIN dircetory ... except [mbrsh].
# NOTE: The path to BIN has to be on all users PATH!
#
# BIN= /usr/local/bin

BIN=`./MBOXHOME`


#---------------------------------------------------------------------------
# Now some predefined settings for various compilers/systems. You might 
# find other combinations of CFLAGS more useful, so check above which 
# features you want.
#---------------------------------------------------------------------------
#
# LINUX 0.99.13 (or later) & GCC 2.3.3 (or later)
#
# Some versions of the gcc do need the -traditional flag set in order to
# get this package compiled w/o trouble. Keep this in mind but do not make
# use of that flag unless you run into trouble! 
#
 CC= cc
 LN= ln
 CHMEM= :
 CFLAGS= -O2 -s -w -D_POSIX_SOURCE \
	-D_MBOX -D_LINUX -DHOME="\"$(MBOXHOME)"\" \
	-DBIN="\"$(MBOXHOME)"\" \
	-D_ANSI -D_BAUDRATE -D_MULTIMEDIA -D_CNEWS \
	-D_ALLTIME -D_SMALLTALK \
	-D_HAVE_CHAT -D_WEATHER 
 LIB= -ltermcap
 CONVERT= mv a.out $@
 CHOWN= chown $(OWNER)
 CHGRP= chgrp $(GROUP)
 STRIP= :
#
#---------------------------------------------------------------------------
#
# MINIX 386 (BCC)
# CC= bcc
# LN= ln
# CHMEM= chmem
# CFLAGS= -D_MINIX -D_SYS7 -D_MBOX -D_BAUDRATE -D_MULTIMEDIA \
#       -DHOME="\"$(MBOXHOME)"\" -D_UMLAUT -D_ALLTIME -D_SMALLTALK \
#	-DBIN="\"$(MBOXHOME)"\" \
#       -D_HAVE_CHAT 
# LIB=
# CONVERT= mv a.out $@
# CHOWN= chown $(OWNER).$(GROUP)
# CHGRP= :
# STRIP= strip $@
#
#---------------------------------------------------------------------------
#
# MINIX 386 (GCC 1.37)
# CC= gcc
# LN= ln
# CHMEM= :
# CFLAGS= -O -D_MINIX -D_SYS7 -D_MBOX -D_ESTDIO -DHOME="\"$(MBOXHOME)"\" \
#       -D_BAUDRATE -D_MULTIMEDIA -D_UMLAUT -D_SMALLTALK -traditional \
#	-DBIN="\"$(MBOXHOME)"\" \ 
#       -D_UNNET -D_ALLTIME -D_HAVE_CHAT
# LIB=
# CONVERT= /usr/local/bin/gcc2minix < a.out > $@
# CHOWN= chown $(OWNER).$(GROUP)
# CHGRP= :
# STRIP= strip $@
#
#---------------------------------------------------------------------------
#
# ESIX SVR3
# CC= cc
# LN= ln
# CHMEM= true
# CFLAGS= -O -D_MBOX -DHOME="\"$(MBOXHOME)"\" \
#	-DBIN="\"$(MBOXHOME)"\" 
# LIB= -lcurses -s
# CONVERT= mv a.out $@
# CHOWN= chown $(OWNER)
# CHGRP= chgrp $(GROUP)
# STRIP= strip $@
#
#---------------------------------------------------------------------------
#
# ISC 2.21 & "Shared Libs"
# CC= gcc
# LN= ln
# CHMEM= :
# CFLAGS= -O -D_MBOX -D_POSIX_SOURCE -traditional -DHOME="\"$(MBOXHOME)"\" \
#	-DBIN="\"$(MBOXHOME)"\" 
# LIB= -ltermcap -lcurses -lc_s -s
# CONVERT= mv a.out $@
# CHOWN= chown $(OWNER)
# CHGRP= chgrp $(GROUP)
# STRIP= :
#
#---------------------------------------------------------------------------
#
# Dell 2.1 (SVR4) & GCC 2.1
# CC= gcc
# LN= ln
# CHMEM= :
# CFLAGS= -traditional -g -D_MBOX -D_SVR4 -D_DATESTAMP -D_BAUDRATE \
#	-DBIN="\"$(MBOXHOME)"\" \
#	-D_LONGNAMES -D_MULTIMEDIA -D_CNEWS -DHOME="\"$(MBOXHOME)"\"
# LIB= -ltermlib
# DBM=
# CONVERT= mv a.out $@
# CHOWN= chown $(OWNER)
# CHGRP= chgrp $(GROUP)
# STRIP= :
#
#---------------------------------------------------------------------------
# 
# SCO UNIX System V/386 Release 3.2 
# CC= cc
# LN= ln
# CHMEM= : 
# CFLAGS= -O -traditional -w \
#	-D_MBOX -D_SCO -DHOME="\"$(MBOXHOME)"\" \
#	-DBIN="\"$(MBOXHOME)"\" \
#	-D_ANSI -D_BAUDRATE -D_MULTIMEDIA -D_CNEWS \
#	-D_ALLTIME -D_SMALLTALK \
#	-D_WEATHER
# LIB= -ltermcap
# CONVERT= mv a.out $@
# CHOWN= chown $(OWNER)
# CHGRP= chgrp $(GROUP)
# STRIP= : 
#
#---------------------------------------------------------------------------
#
# Siemens Nixdorf SINIX 5.41 (SVR41)
# CC= cc
# LN= ln
# CHMEM= :
# CFLAGS= -traditional -g -D_MBOX -D_SVR4 -D_SINIX -D_DATESTAMP -D_BAUDRATE \
#	-DBIN="\"$(MBOXHOME)"\" \
#	-D_LONGNAMES -D_MULTIMEDIA -D_CNEWS -DHOME="\"$(MBOXHOME)"\"
# LIB= -ltermlib
# DBM=
# CONVERT= mv a.out $@
# CHOWN= chown $(OWNER)
# CHGRP= chgrp $(GROUP)
# STRIP= :
#
#---------------------------------------------------------------------------
#
# SunOS & GCC 2.3.3 (or later)
#
# This will NOT work as is! There are still some answers needed on how to
# recreate certain defines in [stat.h] and [utmp.h] ... SunOS seems not to
# be quite as SVR4 as one might think it is!            
#
# CC= cc
# LN= ln
# CHMEM= :
# CFLAGS= -O2 -s -w -traditional -D_POSIX_SOURCE \
#	-D_SUNOS \
#	-D_MBOX -D_LINUX -DHOME="\"$(MBOXHOME)"\" \
#	-DBIN="\"$(MBOXHOME)"\" \
#	-D_ANSI -D_BAUDRATE -D_MULTIMEDIA -D_CNEWS \
#	-D_ALLTIME -D_SMALLTALK \
#	-D_HAVE_CHAT -D_WEATHER \
#	-target sun4
# LIB= -ltermcap
# CONVERT= mv a.out $@
# CHOWN= chown $(OWNER)
# CHGRP= chgrp $(GROUP)
# STRIP= :
#
#---------------------------------------------------------------------------



# This is the pager which BLED uses to display his helpfile

BLPAGER=/bin/cat


# In this directory, you hide your helpfiles and manuals

HELPDIR=/usr/doc


# Sorry, but SETUID root.root is still necessary!
# NOTE: On certain systems this might be root.other instead! Just log
#       in as root and type "id". That'll make it quite clear. 

OWNER=root
GROUP=root
#GROUP=other	# SCO shall use this but can use the default as well!


#---------------------------------------------------------------------------
# That's about it. There's nothing left to define ... leave now and try to
# get the whole thing compiled. Type: 'make inst' 
#---------------------------------------------------------------------------




















MBOX.OBJ=main.o getch.o tools.o g94.o getline.o \
	intro.o nerror.o show.o	loop.o help.o admin.o mail.o control.o \
	misc.o lesen.o lesen2.o pd.o portinfo.o befehl.o misc2.o \
	postfach.o ctrlx.o makro.o weiterl.o coreleft.o games.o suchen.o \
	baudrate.o faces.o uptodate.o dis.o uudecode.o subscribe.o \
	smalltext.o smalltalk.o cdrom.o ip.o config.o

BLED.OBJ=bled.o getch.o bltools.o blgetline.o derror.o

XMD.OBJ=xmd.o tools.o getch.o getline.o derror.o config.o

MBRSH.OBJ=mbrsh.o

MBD.OBJ=tools.o getch.o getline.o mb-daemon.o derror.o dstock.o config.o

CHAT.OBJ=tools.o getch.o ctrlx.o chat.o

PROGS=mbox bled mb-daemon mbrsh xmd

PID= `echo $$`

default:; @echo ''
	  @echo 'One of the following:'
	  @echo ''
	  @echo "make all       <-   Create every object file"
	  @echo "make world     <-   Make directories and set permissions"
	  @echo "make inst      <-   Install the BBS (make all, world, etc.) <<= THE BEST BET!"
	  @echo "make english   <-   Prepare for english version"
	  @echo "make francais  <-   Prepare for french version (NOT uptodate!!!)"
	  @echo "make deutsch   <-   Prepare for german version"
	  @echo "make clean     <-   Remove object files"
	  @echo "make mbox      <-   Make the BBS itself (ix/MBox BBS)"
	  @echo "make mb-daemon <-   Compile [mb-daemon] (NEWS Scanner)"
	  @echo "make xmd       <-   Create [xmd] (Mailing Agent)"
	  @echo "make mbrsh     <-   Build [mbrsh] (External Shell)"
	  @echo "make bled      <-   Make [bled] (B[etter] L[ine] ED[itor])"
	  @echo "make chat      <-   Assemble a CHAT utility"
	  @echo ''
	  @echo 'Active definitions:'
	  @echo ''
	  @echo 'Compiler [$(CC)]'
	  @echo 'CFLAGS   [$(CFLAGS)]'
	  @echo 'Lib(s)   [$(LIB)]'
	  @echo 'Root-ID  [$(OWNER).$(GROUP)]'
	  @echo 'Home Dir ['$(MBOXHOME)']'
	  @echo ''

all:	$(PROGS)
	@echo ''
	@echo '- All files have been made.'
	@echo ''

mbox:	$(MBOX.OBJ)
	@echo ''
	@echo '- The BBS is going to be compiled...'
	@echo ''
	$(CC) $(CFLAGS) $(MBOX.OBJ) $(LIB)
	@$(CONVERT)
	@$(CHGRP) $@
	@$(CHOWN) $@
	@chmod +x mbox
	@chmod ug+s mbox
	@$(CHMEM) +280000 mbox
	@$(STRIP)

bled:	$(BLED.OBJ)
	@echo ''
	@echo '- The Editor (BLED) is going to be compiled...'
	@echo ''
	$(CC) $(CFLAGS) $(BLED.OBJ) $(LIB)
	@$(CONVERT)
	@$(CHMEM) +10000 bled
	@$(STRIP)
	@chmod +x bled

xmd:    $(XMD.OBJ)
	@echo ''
	@echo '- The Mailing Agent (xmd) is going to be compiled...'
	@echo ''
	$(CC) $(CFLAGS) $(XMD.OBJ) $(LIB)
	@$(CONVERT)
	@$(STRIP)
	@chmod +x xmd
	@chmod ug+s xmd	

mbrsh:  $(MBRSH.OBJ)
	@echo ''
	@echo '- The external SHELL (mbrsh) is going to be compiled...'
	@echo ''
	$(CC) $(CFLAGS) $(MBRSH.OBJ) $(LIB)
	@$(CONVERT)
	@$(STRIP)
	@chmod +x mbrsh

mb-daemon:    $(MBD.OBJ)
	@echo ''
	@echo '- The NEWS Scanner (mb-daemon) is going to be compiled...'
	@echo ''
	$(CC) $(CFLAGS) $(MBD.OBJ) $(LIB)
	@$(CONVERT)
	@chmod +x mb-daemon
	@chmod ug+s mb-daemon
	@$(CHMEM) +84000 mb-daemon
	@$(STRIP)

chat:   $(CHAT.OBJ)
	@echo ''
	@echo '- The Chat Facility is going to be compiled...'
	@echo ''
	$(CC) $(CFLAGS) $(CHAT.OBJ) $(LIB)
	@$(CONVERT)
	@$(STRIP)
	@chmod +x chat

inst:	world all
	@echo
	@echo -n '- The BBS is going to be installed...'
	@if test -s $(BIN)/mbox ; then \
		rm $(BIN)/mbox ; else echo -n '' ; fi
	@cp mbox $(BIN)
	@cp bled $(BIN)
	@cp mbrsh $(MBOXHOME)/etc
	@cp mb-daemon $(BIN)
	@cp xmd $(BIN)
	@cp bled.doc $(HELPDIR)
	@$(CHOWN) $(MBOXHOME)/* $(MBOXHOME)/etc/*
	@$(CHGRP) $(MBOXHOME)/* $(MBOXHOME)/etc/*
	@chmod +s $(BIN)/mbox
	@chmod +s $(BIN)/mb-daemon
	@echo  'done.'
	@echo
	@echo
	@echo All the executables \(mbox, mb-daemon, xmd and bled\) have been copied into
	@echo the directory [$(BIN)]. Start \"mbox\" there ... good luck!
	@echo

copy:
	cp mbox bled mb-daemon xmd $(BIN)
	cp mbrsh $(MBOXHOME)/etc

english:;
	@echo
	@echo -n '- Preparing english version...'
	@if test -s $(MBOXHOME)/src/mbox.msg ; then \
		rm $(MBOXHOME)/src/mbox.msg ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/english.msg $(MBOXHOME)/src/mbox.msg
	@if test -s $(MBOXHOME)/src/chat.c ; then \
		rm $(MBOXHOME)/src/chat.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/chat.eng $(MBOXHOME)/src/chat.c
	@if test -s $(MBOXHOME)/src/smalltalk.c ; then \
		rm $(MBOXHOME)/src/smalltalk.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/smalltalk.eng $(MBOXHOME)/src/smalltalk.c
	@if test -s $(MBOXHOME)/src/smalltext.c ; then \
		rm $(MBOXHOME)/src/smalltext.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/smalltext.eng $(MBOXHOME)/src/smalltext.c

	@echo 'done.'
	@echo ''

deutsch:;
	@echo
	@echo -n '- Preparing german version...'
	@if test -s $(MBOXHOME)/src/mbox.msg ; then \
		rm $(MBOXHOME)/src/mbox.msg ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/deutsch.msg $(MBOXHOME)/src/mbox.msg
	@if test -s $(MBOXHOME)/src/chat.c ; then \
		rm $(MBOXHOME)/src/chat.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/chat.deutsch $(MBOXHOME)/src/chat.c
	@if test -s $(MBOXHOME)/src/smalltalk.c ; then \
		rm $(MBOXHOME)/src/smalltalk.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/smalltalk.deutsch $(MBOXHOME)/src/smalltalk.c
	@if test -s $(MBOXHOME)/src/smalltext.c ; then \
		rm $(MBOXHOME)/src/smalltext.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/smalltext.deutsch $(MBOXHOME)/src/smalltext.c
	@echo 'done.'
	@echo ''

francais:;
	@echo
	@echo -n '- Preparing french version...'
	@if test -s $(MBOXHOME)/src/mbox.msg ; then \
		rm $(MBOXHOME)/src/mbox.msg ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/francais.msg $(MBOXHOME)/src/mbox.msg
	@if test -s $(MBOXHOME)/src/chat.c ; then \
		rm $(MBOXHOME)/src/chat.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/chat.eng $(MBOXHOME)/src/chat.c
	@if test -s $(MBOXHOME)/src/smalltalk.c ; then \
		rm $(MBOXHOME)/src/smalltalk.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/smalltalk.eng $(MBOXHOME)/src/smalltalk.c
	@if test -s $(MBOXHOME)/src/smalltext.c ; then \
		rm $(MBOXHOME)/src/smalltext.c ; else echo -n '' ; fi
	@ln $(MBOXHOME)/src/languages/smalltext.eng $(MBOXHOME)/src/smalltext.c
	@echo 'done.'
	@echo ''


world:;	@echo
	@if test -f /src/mb-daemon.c ; then \
		echo '- You really, really, really shouldn`t set MBOXHOME = / (root directory) !!!' ; \
		echo '- At least, you will get problems with the permissions of /etc and /lib ...' ; \
		echo '- Do copy the BBS into a subdirectoy right now ...' ; \
		echo ; \
		kill -9 0 ; fi
	@if test -f $(MBOXHOME)/src/mbox.msg ; then echo '' ; \
		else echo '- You have to select a language first!' ; \
		echo '  Use "make english" or something!' ; echo ; \
		kill -9 0; fi
	@echo 'Be patient - this will take approx. 3 min. (i486/66 MHz), 18 min (i386/20 MHz).'
	@echo
	@echo -n '- Making directories...'
	@if test -d $(MBOXHOME) ; then echo -n ''; else mkdir $(MBOXHOME) ; fi
	@if test -d $(BIN) ; then echo -n ''; else mkdir $(BIN) ; fi
	@if test -d $(MBOXHOME)/etc ; then echo -n ''; \
		else mkdir $(MBOXHOME)/etc ; fi
	@if test -d $(MBOXHOME)/tmp ; then echo -n ''; \
		else mkdir $(MBOXHOME)/tmp ; fi
	@if test -d $(MBOXHOME)/lib ; then echo -n ''; \
		else mkdir $(MBOXHOME)/lib ; fi
	@if test -d $(MBOXHOME)/lib/.thread ; then echo -n ''; \
		else mkdir $(MBOXHOME)/lib/.thread ; fi
	@if test -d $(MBOXHOME)/src ; then echo -n ''; \
		else mkdir $(MBOXHOME)/src ; fi
	@if test -d $(MBOXHOME)/usr ; then echo -n ''; \
		else mkdir $(MBOXHOME)/usr ; fi
	@$(CHOWN) $(MBOXHOME) $(MBOXHOME)/*
	@$(CHGRP) $(MBOXHOME) $(MBOXHOME)/*
	@chmod ug+rwx $(MBOXHOME)/lib
	@chmod o-rwx $(MBOXHOME)/lib
	@chmod ug+rwx $(MBOXHOME)/src
	@chmod o-rwx $(MBOXHOME)/src
	@chmod ug+rwx $(MBOXHOME)/etc
	@chmod o-rwx $(MBOXHOME)/etc
	@chmod ug+rwx $(MBOXHOME)/usr
	@chmod o-rwx $(MBOXHOME)/usr
	@tcap
	@echo 'done.'
	@echo ''

clean:;
	@echo ''
	@echo -n '- Old stuff is going to be deleted...'
	@rm -f *.o mbox mbrsh bled xmd mb-daemon bltools.c blgetline.c core
	@echo 'done.'
	@echo ''

blgetline.o:	mbox.h patchlevel.h
	@if test -f blgetline.c ; then echo -n '' ; \
		else cp getline.c blgetline.c ; fi
	$(CC) -c $(CFLAGS) blgetline.c

bltools.o:	mbox.h patchlevel.h
	@rm -f bltools.c
	@cat undef.c > bltools.c
	@cat tools.c >> bltools.c
	$(CC) -c $(CFLAGS) bltools.c

bled.o:	mbox.h patchlevel.h
	$(CC) -c $(CFLAGS) -DHILFE="\"$(BLPAGER) $(HELPDIR)/bled.doc"\" bled.c


admin.o:		mbox.h defs.h
befehl.o:		mbox.h defs.h
bled.o:			mbox.h defs.h
baudrate.o:		mbox.h defs.h
cdrom.o:		mbox.h defs.h
config.o:		mbox.h defs.h
control.o:		mbox.h defs.h
coreleft.o:		mbox.h defs.h
derror.o:		mbox.h defs.h
dstock.o:		mbox.h defs.h 
dis.o:			mbox.h defs.h
faces.o:		mbox.h defs.h
games.o:		mbox.h defs.h
getline.o:		mbox.h defs.h
g94.o:			mbox.h defs.h
help.o:			mbox.h defs.h
intro.o:		mbox.h defs.h
ip.o:			mbox.h defs.h
lesen:			mbox.h defs.h
lesen2.o:		mbox.h defs.h
loop.o:			mbox.h defs.h
mail.o:			mbox.h defs.h
main.o:			mbox.h defs.h
makro.o:		mbox.h defs.h
mbd.o:			mbox.h defs.h
mbrsh.o:		mbox.h defs.h
misc.o:			mbox.h defs.h
misc2.o:		mbox.h defs.h
nerror.o:		mbox.h defs.h
pd.o:			mbox.h defs.h
portinfo.o:		mbox.h defs.h
postfach.o:		mbox.h defs.h
show.o:			mbox.h defs.h
smalltalk.o:		mbox.h defs.h
smalltext.o:		mbox.h defs.h
subscribe.o:		mbox.h defs.h
suchen.o:		mbox.h defs.h
tools.o:		mbox.h defs.h
uptodate.o:		mbox.h defs.h
uudecode.o:		mbox.h defs.h
weiterl.o:		mbox.h defs.h 
xmd.o:			mbox.h defs.h
