File: Imakefile.os2

package info (click to toggle)
libforms1 1.0-8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,648 kB
  • ctags: 14,351
  • sloc: ansic: 90,441; makefile: 9,902; sh: 8
file content (26 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
XCOMM Toplevel Imakefile
XCOMM (c)1996 Holger.Veit@gmd.de for xforms

XCOMM Uncomment the following if you need XPM
XCOMM In this case, also adjust the Imakefile in the xpm-3.4g directory
XCOMM #define NEED_XPM
XCOMM In the FORMS directory, add a define if you want to include gl/mesa
XCOMM In the DEMOS directory, add a define if you want to build gl/mesa
XCOMM demos.

XCOMM --------------------------------------------------------
XCOMM No changes needed below here
XCOMM --------------------------------------------------------

#define IHaveSubdirs
#define PassCDebugFlags

XCOMM Define this if you need this version of xpm
XPMDIR = xpm-3.4g

SUBDIRS = $(XPMDIR) FORMS DESIGN DEMOS fd2ps

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

all::