File: Imakefile

package info (click to toggle)
xconq 7.1.0-7
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 7,056 kB
  • ctags: 7,960
  • sloc: ansic: 88,493; perl: 2,057; sh: 1,766; makefile: 1,110; csh: 81; awk: 47; lisp: 39
file content (54 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
CDEBUGFLAGS = -g

GLIBDIR = ../lib

IMFLIBDIR = ../lib-x11

DEFINES = -DUNIX -DXCONQLIB=\"$(GLIBDIR)\"

INCLUDES = -I../kernel

OBJS = \
	init.o \
	cmdline.o \
	ai.o \
	mplayer.o \
	actions.o \
	combat.o \
	run.o \
	score.o \
	world.o \
	history.o \
	module.o \
	write.o \
	read.o \
	mkterr.o \
	mkunits.o \
	mkrivers.o \
	mkroads.o \
	mknames.o \
	side.o \
	unit.o \
	plan.o \
	task.o \
	nlang.o \
	ui.o \
	ps.o \
	help.o \
	copying.o

LOBJS = \
	imf.o \
	lisp.o \
	util.o \
	unix.o

GOBJS =	generic.o \
	types.o \
	tables.o

CONQOBJS = $(OBJS) $(GOBJS)

NormalLibraryTarget(conq,$(CONQOBJS))

NormalLibraryTarget(conqlow,$(LOBJS))