Guillaume Melquiond
3e8e292db0
Always pass CFLAGS when compiling or linking demos
To ensure that the correct architecture flags are used, always pass the
user's CFLAGS when compiling or linking the demos. Fixes #16860 .
pirms 17 gadiem
Dan Nicholson
a6464b3cb0
Never fail `make clean'
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.
pirms 17 gadiem
Dan Nicholson
c05aa5ec4c
specify app lib dependencies in Makefiles (patch 1/3)
pirms 18 gadiem
Dan Nicholson
2a3e33865d
add support for LDFLAGS env var
pirms 18 gadiem
Michal Krol
c26999fd2c
Fix dependencies.
pirms 19 gadiem
Brian Paul
883f9891cb
LIB_DIR is now just 'lib' or 'lib64'
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
pirms 19 gadiem
Michal Krol
23b7c7dc14
Make it running under Linux.
pirms 19 gadiem