File: Imakefile

package info (click to toggle)
acm 4.7-6
  • links: PTS
  • area: main
  • in suites: hamm, potato, slink
  • size: 4,764 kB
  • ctags: 1,625
  • sloc: ansic: 16,776; makefile: 353; sh: 26
file content (33 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (6)
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
27
28
29
30
31
32
33
/*
 *  To build acm:
 *
 *      TRY "./configure" FIRST !!!
 *
 *  As a last resort:
 *
 *	If you have imake:
 *
 *		% xmkmf
 *		% make Makefiles
 *		% make all
 *		% make install
 *
 *	If you don't, first tailor the Makefiles to your system, then:
 *
 *		% make all
 */

#include "./ACM.tmpl"

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

SUBDIRS=	V src objects

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

MakeDirectories(install,ACMInstallDirectory ACMBinaryDirectory ACMObjectDirectory)

InstallNonExecFile(Keyboard.ps, ACMInstallDirectory)
InstallNonExecFile(acmdoc.ps, ACMInstallDirectory)