SRC = general.C textprofile.C stringtools.C charsettools.C profile.C \
mtool.C mtoolrfc.C getpeer.C getindat.c datetok.c mimeparse.C \
rfc822.C tools.C folderindex.C lock.C getrfc.C sfolderrfc.C sbase64.C \
rfc1522.C mimedecode.C cmdline.C parseoptions.C rfc1123date.C \
messageid.C parsefrom.C
OBJ = general.o textprofile.o stringtools.o charsettools.o profile.o \
mtool.o mtoolrfc.o getpeer.o getindat.o datetok.o mimeparse.o \
rfc822.o tools.o folderindex.o lock.o getrfc.o sfolderrfc.o sbase64.o \
rfc1522.o mimedecode.o cmdline.o parseoptions.o rfc1123date.o \
messageid.o parsefrom.o
# Include common include file, contains first target
include ../common
all: $(OBJ)
clean:
rm -f *.o .depend
distclean:
rm -f Makefile
rm -Rf CVS
update_bin:
dosetup:
update:
#
# include a dependency file if one exists
#
ifeq (.depend,$(wildcard .depend))
include .depend
endif
syntax highlighted by Code2HTML, v. 0.9.1