New well tested makepp snapshot released

D

Daniel Pfeiffer

Makepp is a drop-in replacement for GNU make which has a number of features
that allow for more reliable builds and simpler build files. It supports
almost all of the syntax that GNU make supports, and can be used with
makefiles produced by utilities such as automake. It is called makepp (or
make++) because originally it was designed for building C++ programs. Also its
relationship to make is supposed to be analogous to C++'s relationship to C:
it is almost 100% backward compatible but adds a number of new features. In
fact, it will work with input files designed for make, but there are much
better ways to do things.

Here's again a new well tested beta snapshot. Besides more speedup and bug
fixes (especially for repositories), this version has been ported to z/OS. The
previously missing call function has been provided. A file .makepprc with
options in it is searched for, so you can store them in the build tree they
pertain to.

There still are a few bug fixes on the way for even better GNU make
compatibility (comma in variable is not to be a parameter separator and
variables with whitespace in name). After that this should already be close to
what the next official version will look like.

Homepage: http://makepp.sourceforge.net/
Documentation: http://makepp.sourceforge.net/1.50/
Download: http://search.cpan.org/~pfeiffer/

coralament / best Grötens / liebe Grüße / best regards / elkorajn salutojn
Daniel Pfeiffer
 
K

Kenny McCormack

Makepp is a drop-in replacement for GNU make which has a number of features
that allow for more reliable builds and simpler build files. It supports
almost all of the syntax that GNU make supports, and can be used with

This is off-topic in comp.lang.c

Yey! I'm first in!

Hooray for me!!!
 
C

CBFalconer

Daniel said:
Makepp is a drop-in replacement for GNU make which has a number
of features that allow for more reliable builds and simpler build
files. It supports almost all of the syntax that GNU make
supports, and can be used with makefiles produced by utilities
such as automake. It is called makepp (or make++) because
originally it was designed for building C++ programs. Also its
relationship to make is supposed to be analogous to C++'s
relationship to C: it is almost 100% backward compatible but adds
a number of new features. In fact, it will work with input files
designed for make, but there are much better ways to do things.

Is it also written in standard C, so as to be portable to systems
without C++ capabilities?
 
A

Antoninus Twink

Daniel said:
Makepp is a drop-in replacement for GNU make which has a number
of features that allow for more reliable builds and simpler build
files. [snip]
it is almost 100% backward compatible but adds a number of new
features. In fact, it will work with input files designed for make,
but there are much better ways to do things.

I think this would be a better sales pitch if you actually mentioned
what some of these fantastic "new features" are, instead of making
people visit your website to find out.
Is it also written in standard C, so as to be portable to systems
without C++ capabilities?

You truly are a dick. I mean, what systems would those be? Do you really
think the OP is expecting people doing embedded programming for espresso
machines to want an even-more-sophisticated-than-GNU make program.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top