Commit graph

627 commits

Author SHA1 Message Date
Jan Lindemann
ba3f8659ce rpmdist.mk: (hopefully) fixed REQUIRES_DEVEL 2007-08-27 14:33:49 +00:00
Jan Lindemann
fb361f37c9 rules.mk: Disable std_install_rules for debugging
- Beautify echo-ldflags target
  - Comment out std_install_rules depending on file attributes to see
    where it breaks
  - Move INSTALLATION_FILE_TYPES from defs.mk.in here
2007-08-26 17:27:58 +00:00
Jan Lindemann
505e7f3eb2 qt-defs.mk: Make all variables externally definable 2007-08-26 17:27:54 +00:00
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
406aed365d includes.mk: Add
includes.mk is meant as a makefile to include in directories
containing only headers meant to be copied into BUILD_HDRDIR and
INSTALL_HDRDIR
2007-08-26 14:45:34 +00:00
Jan Lindemann
dd76e67506 rpmdist.mk: Make devel package depend on run package 2007-08-26 09:34:58 +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
688e945b36 defs-dist.mk: Add CATCH_ONLY_YERROR, defaulting to false 2007-08-25 11:23:00 +00:00
Jan Lindemann
aec4c05c93 defs-dev.mk: Add CATCH_ONLY_YERROR, defaulting to true 2007-08-25 11:22:55 +00:00
Jan Lindemann
8698a0b054 rpmdist.mk: Pack up only files in VCS
Fill up rpms based on CVS/Entries list. This way, a distclean is
unnecessary before packing up a tarball.
2007-08-24 20:26:27 +00:00
Jan Lindemann
e9eb495fa6 rpmdist.mk: Add target rpm-build 2007-08-24 20:14:21 +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
4627a4b314 rpmdist.mk: Beautify 2007-08-23 17:55:13 +00:00
Jan Lindemann
fc018bab47 plugin-defs.mk: Add USE_PLUGIN_VERSION_LIB
Make linkage of plugin against plugin version lib depend on
$(USE_PLUGIN_VERSION_LIB) = true. This is the default.
2007-08-23 17:03:17 +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
444536da78 defs-dist.mk: Add PI(ONWER|GROUP|MODE) 2007-08-23 14:25:46 +00:00
Jan Lindemann
3b954bc5c1 make: Replace direct invocations of ssh by $(CVS_RSH) 2007-08-23 10:57:38 +00:00
Jan Lindemann
63dc2009df rpmdist.mk: Run rpm-clean before update-repo.dist
Run rpm-clean before update-repo.dist on an automated build, hope
this helps to avoid conflicting version numbers
2007-08-23 02:21:43 +00:00
Jan Lindemann
218f12eba7 rules.mk: Add target echo-modules 2007-08-23 01:56:49 +00:00
Jan Lindemann
d37be30057 plugin.mk: Standardized 2007-08-23 01:56:47 +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
1dae80c3f3 rpmdist.mk: Fix typo 2007-08-22 21:34:05 +00:00
Jan Lindemann
d7a78ca5d0 scripts.mk: Add build_SCRIPT target 2007-08-22 17:03:00 +00:00
Jan Lindemann
cf17f9737c rpmdist.mk: Support DIST_DIR
- Add variable $(DIST_DIR)
- Remove $(DIST_DIR) on clean
2007-08-22 17:02:54 +00:00
Jan Lindemann
8ccb767f33 defs.mk: Fix SCOPE_CASMIX_VERSION 2007-08-22 17:02:47 +00:00
Jan Lindemann
15e498ef90 topdir.mk: Add DOCS to INSTALLED_TOPDIR_FILES 2007-08-22 14:42:53 +00:00
Jan Lindemann
0323a0cff8 scripts.mk: Standardized 2007-08-22 14:42:45 +00:00
Jan Lindemann
5a00da68e8 rpmdist.mk: Fix rpm versions leaking to next
- Unexport RPM_VERSION VERSION DIST_SRC_DIR
  - Beautify logging
2007-08-22 14:42:39 +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
1f8f9df933 defs-dev.mk, defs-dist.mk: Add file attributes for SCRIPT 2007-08-22 14:42:22 +00:00
Jan Lindemann
f7dd1540f4 rpmdist.mk: Add check_cvs_sync to build-on-version-diff 2007-08-22 12:31:14 +00:00
Jan Lindemann
b80f5c6b6f rules.mk: Beautification 2007-08-22 12:20:16 +00:00
Jan Lindemann
41e395ff04 rpmdist.mk: Some fixed to rpm-release target 2007-08-22 12:20:12 +00:00
Jan Lindemann
0fdcd7a37d defs.mk: Add cvs_files helper 2007-08-22 12:20:10 +00:00
Jan Lindemann
b81092f1d1 rpmdist.mk: Try to automatically update VERSION
First attempt at automated version update during make rpm-release
2007-08-22 11:37:55 +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
85ba91f499 rpmdist.mk: Add target rpm-reinstall 2007-08-21 19:56:26 +00:00
Jan Lindemann
a53f2466cf lo.mk: Make SO_PREFIX externally definable (bugfix) 2007-08-21 19:56:22 +00:00
Jan Lindemann
92202753f4 rpmdist.mk: Fix pattern matching for autoconf-generated files 2007-08-21 18:34:36 +00:00
Jan Lindemann
02c521128e make.mk: Standardized 2007-08-21 18:34:31 +00:00
Jan Lindemann
52dd44ccf3 defs.mk: Add file type MAKE 2007-08-21 18:34:27 +00:00
Jan Lindemann
390eddde99 qt.mk: Include qt-rules 2007-08-21 17:09:27 +00:00
Jan Lindemann
5686370c58 rules.mk: Code beautification
- Remove unused code
  - Beautify installation logging
2007-08-21 17:09:05 +00:00
Jan Lindemann
61d0c9a226 defs-dev.mk, defs-dist.mk: Fix LIBDIRMODE 2007-08-21 17:08:35 +00:00
Jan Lindemann
8ddd9c1c5c qt-rules.mk: Add file 2007-08-21 16:30:06 +00:00
Jan Lindemann
7bbf7c9a41 make: Standardized 2007-08-21 16:20:30 +00:00
Jan Lindemann
ea67ea66ce targets-tools.mk: Remove PREREQ_DONE from prerequisites of all.done 2007-08-21 16:20:27 +00:00