Commit graph

866 commits

Author SHA1 Message Date
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
Jan Lindemann
e8b3f31cae defs-dev.mk: Fix DOCDIRGROUP 2009-06-16 12:11:32 +00:00
Jan Lindemann
c3f95cc80c fix: CONTRIB_LIBS were copied to build directory, but not installed 2009-06-12 19:43:23 +00:00
Jan Lindemann
19b02bc231 Add more libraries to CONTRIB_LIBS: Iconv, libglib-2.0-0, intl 2009-06-11 16:25:05 +00:00
Jan Lindemann
fa9eeb567a proj.mk: Add libgnurx-0.dll to CONTRIB_LIBS 2009-06-11 16:12:42 +00:00
Jan Lindemann
81cfad8b79 lib.mk: Add section handling contrib libraries 2009-06-11 16:06:17 +00:00
Jan Lindemann
191ba93726 rules.mk: Add target echo-contrib
Add (empty) target echo-contrib, to be used as dependency in
specialized makefiles.
2009-06-11 16:05:59 +00:00
Jan Lindemann
069fab76a1 proj.mk: Add dependency on gnurx (libregex) 2009-06-11 15:26:55 +00:00
Jan Lindemann
64ccafd888 defs.mk: Fix CCONSOLE LIBFLAGS (missing -L) 2009-06-08 12:34:01 +00:00
Jan Lindemann
a20404a74f defs.mk: Fix LIBPATH for USE_CCONSOLE = true
Hopefulls fix USE_CCONSOLE implications, most prominently LIBPATH,
which should point to /opt/$(FLAVOUR_PATH_PREFIX)dspider/feedfs/bin
in production builds.
2009-06-07 14:30:58 +00:00
Jan Lindemann
e4291fad5c defs-dist.mk: Remove COMPILE_DEBUG_CODE = true 2009-06-06 18:22:20 +00:00
Jan Lindemann
fb63b57edd targets-tools.mk: Add targets link and clean-link 2009-06-06 15:29:36 +00:00
Jan Lindemann
42851f44b8 make: Header generation targets-tools.mk -> include.mk
Move project header generation mechanics from targets-tools.mk into
include.mk.
2009-06-06 15:15:58 +00:00
Jan Lindemann
8687f170c3 targets-tools.mk: Support PROJ_H
Support the PROJ_H variable, which is undefined by default.

PROJ_H is +=-added to SRC_H, thus solving failure to produce .dep.mk and copying
the stuff to the include directory.

I suppose this would be most cleanly handled in include.mk.
2009-06-06 14:46:29 +00:00
Jan Lindemann
b87df0be4c targets-tools.mk: Add support for headers in $(PROJECT)/ subdirectory to tools directory 2009-06-06 14:30:18 +00:00
Jan Lindemann
5358a6ece7 depend.mk: Add convenience target dep
- Add convenience target dep
  - Code beautification
2009-06-06 14:29:32 +00:00
Jan Lindemann
95bb24541f targets-tools.mk: Add target project-header 2009-06-06 14:10:08 +00:00
Jan Lindemann
2ddc0cbf8d defs.mk: Downgrade BUILD_HDRDIR definition to default
- Make BUILD_HDRDIR conditionally defined
  - Define BUILD_H and BUILD_HDR equally (TODO: remove one, these are redundant)
2009-06-05 17:49:32 +00:00
Jan Lindemann
dc84dab032 topdir.mk: SUBDIRS now conditionally defaulting to a list of subdirs 2009-06-02 12:46:22 +00:00
Jan Lindemann
f727e55b59 subdirs.mk: Remove *.done after clean, seems a bit assymmetric though 2009-06-02 12:46:20 +00:00
Jan Lindemann
711c42ea0a dirs.mk: Add default for SUBDIRS: $(FIND_SUBDIRS)
- Conditionally default SUBDIRS to $(FIND_SUBDIRS)
  - Change condition for dummy targets from ifndef SUBDIRS to
    ifeq ($(SUBDIRS),) to be able to do that
2009-06-02 12:46:17 +00:00
Jan Lindemann
be8bfce877 defs.mk: Add -ldspider-cconsole to projects translated with USE_CCONSOLE=true 2009-06-01 13:05:47 +00:00