home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
PPPBCKP
/
SRC
/
SRC15B40.ZIP
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1997-09-05
|
696b
|
33 lines
#
# Makefile for PPP Project Files
#
# uncomment the next line to enable the SMTP and POP server debug messages
# DEBUG= -DSMTP_POP_DEBUG
CFLAGS= -ml -R- -W- -H- -N -K -K2 -ff -v- -vi -Z -2 -k -IC:\bc45\include
CC= bcc $(CFLAGS) $(DEBUG)
# list of executables
all: network.exe pop.exe news.exe exp.exe uu.exe pppurge.exe
network.exe: network.c version.h
$(CC) network.c
pop.exe: pop.c version.h
$(CC) pop.c watt.lib
news.exe: news.c version.h
$(CC) news.c watt.lib
exp.exe: exp.c version.h
$(CC) exp.c
uu.exe: uu.c uumain.c version.h
$(CC) uu.c uumain.c
pppurge.exe: pppurge.c version.h
$(CC) pppurge.c