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
Jan Lindemann
e327630d3c
rpmdist.mk: Add --allmatches to rpm -e
2009-04-09 08:51:05 +00:00
Jan Lindemann
c695e24dd6
mkspec.sh: Now only running mkinitrd_setup if it exists (i.e. not on SuSE 10.1)
2009-04-08 08:00:30 +00:00
Jan Lindemann
9fafcfb02f
mkspec.sh: Add mkinitrd_setup in %post
2009-04-07 18:34:21 +00:00
Jan Lindemann
05ed5dfd02
make: Support CONFIG_SUBDIR and CONF_D
2009-03-26 16:05:07 +00:00
Jan Lindemann
6d330b4336
conf.mk: Add install_LOGROT to install targets
2009-03-11 15:21:24 +00:00
Jan Lindemann
9966c55335
make: Add support for LOGROT installation type (/etc/logrotate.d/)
2009-03-10 15:56:01 +00:00
Jan Lindemann
09dc68b325
defs.mk: Remove USE_XCHANGE for dspcd and dsprout, should sneak in otherwise
2009-02-28 23:39:31 +00:00
Jan Lindemann
5f6e78a717
defs.mk: Update USE_AUTH and USE_XCHANGE
...
- Move USE_AUTH to bottom where it has effect
- Shift USE_XCHANGE from feedfs to feedfs-net following the same
shift in the client and server worker plugins
2009-02-25 20:12:58 +00:00
Jan Lindemann
d1753dbc82
defs.mk: Add support for USE_FEEDFS_NET
2009-02-25 18:18:00 +00:00
Jan Lindemann
02a1b811cc
defs.mk: Add BUILD_SYSCFGDIR and BUILD_LD_CONFDIR
2009-02-24 13:12:56 +00:00
Jan Lindemann
5264457de3
defs.mk: Add support for USE_AUTH
2009-02-21 21:09:02 +00:00
Jan Lindemann
a0288808cc
make: Support CGI installation type
...
Add support for cgi scripts, installed into
/home/wwwrun/local/cgi-bin
2009-02-20 13:31:30 +00:00
Jan Lindemann
7fe2a1b574
scripts.mk: Move targets to scripts-targets.mk
2009-02-20 13:30:35 +00:00
Jan Lindemann
3999126b09
scripts-targets.mk: Add file
2009-02-20 13:30:00 +00:00
Jan Lindemann
8fe5bbf6db
defs-dist.mk: Add LOG_THREAD_NAMES = true
2009-02-07 16:32:42 +00:00
Jan Lindemann
0e5c7644b4
rules.mk: Add target coreclean
2008-12-13 16:31:30 +00:00
Jan Lindemann
9343fbd028
defs.mk: Fix regex for getting LD_LIB_PATH from LDFLAGS
2008-11-25 23:43:33 +00:00