File: Imakefile

package info (click to toggle)
xbae 4.60.4-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,020 kB
  • sloc: ansic: 22,089; sh: 8,293; makefile: 522; tcl: 1
file content (20 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright(c) 1992 Bell Communications Research, Inc. (Bellcore)
# Copyright(c) 1995-99 Andrew Lister
#
# $Id: Imakefile,v 1.1 1999/08/27 09:11:48 danny Exp $

#include "../Xbae.tmpl"

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

#if HaveWcl
    SUBDIRS = Mri add caption choice colors draw dynamic fifteen input list \
	matrix multibyte multifixed select select-drag select-push traversal
#else
    SUBDIRS = add caption choice colors draw dynamic fifteen list input matrix \
        multibyte multifixed select-drag select-push traversal
#endif

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