Commit graph

427 commits

Author SHA1 Message Date
Jan Lindemann
8f55439f77 defs.mk: Tossed INSTALLATION_FILE_TYPES from here to rules.mk 2007-08-26 17:27:48 +00:00
Jan Lindemann
0d23c13cb8 defs.mk: Fix glib@mingw and CCONSOLE_DIR
- Fix glib CFLAGS for mingw
- Fix CCONSOLE_DIR
2007-08-26 15:00:36 +00:00
Jan Lindemann
4d054b0018 defs.mk: Add CATCH_ONLY_YERROR switch variable
Add evalutation of CATCH_ONLY_YERROR: Ff this macro is defined, the
yerror_catch_xxx macros only catch YError, all others will lead to
program abort with a core dump (hopefully) pointing to the place
where it was thrown.
2007-08-25 11:23:05 +00:00
Jan Lindemann
30ab8f34f5 defs.mk: Support USE_SNDFILE an USE_FFTW
- Add USE_SNDFILE and USE_FFTW
  - Fix IO library names (missing dspider-)
2007-08-24 16:30:41 +00:00
Jan Lindemann
951de3fa8a defs.mk, rules.mk: Streamlined DOC handling 2007-08-23 15:25:10 +00:00
Jan Lindemann
a4b71dc727 make: Introduced PI (PLUGIN) into standard build targets 2007-08-23 14:26:06 +00:00
Jan Lindemann
3b954bc5c1 make: Replace direct invocations of ssh by $(CVS_RSH) 2007-08-23 10:57:38 +00:00
Jan Lindemann
23538e3d39 defs.mk: Fix lib handling
- Fix LD_LIBRARY_PATH
  - Add missing installation of plugins to BUILD_LIBDIR
2007-08-23 01:56:44 +00:00
Jan Lindemann
8ccb767f33 defs.mk: Fix SCOPE_CASMIX_VERSION 2007-08-22 17:02:47 +00:00
Jan Lindemann
e3e4b93548 defs.mk: Add standard install framework for SCRIPT and INIT 2007-08-22 14:42:32 +00:00
Jan Lindemann
0fdcd7a37d defs.mk: Add cvs_files helper 2007-08-22 12:20:10 +00:00
Jan Lindemann
72cc630a83 defs.mk: Add MAJOR_MINOR_RELEASE and BUILD_NUMBER 2007-08-22 11:37:52 +00:00
Jan Lindemann
1e4af4f9d4 defs.mk: Fix btools compilation
- Fix btools rpm dependencies
  - Fix btools cflags
2007-08-21 20:36:12 +00:00
Jan Lindemann
52dd44ccf3 defs.mk: Add file type MAKE 2007-08-21 18:34:27 +00:00
Jan Lindemann
edfde51eb8 defs.mk: Restructured bigtime 2007-08-21 16:19:27 +00:00
Jan Lindemann
e397f6b079 defs.mk: Fix NEW_LD_LIB_PATH regex 2007-08-20 14:04:57 +00:00
Jan Lindemann
0f39535fd1 defs.mk: Centralize settings
- Centralize all settings for supplementary libraries here, switched
    on with the respective USE_XXX flag, might be replaced by
    package-config some day

  - Streamline CFLAGS and LDFLAGS definitions

  - Introduce new temporary LIBFLAGS
2007-08-18 20:32:33 +00:00
Jan Lindemann
ca5078f21c defs.mk: Fix USE_FEEDFS 2007-08-17 16:35:07 +00:00
Jan Lindemann
6d006ea49a defs.mk: Fix USE_FEEDFS 2007-08-17 16:31:09 +00:00
Jan Lindemann
62f965c5c0 defs.mk: Add loads of USE_XXX sections
- Add support for USE_XXX with XXX being any jannet package
  - Add INSTALLED_VERSION_FILE to INSTALLED_DOCS_XXX
2007-08-17 15:28:19 +00:00
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