antimake: improvements from dev repo
authorMarko Kreen <markokr@gmail.com>
Tue, 5 Jun 2012 13:40:03 +0000 (16:40 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 5 Jun 2012 14:36:48 +0000 (17:36 +0300)
commit3d2373a2cf6b9ec93a525a70acdeeead390a69c0
tree2906af5f514c3c11e97ab7aad4a57dbb1c47b3f0
parentee4d96a296a0d50b65685ac99cb6efb63a289d4c
antimake: improvements from dev repo

- aclocaldir
- More tracing macros
- Rework O= support to use make functions instead shell
- Add hooks concept
- Add externally loadable features concept
- Move libusual hacks from antimake.mk to amext-libusual.mk
- amext-modes.mk: add more ways to compile one target

To load 'libusual' or 'modes' extension, add AM-FEATURES to makefile:

  AM_FEATURES = libusual modes
mk/Makefile.am
mk/amext-libusual.mk [new file with mode: 0644]
mk/amext-modes.mk [new file with mode: 0644]
mk/antimake.mk
mk/antimake.txt
mk/temos/expected/libusual2.txt
mk/temos/expected/libusual3.txt
mk/temos/expected/libusual4.txt
mk/temos/src/libusual2.temo
mk/temos/src/libusual3.temo