Commit graph

887 commits

Author SHA1 Message Date
Jan Lindemann
8ab2d6dcc8 make.mk: Fix deps.d and defs.d support
- Create directories leading up to deps.d/<project>.mk
  - Add missing rule for defs.d
2009-07-14 00:39:56 +00:00
Jan Lindemann
52e63e0a0f main.mk, yapp.mk: Remove -rdynamic from LOCAL_LDFLAGS for MINGW target 2009-07-13 13:37:31 +00:00
Jan Lindemann
25cf93f4de tools.mk: Add -D_USRDLL -DALL_EXPORTS 2009-07-13 12:03:37 +00:00
Jan Lindemann
0c497c271b defs.mk: Beautification 2009-07-12 19:31:06 +00:00
Jan Lindemann
5dea335512 platform.mk: Fix ifndef TARGET condition 2009-07-12 19:30:17 +00:00
Jan Lindemann
10d567d0e2 make.mk: Prepended forgotten ENV_PREFIX to INSTALL_PCKG_DEPS_DIR 2009-07-12 18:50:59 +00:00
Jan Lindemann
58c9cd7199 make.mk: Fix INSTALL_PCKG_DE[F|P]S_DIR 2009-07-12 11:49:29 +00:00
Jan Lindemann
2a4a953097 make.mk: Add support for installing pckg-deps.mk and pckg-defs.mk 2009-07-11 14:00:39 +00:00
Jan Lindemann
a168cefd0c defs.mk: Rework package dependencies
- Add definitions for PCKG_DEPS_DIR and PCKG_DEFS_DIR
  - Filtering out pckg-defs.mk and pckg-deps.mk from MKFILES
2009-07-11 14:00:37 +00:00
Jan Lindemann
c38c60c67d make/Makefile: Add dirs.mk and SUBDIRS = deps.mk defs.mk 2009-07-11 14:00:35 +00:00
Jan Lindemann
1244499b1e make/[defs|deps].d: Add directories 2009-07-11 13:58:24 +00:00
Jan Lindemann
e193f1960d proj.mk: Including platform.mk before platform condition 2009-07-09 11:56:08 +00:00
Jan Lindemann
eca885834f defs.mk: Add include $(MODDIR)/make/platform.mk 2009-07-09 11:54:20 +00:00
Jan Lindemann
a51ebac3dc platform.mk: Add file 2009-07-09 11:53:53 +00:00
Jan Lindemann
91a986f7e4 defs.mk: Add feedfs-utils to dependencies of feedfs-net 2009-07-05 22:54:01 +00:00
Jan Lindemann
24f9e83350 defs.mk: Streamline compiler warning flags
- Switch on -Wno-unused-value
  - Switch on -Wall -fexceptions irrespective of USE_COMPILER_DEBUG_OPTS
2009-07-05 18:06:04 +00:00
Jan Lindemann
3d5361a7e0 rules.mk: Now libpath target affects PATH environment variable, too 2009-07-05 10:57:16 +00:00
Jan Lindemann
289f9c5100 lib.mk: Fix install target for USE_PROJECT_LIB = false 2009-06-30 12:14:29 +00:00
Jan Lindemann
ba46e8b6e8 defs.mk: Add missing Linux definition of AR and RANLIB 2009-06-29 23:57:23 +00:00
Jan Lindemann
6d812014a1 lo.mk: Only use OTHER_LIB when it's needed
Make the whole OTHER_LIB acrobatics optional, depending on
ifneq ($(OTHER_CPP),).
2009-06-29 23:32:43 +00:00
Jan Lindemann
73c6303e6f defs.mk: Add RANLIB and AR definitions 2009-06-29 23:32:00 +00:00
Jan Lindemann
c8b3711891 run.mk: Push ldd target into rules.mk 2009-06-29 18:43:51 +00:00
Jan Lindemann
71a8145e82 rules.mk: Add targets ldd and tmpclean
- Add target ldd
  - Add target tmpclean as dependency to clean
