File: control

package info (click to toggle)
dmake 1%3A4.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,696 kB
  • ctags: 2,628
  • sloc: ansic: 18,648; sh: 6,090; asm: 759; makefile: 135; awk: 54
file content (40 lines) | stat: -rw-r--r-- 1,444 bytes parent folder | download | duplicates (2)
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
Source: dmake
Section: devel
Priority: extra
Maintainer: Debian OpenOffice Team <debian-openoffice@lists.debian.org>
Uploaders: Chris Halls <halls@debian.org>, Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>> 4.0.0), cdbs, autotools-dev
Standards-Version: 3.6.1

Package: dmake
Architecture: any
Depends: ${shlibs:Depends}
Description: make utility used to build OpenOffice.org
 Dmake is a make utility similar to GNU make or the Workshop dmake.
 .
 This utility has an irregular syntax but is available for Linux, Solaris, and
 Win32 and other platforms. This version of dmake is a modified version of the
 original public domain dmake, and is used to build OpenOffice.org.
 .
 Dmake features:
   * support for portable makefiles
   * portable across many platforms
   * significantly enhanced macro facilities
   * sophisticated inference algorithm supporting 
     transitive closure over the inference graph
   * support for traversing the file system both 
     during making of targets and during inference
   * %-meta rules for specifying rules to be used 
     for inferring prerequisites
   * conditional macros
   * local rule macro variables
   * proper support for libraries
   * parallel making of targets on architectures 
     that support it
   * attributed targets
   * text diversions
   * group recipes
   * supports MKS extended argument passing 
     convention
   * directory caching
   * highly configurable