1999-05-01 02:47:40 +00:00
|
|
|
--- Makefile Thu Dec 24 23:32:56 1998
|
|
|
|
+++ /home/andy/tmp/wrk/Makefile Tue Apr 27 18:06:19 1999
|
1997-11-01 14:15:14 +00:00
|
|
|
@@ -7,15 +7,15 @@
|
|
|
|
# (Toggled at runtime with ^T)
|
|
|
|
# -DMAILPATH=\"/some/path\"
|
|
|
|
# Set the default mail spool directory
|
|
|
|
-DEFS = -DTHREADMAIL
|
1999-05-01 02:47:40 +00:00
|
|
|
+DEFS = -DTHREADMAIL -DMAILPATH=\"/var/mail\" -DMAILER=\"/usr/sbin/sendmail\ -t\"
|
1997-11-01 14:15:14 +00:00
|
|
|
|
|
|
|
OBJS = main.o rcfile.o listing.o handlemail.o commands.o terminal.o mailmsg.o \
|
|
|
|
mime.o mimetype.o base64.o filemap.o iobottle.o my_regex.o outgoing.o \
|
|
|
|
md5/libmd5.a
|
1999-05-01 02:47:40 +00:00
|
|
|
-LIBS = -lcurses -ltermcap -lnsl
|
|
|
|
-CXX = g++ -g
|
|
|
|
-INCDIRS = -Imd5 -I/usr/include/ncurses
|
|
|
|
-CXXFLAGS = $(DEFS) $(INCDIRS) $(CFLAGS)
|
|
|
|
+LIBS = -lncurses
|
|
|
|
+CXX?= g++ -g
|
|
|
|
+INCDIRS = -Imd5
|
|
|
|
+CXXFLAGS+= $(DEFS) $(INCDIRS)
|
1997-11-01 14:15:14 +00:00
|
|
|
|
|
|
|
# Remind 'make' how to make C++ files.. *sigh*
|
|
|
|
include .c++howto
|