makefile
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 70 行
TXT
70 行
plustest_name = nih
!include ..\environ.mif
objs = &
arrayob.obj &
assoc.obj &
assocint.obj &
bag.obj &
bitboard.obj &
bitset.obj &
class.obj &
collecti.obj &
date.obj &
dictiona.obj &
float.obj &
fraction.obj &
heap.obj &
identdic.obj &
identset.obj &
integer.obj &
iterator.obj &
keysortc.obj &
link.obj &
linkedli.obj &
linkob.obj &
lookupke.obj &
nihclerr.obj &
nil.obj &
object.obj &
oiofd.obj &
oionih.obj &
oiostrea.obj &
oiotbl.obj &
orderedc.obj &
point.obj &
random.obj &
range.obj &
rectangl.obj &
seqcltn.obj &
set.obj &
sharedqu.obj &
sortedcl.obj &
stack.obj &
string.obj &
time.obj
!ifdef test1
test_cflags_386 += -d2
test_cflags_i86 += -d2
test_cflags_axp += -d2
!else
test_cflags_386 += -ox-d1
test_cflags_i86 += -ox-d1
test_cflags_axp += -ox-d1
!endif
test_cflags_386 += -zq-mf
test_cflags_i86 += -zq-ml
test_cflags_axp += -zq
.c.obj:
$(wpp_$(arch)) $[@ $(test_cflags_$(arch)) -i. -dNESTED_TYPES -w0
test : .symbolic $(objs)
%make global
%append $(log_file) PASS $(%__CWD__)
global : .symbolic
%make common_clean
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?