Download List

Project Description

mmake will generate a Makefile for Java programs. It supports packages, JavaDoc, Cleanup, preprocessor support for version handling, Jar files, Installation, and many more functions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-07-02 10:53
2.2.1

This release fixes the potential circular dependency problem in the dependency graph which would occur when there was a dependency between two or more classes.
Tags: Minor feature enhancements

2001-02-19 00:20
2.2

An uninstall target, running CPP first (before any .java files are compiled) to avoid dependency problems in a situation where a.xjava depends on b.xjava, and removal of unnecessary multiple dependencies for .xjava files in JAVA_OBJS.
Tags: Minor feature enhancements

2001-02-11 00:00
2.1

A new configure script and Makefile (about time), prototyping to avoid warning messages with Perl version 5.6 or later, and a new tags target.
Tags: Minor feature enhancements

2001-01-30 15:13
2.0

Support for installing resource files together with class files, and a dependency check for resource files.

2001-01-30 15:13
1.31

Filtering out inner-classes when generating the dependency graph,
escaping the $ delimiter in inner-classes, removed the GNU find
syntax and falling back to using standard find syntax when
searching for source files, updated the README file and added
version options to the script.

Project Resources