File: control

package info (click to toggle)
mmake 1.32-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 236 kB
  • ctags: 54
  • sloc: perl: 207; makefile: 162; sh: 17
file content (18 lines) | stat: -rw-r--r-- 701 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: mmake
Section: devel
Priority: extra
Maintainer: John Goerzen <jgoerzen@complete.org>
Standards-Version: 3.0.1

Package: mmake
Architecture: all
Depends: perl5, java-common
Recommends: java-compiler
Description: Makefile generator for Java programs
 mmake will generate a master Makefile for your Java programs.
 This generated Makefile fully understands the subdirectories
 that are required if your program consists of multiple packages.
 mmake also automatically generates dependencies, and can use
 the C preprocessor for Java programs and generate javadoc documentation.
 mmake defaults to using Sun's javac from the jdk but can easily use
 guavac or a different GPL alternative as well.