repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
tech
/
libsrc
/
mm
/
Makefile
blob
4a8194b634784439e2f4c8be5bf9633dc11d1b14
1
//
$Header
:
x
:/
prj
/
tech
/
libsrc
/
mm
/
RCS
/
makefile
1.1 1997
/
08
/
22 19
:
39
:
12
kate Exp
$
2
3
MAKETOP
= $(
CWD
)
4
5
PROJECT
=
tech
6
7
%
include
$(
MRC
)
\env.rc
8
9
%
include
$(
MRC
)
\init.rc
10
11
LIBTARGS
=
mm
12
13
mm_OBJS
=
render sortpoly xformseg debug
14
#utils light
15
16
mm_HDRS
=
mms.h mm.h mmd.h
17
18
%
include
$(
MRC
)
\make.rc
19
20