2009-06-29 18:43:49 +00:00
Jan Lindemann
b9f453a207 lo.mk: Use liblocal.a to reduce plugin size
Fix missing symbols from .cpp files via introducing liblocal.a.  This
is the only way I found to make ld ignore object-files unnecessary
for resolving symbols.
2009-06-29 18:43:47 +00:00
Jan Lindemann
66b5289897 lo.mk: Fix SO_PREFIX collision
Fix SO_PREFIX collision, see https://jannet.de/cvs/proj/ytools/make/rules.mk.diff?r1=1.120&r2=1.121
2009-06-29 15:07:19 +00:00
Jan Lindemann
b448274c97 run.mk: LD_LIBRARY_PATH and DLL_PATH -> ldlibpath.mk
Centralize all generation of LD_LIBRARY_PATH and DLL_PATH in
ldlibpath.mk.
2009-06-29 14:56:58 +00:00
Jan Lindemann
fede17cb6e defs.mk: Add USE_FEEDFS_LOCAL
- Add support for USE_FEEDFS_LOCAL
- Move generation of LD_LIBRARY_PATH into ldlibpath.mk exclusively
2009-06-29 14:56:46 +00:00
Jan Lindemann
f7c8baea99 std-tools.mk: Standardized intermediate targets to .done 2009-06-29 14:20:23 +00:00
Jan Lindemann
da3b5cd575 std-tools.mk: Now mkdir -p'ing PROFILE_DIR before installing anything 2009-06-29 14:14:02 +00:00
Jan Lindemann
a43ddd2f78 defs.mk: Add USE_FEEDFS_OBJECTS = true to dependencies of feedfs-net 2009-06-29 13:45:37 +00:00
Jan Lindemann
a56872a0e8 defs.mk: Add USE_FEEDFS_OBJECTS = true to feedfs-utils dependency 2009-06-29 13:28:13 +00:00
Jan Lindemann
6fc1685d03 subdirs.mk: Honour IGNORE_SUBDIRS 2009-06-29 11:15:43 +00:00
Jan Lindemann
466e420838 defs.mk: Fix FEEDFS_OBJECTS_VERSION 2009-06-28 11:29:50 +00:00
Jan Lindemann
0efb9d8089 lib.mk: Put LD_CONF back in for USE_PROJECT_LIB == false 2009-06-27 16:54:27 +00:00
Jan Lindemann
ccf27c7a23 rules.mk: Add support for flexible SO_PREFIX 2009-06-27 16:22:23 +00:00
Jan Lindemann
b7491a26ab lilypond.mk: Add targets play, jack, jackview 2009-06-27 16:22:21 +00:00
Jan Lindemann
b75f8bb103 lib.mk: Not doing anything for all target, if USE_PROJECT_LIB == false 2009-06-27 16:22:19 +00:00
Jan Lindemann
565a432691 defs.mk: Add support for USE_FEEDFS_OBJECTS 2009-06-27 16:22:18 +00:00
Jan Lindemann
f8388e1953 lilypond.mk: Add target convert 2009-06-23 22:27:37 +00:00
Jan Lindemann
c8e645ffd4 lilypond.mk: Add file 2009-06-23 22:12:05 +00:00
Jan Lindemann
699e1935ff defs.mk: Now automatically setting target MINGW, depending on cwd name 2009-06-23 18:26:40 +00:00
Jan Lindemann
54cb6798bb defs.mk: Remove USE_YTOOLS, too from USE_CCONSOLE 2009-06-22 21:36:17 +00:00
Jan Lindemann
62b26e74e3 defs.mk: Remove unnecessary dependencies from USE_CCONSOLE
Remove lots of dependencies from USE_CCONSOLE (xchange, userver,
dspider-shared, dsprout, feedfs).
2009-06-22 13:49:44 +00:00
Jan Lindemann
929ac7760d defs-dev.mk: Fix LOGROTDIRGROUP 2009-06-19 17:34:33 +00:00
Jan Lindemann
86d5073b6c topdir.mk: Add plugins to default SUBDIRS 2009-06-19 15:43:32 +00:00
Jan Lindemann
0b0fe7167d lo.mk: Add support for LO_NAMESPACE 2009-06-19 15:43:30 +00:00
Jan Lindemann
df8e485d23 rules.mk: Prepended for-loops by set -e 2009-06-18 17:26:33 +00:00
Jan Lindemann
6f75233bf3 defs.mk: Beautification 2009-06-18 17:26:31 +00:00
Jan Lindemann
90c409dfaa defs.mk: Add valdi module and some dependencies 2009-06-18 17:00:16 +00:00
Jan Lindemann
b1d9a700d6 doxygen.mk: Add support for install target 2009-06-16 12:11:34 +00:00