File: build.xml

package info (click to toggle)
openbios 1.1.git20181001-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,260 kB
  • sloc: ansic: 66,955; asm: 3,504; xml: 1,154; cpp: 414; sh: 388; makefile: 231
file content (23 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<build>

 <library name="packages" type="static" target="target">
  <object source="bootinfo-loader.c" condition="LOADER_BOOTINFO"/>
  <object source="cmdline.c" condition="CMDLINE"/>
  <object source="deblocker.c" condition="DEBLOCKER"/>
  <object source="disk-label.c" condition="DISK_LABEL"/>
  <object source="elf-loader.c" condition="LOADER_ELF"/>
  <object source="init.c"/>
  <object source="mac-parts.c" condition="MAC_PARTS"/>
  <object source="nvram.c"/>
  <object source="pc-parts.c" condition="PC_PARTS"/>
  <object source="sun-parts.c" condition="SUN_PARTS"/>
  <object source="molvideo.c" condition="MOL"/>
  <object source="xcoff-loader.c" condition="LOADER_XCOFF"/>
 </library>

 <dictionary name="openbios" target="forth">
  <object source="cmdline.fs"/>
  <object source="disk-label.fs"/>
 </dictionary>

</build>