File: Imakefile

package info (click to toggle)
kinput2 3.0-19
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,688 kB
  • ctags: 4,649
  • sloc: ansic: 45,508; makefile: 100; sh: 35
file content (21 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 *	Imakefile for kinput2
 */

#include "Kinput2.conf"

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

/*
 * maybe you should set TOP to make xmkmf work correctly
 */
/*     TOP = ../../../xc */

SUBDIRS = lib cmd ccdef sj3def

XCOMM for debug...
XCOMM CDEBUGFLAGS = -g -DDEBUG

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))