File: Imakefile

package info (click to toggle)
ivtools 1.1.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 15,852 kB
  • ctags: 42,880
  • sloc: ansic: 164,124; makefile: 36,976; cpp: 15,131; xml: 5,359; sh: 2,608
file content (21 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
XCOMM
XCOMM "make CPU" prints the CPU name used for machine-specific subdirectories.
XCOMM "make" builds everything.
XCOMM "make install" installs everything.
XCOMM

PACKAGE = top_ivtools

WORLDOPTS = 
SUBDIRS = src config

MakeCPU()
MakeWorld($(WORLDOPTS))
MakeWorld2($(WORLDOPTS))
MakeInSubdirsTop($(SUBDIRS))

clean::
	@$(RM_CMD) make.makefile make.makefiles make.depend make.make