summaryrefslogtreecommitdiffstats
path: root/progs/slang/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* progs: remove slang subdirBrian Paul2010-06-041-57/+0
|
* Always pass CFLAGS when compiling or linking demosGuillaume Melquiond2008-07-301-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 Nicholson2008-05-071-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 Nicholson2007-10-291-3/+5
|
* add support for LDFLAGS env varDan Nicholson2007-09-281-3/+3
|
* Fix dependencies.Michal Krol2006-07-301-16/+4
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-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 Krol2006-05-301-0/+67