1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
/* $Id: Imakefile,v 1.2 2002/12/28 03:15:25 aida_s Exp $ */
#include "../Canna.conf"
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
RCMDDIRS = canlisp cannacheck cannastat cshost catdic
SUBDIRS = crfreq crxdic crxgram ctow dpromdic dpxdic dicar\
forcpp forsort kpdic mergewd splitwd wtoc \
mkromdic mkbindic dpbindic chkconc $(RCMDDIRS)
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))
MakeLintSubdirs($(SUBDIRS),install.ln,install.ln)
|