head     1.2;
branch   ;
access   ;
symbols  ;
locks    ;
comment  @@;


1.2
date     92.05.06.14.23.21;  author dicosmo;  state Exp;
branches ;
next     1.1;

1.1
date     92.05.06.14.21.06;  author dicosmo;  state Exp;
branches ;
next     ;


desc
@custom Makefile Postamble
@


1.2
log
@Added files not in Makefile
@
text
@ALLFILES = $(INTERFACES) $(CLASSES) $(MFILES) $(CFILES) $(TIFFFILES) $(OTHERSRCS) \
	Makefile.preamble Makefile.postamble Makefile README CHANGELOG Controller.h \
	Makefile.dependencies getopt.h FilenameChecker.h import.c IB.proj export.c

checkin: 
	ci $(ALLFILES)

checkout:
	co $(ALLFILES)

commandline: 
	make obj import export

import: import.o import_export_mailrc.o
	cc -o import import.o import_export_mailrc.o -ll
	strip import

export: export.o import_export_mailrc.o
	cc -o export export.o import_export_mailrc.o -ll
	strip export

cleaner:
	make clean
	rm -f import export import.o export.o import_export_mailrc.c *~

LIBS = -lNeXT_s -lsys_s -ll
@


1.1
log
@Initial revision
@
text
@d2 2
a3 1
	Makefile.preamble Makefile.postamble Makefile README CHANGELOG
@
