File: Imakefile

package info (click to toggle)
canna 3.7p3-13
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,220 kB
  • ctags: 9,776
  • sloc: ansic: 85,928; sh: 2,777; yacc: 403; cpp: 389; lex: 379; makefile: 74; awk: 7
file content (15 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (12)
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)