Prev: FAQ 4.14 How can I compare two dates and find the difference?
Next: FAQ 3.28 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong?
From: Daniel Pfeiffer on 22 Apr 2010 18:22 Makepp, a build program which has a number of features that allow for reliable builds and simpler build files, is a drop-in replacement for GNU make. 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 it was designed with special support for C++, which has since been extended to other languages like Swig or embedded SQL. Also its relationship to make is analogous to C++'s relationship to C: it is almost 100% backward compatible but adds a number of new features and much better ways to write makefiles. Here's again a new well tested beta snapshot. By request there is a new rule modifier :include allowing to profit from gcc -MD, IBM xlc -M (and with a trick even MS cl) on-the-fly dependency writing (which normally collides with makepp's discovery of dependencies before building). Besides there are some bug fixes, most notably a workaround for a Perl 5.12.0 crash in makepplog. Homepage: http://makepp.sourceforge.net/ Documentation: http://makepp.sourceforge.net/1.50/ <http://makepp.sourceforge.net/1.50/makeppreplay.html> Download: http://search.cpan.org/~pfeiffer/makepp-1.50.100422.tgz <http://search.cpan.org/%7Epfeiffer/> coralament / best Grötens / liebe Grüße / best regards / elkorajn salutojn Daniel Pfeiffer -- lerne / learn / apprends / lär dig / ucz się Esperanto: http://lernu.net / http://ikurso.net
From: Tad McClellan on 22 Apr 2010 20:52
["Followup-To:" header set to comp.lang.perl.misc.] Daniel Pfeiffer <occitan(a)esperanto.org> wrote: > This is a multi-part message in MIME format. Why is this is a multi-part message in MIME format? This is Usenet. -- Tad McClellan email: perl -le "print scalar reverse qq/moc.liamg\100cm.j.dat/" The above message is a Usenet post. I don't recall having given anyone permission to use it on a Web site. |