Jan Lindemann
add8b43cc5
defs.mk: Support USE_GLIB
...
Inherit glib CFLAGS and LDFLAGS from proj.mk, where no ARCH variable
is present to do it right.
2007-08-16 22:11:14 +00:00
Jan Lindemann
111f128fb8
defs.mk: Include defs-dev.mk or defs-dist.mk
2007-08-16 10:39:42 +00:00
Jan Lindemann
52db6bd7a3
defs.mk: Fix PROJECT (removed version for version auto-generated from directory)
2007-08-15 23:00:13 +00:00
Jan Lindemann
13546383e0
make: Add MOD_SCRIPT_DIR
...
Add a unified $(MOD_SCRIPT_DIR) definition and usage, ubiquitously
used but not very well tested.
2007-08-15 14:15:37 +00:00
Jan Lindemann
66fd5e8080
defs.mk: Re-enabled GFILTER
2007-08-13 18:35:13 +00:00
Jan Lindemann
611ba90b83
defs.mk: Switched off -fstack-check by default, because it confused the hell out of valgrind
2007-08-12 19:34:53 +00:00
Jan Lindemann
f89e3680a8
defs.mk: Add -fstack-check and -fexceptions to CFLAGS
2007-08-11 16:57:54 +00:00
Jan Lindemann
c153a14130
defs.mk: Indentation fix
2007-08-03 09:53:18 +00:00
Jan Lindemann
e20bfcec4f
defs.mk: Give up C linkage for C++ linkage
...
- Link with GPP instead of CC
- Add -shared-libgcc to linker flags, which (I think) is redundant
to using g++ instead of gcc
TODO: clean this up, together with either going back to gcc or kicking out -lstdc++, too
2007-08-02 18:55:58 +00:00
Jan Lindemann
b77035c416
defs.mk: Support GCC 4.x
...
- Add -DGCC_HASCLASSVISIBILITY for gcc >= 4.x
- Add USE_EXCEPTIONS_IN_C
2007-08-02 16:55:11 +00:00
Jan Lindemann
3f006bba30
defs.mk: Add default definition for PROJECT variable
2007-08-02 13:27:38 +00:00
Jan Lindemann
9de5ab0b83
defs.mk, exe.mk: Fix installation of BUILD_EXE_BIN
2007-07-30 19:26:58 +00:00
Jan Lindemann
8d6388d574
defs.mk: Add support for pre-local.mk (not sure if this should be kept)
2007-07-27 12:37:52 +00:00
Jan Lindemann
794f00a907
defs.mk: Fix BINARY_VERSION, determining symbol linkage version
2007-07-27 12:30:35 +00:00
Jan Lindemann
f37e3bb371
defs.mk, rules.mk: Link import dlls via MS_LD alias wine lib.exe
2007-07-18 16:41:07 +00:00
Jan Lindemann
1ab6425074
make: Add support for stripping symbols from executables
2007-07-16 18:30:56 +00:00
Jan Lindemann
1c812446e6
make: MinGW port
2007-07-16 15:15:16 +00:00
Jan Lindemann
60f70015f3
defs.mk: Push -lytools to back
2007-07-14 16:45:32 +00:00
Jan Lindemann
1133f4b7b8
defs.mk: Beautify compiler definition (somewhat)
2007-07-13 14:06:25 +00:00
Jan Lindemann
12b543efd9
defs.mk, rules.mk: Some fixes to mingw support
2007-07-13 13:26:43 +00:00
Jan Lindemann
65ba4f3cfd
make: Add support for mingw
2007-07-13 10:49:58 +00:00
Jan Lindemann
f4e5d2f12b
defs.mk, rules.mk: Auto-generate NEW_LD_LIB_PATH
...
Add (experimental) NEW_LD_LIB_PATH automatically generated from
LDFLAGS.
2007-07-03 13:36:59 +00:00
Jan Lindemann
6d76babea0
defs.mk: Add IMAGE_DIR variable definition
2007-06-30 21:50:09 +00:00
Jan Lindemann
c775679418
defs.mk: Set default values for some variables
...
- Make jannet default customer
- Add default variables OS, SYSCONFIG_FILE, CONFIG_DIR and CONFIG_FILE
2007-06-30 12:42:10 +00:00
Jan Lindemann
9b61381a61
defs.mk: Fix compilation with ytools
...
- Add $(MODDIR)/include to CFLAGS if $(USE_YTOOLS) = true
- Ignore F.* (as in dsp stuff) in version string
2007-06-30 11:18:14 +00:00
Jan Lindemann
79586ea79e
defs.mk: Add variable YTOOLS_DIR = $(MODDIR)
2007-06-23 18:41:25 +00:00
Jan Lindemann
03e1691b18
defs.mk: Add USE_GFILTER
2007-06-19 10:49:19 +00:00
Jan Lindemann
12e5ed0adc
defs.mk: Add USE_YTOOLS variable, defaulting to true
2007-06-17 13:09:03 +00:00
Jan Lindemann
46fa667cce
defs.mk: Fix missing -dev in development version
...
- (Hopefully) fixed missing -dev in development version
- Remove duplicate -D_DO_TRACE_
2007-06-17 13:01:37 +00:00
Jan Lindemann
a8bd703c7d
defs.mk: Replace "-" by "_" in PROJECT_CAPNAME
2007-06-16 18:55:12 +00:00
Jan Lindemann
1a9f0299e8
defs.mk: Push a lot more definitions from project directory here, hope it doesn't break anything
2007-06-16 17:52:51 +00:00
Jan Lindemann
8bccaa9ea1
defs.mk: Include local.mk before USE_XXX checks
2007-06-09 11:24:32 +00:00
Katrin Lindemann
d8d71a7ad6
defs.mk: Remove ./nomake from FIND_SUBDIRS
2007-01-06 14:17:34 +00:00
Jan Lindemann
dcc0df7a75
defs.mk: Remove LDFLAGS += -ljack
2006-08-28 08:41:57 +00:00
Jan Lindemann
6d7c809dc6
defs.mk: Add jack lib dependency
2006-07-19 14:28:51 +00:00
Jan Lindemann
75e85c0747
defs.mk: Remove non-standard lib search path for gcc3 under /usr/local/gcc3.3
2006-03-19 11:03:33 +00:00
Jan Lindemann
587c7caff8
defs.mk: Now not using gfilt for rpm based builds (still ugly, might be better to use configure
2006-03-17 16:50:28 +00:00
Jan Lindemann
5482744e3b
defs.mk: Disable gfilt for rpm builds
...
This commit (hopefully) makes CPP not use gfilt for rpm builds
TODO: re-enable this for use with rpm libs
2006-03-17 16:16:48 +00:00
Jan Lindemann
8069fb25cd
Qt 4: Fix build because of missing Qt libraries
...
Now not using lib64 as qt lib dir for qt4
TODO: this works but does not really hit the nail on the head
2006-03-17 07:09:50 +00:00
Jan Lindemann
82b68e2822
defs.mk: Optimize Qt app performance
...
- Use regular qt libs instead of debug libs
- Add USE_ASSERTIONS macro
- Make USE_COMPILER_OPTIMIZATION_OPTS independent from USE_COMPILER_DEBUG_OPTS
2006-03-17 07:07:08 +00:00
Jan Lindemann
6ac400b30e
defs.mk: Make it compile under SuSE 10.0, X86-64
2006-03-16 09:06:20 +00:00
Jan Lindemann
6a37ebd3df
$(TOPDIR), make: Make it compile under SuSE 10.0, X86-64
2006-03-16 08:07:38 +00:00
Jan Lindemann
3683aabee5
defs.mk: Remove now unnecessary DEPEND_CPPFLAGS (since x11 makedepend has been replaced by gcc -M)
2006-03-15 14:18:50 +00:00
Jan Lindemann
d3ae69b6f6
defs.mk: Add valgrind core files to CORE variable
2006-03-14 14:44:37 +00:00
Jan Lindemann
9e34c46389
defs.mk: Compiael cpp sources with gfilt by default
2006-03-04 13:40:34 +00:00
Jan Lindemann
a22004b1ca
defs.mk: Improve centralized plugin compilation management
...
- Shift effects of conditional compilation with USE_ from proj.mk of the
respective project directories into defs.mk here. Might still be present in some project
directories but shouldn't
- Add support for $(IGNORE_SUBDIRS) in $(FIND_SUBDIRS)
- Add support for $(IS_PLUGIN) (not installing header files in this case)
- Add some g++ paths to $(DEPEND_CPPFLAGS) to calm makedepend's
complaining about missing headerfiles a bit down is
compiler-dependent, though
2006-02-11 16:16:28 +00:00
Jan Lindemann
5b2792e11d
defs.mk: Add FIND_SUBDIRS convenience variable
2006-01-09 01:23:32 +00:00
Jan Lindemann
f116f40b6b
defs.mk: Provisorically fixed timer compilation
2005-12-02 16:19:50 +00:00
Jan Lindemann
6a01ace009
defs.mk, rules.mk: Move GENERATE_FUNC_TIMERS from rules.mk to defs.mk.in
2005-12-02 16:10:07 +00:00
Jan Lindemann
643b632754
defs.mk: Code beautification
...
- Renamed some LOCAL_ variables to BUILD_
- Improved indentation (not optimal yet)
2005-12-01 08:54:17 +00:00