make/project.xml

changeset 74
831928419249
parent 73
072fa3e165f0
equal deleted inserted replaced
73:072fa3e165f0 74:831928419249
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://unixwork.de/uwproj"> 2 <project xmlns="http://unixwork.de/uwproj">
3 <dependency> 3 <dependency>
4 <lang>c</lang> 4 <lang>c</lang>
5 <make>MKDIR=mkdir -p</make> 5 </dependency>
6 <make>RMDIR=rm -fR</make> 6 <dependency name="tools" platform="unix">
7 <make>
8 RMDIR=rm -fR
9 MKDIR=mkdir -p
10 </make>
7 </dependency> 11 </dependency>
8 <dependency name="ucx"> 12 <dependency name="ucx">
9 <test>check_lib ucx cx/list.h</test> 13 <test>check_lib ucx cx/list.h</test>
10 <ldflags>-lucx</ldflags> 14 <ldflags>-lucx</ldflags>
11 </dependency> 15 </dependency>

mercurial