Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs: remove slang subdir | Brian Paul | 2010-06-04 | 1 | -57/+0 |
| | |||||
* | Always pass CFLAGS when compiling or linking demos | Guillaume Melquiond | 2008-07-30 | 1 | -7/+7 |
| | | | | | To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860. | ||||
* | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -1/+1 |
| | | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | ||||
* | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | 2007-10-29 | 1 | -3/+5 |
| | |||||
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -3/+3 |
| | |||||
* | Fix dependencies. | Michal Krol | 2006-07-30 | 1 | -16/+4 |
| | |||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -1/+1 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | Make it running under Linux. | Michal Krol | 2006-05-30 | 1 | -0/+67 |