Commit graph

839 commits

Author SHA1 Message Date
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
Jan Lindemann
362b204eb6 doxygen.mk: Generalized template replacement a bit 2009-05-28 18:05:47 +00:00
Jan Lindemann
20a95a6fa4 defs.mk: Fix UPLOAD_URL_DEVEL_DOC 2009-05-28 16:54:09 +00:00
Jan Lindemann
c053f9737f doxygen.mk: Add file 2009-05-28 16:53:35 +00:00
Jan Lindemann
16efd96bf9 defs.mk: Add UPLOAD_URL_DEVEL_DOC 2009-05-28 16:04:51 +00:00
Jan Lindemann
a5dfe6b6b2 topdir.mk: Add include $(MODDIR)/make/defs.mk forgotten in last commit 2009-05-28 10:25:59 +00:00
Jan Lindemann
bab411e6a1 mkspec.sh: Support FILTER_DEVEL, add Provides
- Add Provides: $NAME = $VERSION
  - Weed out some old comments
  - Making use of FILTER_DEVEL environment variable
2009-05-27 15:10:09 +00:00
Jan Lindemann
a3b6cffe1f defs.mk: Remove *.def from installation targets 2009-05-27 15:08:09 +00:00
Jan Lindemann
c87430e099 defs-dev.mk, defs-dist.mk, scripts-targets.mk: Add INSTALL_HOME_BIN_WRAPPERS 2009-05-27 14:36:43 +00:00
Jan Lindemann
95c0112176 defs.mk, dirs.mk: Follow FEEDFS_DIR change
Change FEEDFS_DIR from proj/dspc/src/feedfs to proj/feedfs
2009-05-27 11:56:26 +00:00
Jan Lindemann
62c7288258 topdir-autoconf.mk: Simplified 2009-05-27 11:45:13 +00:00
Jan Lindemann
bd079bf1d3 topdir*.mk: autoconf stuff topdir.mk -> topdir-autoconf.mk
Source out autoconf conditionals from topdir.mk into
topdir-autoconf.mk.
2009-05-27 11:26:17 +00:00
Jan Lindemann
fbff621174 so.mk: Add install_dir_LIB as prerequisite of install 2009-05-27 10:11:27 +00:00
Jan Lindemann
141a52587a rules.mk: Add install_dir_XXX rule 2009-05-27 10:11:25 +00:00
Jan Lindemann
6131deb925 rpmdist.mk: Remove everything below $(DIST_SRC_DIR) before starting to copy 2009-05-27 10:11:23 +00:00
Jan Lindemann
2b68d0d9e4 defs.mk: (hopefully) making use of INSTALLED_DEF in mingw builds 2009-05-22 21:41:09 +00:00
Jan Lindemann
00cc2274fa defs.mk: Indentation beautification 2009-05-22 14:33:20 +00:00
Jan Lindemann
2785226e36 lo.mk: Next effort into the same direction as the previous commits 2009-05-15 11:34:33 +00:00
Jan Lindemann
c73eaa3015 lo.mk: Link against $(TOOLS_DIR)/$(CPP_PREFIX)/$*.o
The last commit doesn\'t work with TOOLS_DIR != .

Fix this by always also linking against $(TOOLS_DIR)/$(CPP_PREFIX)/$*.o.
Symbols sometimes duplicates to those in the project lib in case
TOOLS_DIR != ., hence not very nice. But seems to work.
2009-05-15 10:47:44 +00:00
Jan Lindemann
4e1a05a90f lo.mk: Now not baking all objects from LOADABLE_OBJS_O into shared object anymore 2009-05-14 19:58:36 +00:00
Jan Lindemann
eced55b7db defs.mk: Make $(TOPDIR)/make/cfg_dist.mk and $(TOPDIR)/make/cfg_dev.mk optional 2009-05-14 15:09:47 +00:00
Jan Lindemann
7d2d367d26 topdir.mk: Add support for non-existing $(TOPDIR)/make/defs.mk + non-existing $(TOPDIR)/make/defs.in.mk 2009-05-11 14:42:54 +00:00
Jan Lindemann
baff61b123 mkspec.sh: Fix erroneous inclusion of header files in the -run package 2009-05-08 16:07:46 +00:00
Jan Lindemann
0c9d55e233 lo.mk: Add support for LOADABLE_OBJ_IGNORE 2009-04-29 15:38:23 +00:00
Jan Lindemann
58d117caf0 lo.mk: Compiael possibly present $(CPP_PREFIX)*.cpp into loadable object, too 2009-04-29 15:09:39 +00:00
Jan Lindemann
d56e9c204f lo.mk: Now not deleting YLo*.cpp anymore on clean target 2009-04-26 21:23:17 +00:00
Jan Lindemann
723b399c32 defs-dev.mk, defs-dist.mk: Change LD_CONFMODE from CFGMODE to 644 2009-04-12 18:14:57 +00:00
Jan Lindemann
06ceea4fb7 defs.mk: Make INSTALL_SCRIPTDIR and INSTALLED_SCRIPT pre-definable 2009-04-10 19:38:33 +00:00