[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c

New well tested makepp snapshot released

Daniel Pfeiffer

8/10/2008 3:56:00 PM

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.source...
Documentation: http://makepp.source...1.50/
Download: http://search.cpan.org/...

coralament / best Grötens / liebe Grü�e / best regards / elkorajn salutojn
Daniel Pfeiffer
3 Answers

gazelle

8/10/2008 4:21:00 PM

0

In article <g7n32b$nit$01$1@news.t-online.com>,
Daniel Pfeiffer <occitan@esperanto.org> wrote:
>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!!!

CBFalconer

8/10/2008 5:03:00 PM

0

Daniel Pfeiffer wrote:
>
> 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?

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.a...
Try the download section.


John B. Matthews

8/10/2008 5:56:00 PM

0

On 10 Aug 2008 at 17:02, CBFalconer wrote:
> Daniel Pfeiffer wrote:
>> 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.