Commit graph

488 commits

Author SHA1 Message Date
Jan Lindemann
1133f4b7b8 defs.mk: Beautify compiler definition (somewhat) 2007-07-13 14:06:25 +00:00
Jan Lindemann
34cf5d467c proj.mk.in: -ldl and -lpthread were missing in LDFLAGS 2007-07-13 14:06:12 +00:00
Jan Lindemann
12b543efd9 defs.mk, rules.mk: Some fixes to mingw support 2007-07-13 13:26:43 +00:00
Jan Lindemann
9b9343c48a standalone-exe.mk: Add USE_PROJECT_LIB = false 2007-07-13 10:52:25 +00:00
Jan Lindemann
65ba4f3cfd make: Add support for mingw 2007-07-13 10:49:58 +00:00
Jan Lindemann
fedd4615db standalone-exe.mk: Streamline some variables
- Leave definition of EXE to run.mk
  - Fix some prerequisites (VERSION, DIST_VERSION, USE_CFG_XXX_MK)
2007-07-13 10:49:46 +00:00
Jan Lindemann
7d3336a4fd test-exe.mk: EXE is now only optionally defined 2007-07-13 10:48:41 +00:00
Jan Lindemann
6f8ab92984 so.mk: Install plugins into $(LIBDIR) 2007-07-12 13:24:15 +00:00
710350be09 linux-rpm.mk: Ditch original extraversion
not preserving original extraversion any longer, new extraversion
simply is the rpm release, this is a workaround for problems with
wrong paths in rpmbuild.  (One could argue that this is better
anyway, since now no information about applied patches is shown in
`uname`)
2007-07-09 09:16:46 +00:00
bedb1836a1 linux-rpm.mk: Fix extraversion handling
- Backup commit
  - Make exraversion processing cope with missing blank in linux-<version>/Makefile
  - Change processing of extraversion so that the rpm release
    is always appended to the end, regardles of whether the former extraversion
    starts with '-' or '.' . I *think* the is good, but I still ran into problems
    in rpmbuild
2007-07-09 09:08:59 +00:00
Jan Lindemann
a52010723f qt*.mk: Fix conditional QT_VERSION definition
Fix, sortof, conditional variable definitions of QT_VERSION.
2007-07-03 13:38:27 +00:00
Jan Lindemann
3476fdd6e9 qtversion.mk: Fixified, sortof, conditional variable definitions of QT_VERSION, QT_MAJOR_VERSION 2007-07-03 13:38:09 +00:00
Jan Lindemann
f4e5d2f12b defs.mk, rules.mk: Auto-generate NEW_LD_LIB_PATH
Add (experimental) NEW_LD_LIB_PATH automatically generated from
LDFLAGS.
2007-07-03 13:36:59 +00:00
Jan Lindemann
97b8e067bf exe.mk: Beautify 2007-07-03 13:36:04 +00:00
Jan Lindemann
306cd22267 lo.mk: Add file 2007-07-02 13:28:06 +00:00
Jan Lindemann
4dfddb3023 run.mk: Comment out redundant definition of LD_LIB_PATH 2007-06-30 21:50:39 +00:00
Jan Lindemann
6d76babea0 defs.mk: Add IMAGE_DIR variable definition 2007-06-30 21:50:09 +00:00
Jan Lindemann
c775679418 defs.mk: Set default values for some variables
- Make jannet default customer
  - Add default variables OS, SYSCONFIG_FILE, CONFIG_DIR and CONFIG_FILE
2007-06-30 12:42:10 +00:00
Jan Lindemann
1c58bb7615 main.mk: Add file 2007-06-30 12:12:02 +00:00
Jan Lindemann
9b61381a61 defs.mk: Fix compilation with ytools
- Add $(MODDIR)/include to CFLAGS if $(USE_YTOOLS) = true
  - Ignore F.* (as in dsp stuff) in version string
2007-06-30 11:18:14 +00:00
Jan Lindemann
817f532468 run.mk: Nullifying BUILD_H, to disable installation of headers to $(TOPDIR)/include 2007-06-29 14:37:42 +00:00
Jan Lindemann
79586ea79e defs.mk: Add variable YTOOLS_DIR = $(MODDIR) 2007-06-23 18:41:25 +00:00
Jan Lindemann
dcb5f1d9e2 scripts.mk: Preserve quotes over invocation of wrapper script (result of install-home-bin 2007-06-23 10:57:52 +00:00
Jan Lindemann
0886ac195d run.mk: Add target abort (kill -6) 2007-06-23 10:56:38 +00:00
Jan Lindemann
03e1691b18 defs.mk: Add USE_GFILTER 2007-06-19 10:49:19 +00:00
Jan Lindemann
12e5ed0adc defs.mk: Add USE_YTOOLS variable, defaulting to true 2007-06-17 13:09:03 +00:00
Jan Lindemann
46fa667cce defs.mk: Fix missing -dev in development version
- (Hopefully) fixed missing -dev in development version
  - Remove duplicate -D_DO_TRACE_
2007-06-17 13:01:37 +00:00
Jan Lindemann
0f3d0ad40d make: Introduce QT_MAJOR_VERSION
- Replace QT_MAJOR_VERSION
  - Replace QT_VERSION by QT_MAJOR_VERSION
2007-06-17 11:51:29 +00:00
Jan Lindemann
6f9c678dab rpmdist.mk: Add stubs for rpmrelease target 2007-06-16 18:58:19 +00:00
Jan Lindemann
a8bd703c7d defs.mk: Replace "-" by "_" in PROJECT_CAPNAME 2007-06-16 18:55:12 +00:00
Jan Lindemann
e2861fe97c rpmdist.mk: Allow predefining some variables
- Add MKSPEC_SH definition
- Replace = by ?= here and there
2007-06-16 17:55:39 +00:00
Jan Lindemann
acfaa37045 rules.mk: Remove distclean target 2007-06-16 17:54:34 +00:00
Jan Lindemann
606f783310 topdir.mk: Remove redundant subdir implementation
- Leave subdirs to subdirs.mk
  - Add distclean and clean target
2007-06-16 17:54:16 +00:00
Jan Lindemann
a029688d8e upload-defs.mk: Add default variables for upload 2007-06-16 17:53:44 +00:00
Jan Lindemann
1a9f0299e8 defs.mk: Push a lot more definitions from project directory here, hope it doesn't break anything 2007-06-16 17:52:51 +00:00
Jan Lindemann
9ce946682c qt-defs.mk: Add file 2007-06-16 17:32:23 +00:00
Jan Lindemann
8bccaa9ea1 defs.mk: Include local.mk before USE_XXX checks 2007-06-09 11:24:32 +00:00
Jan Lindemann
5298729f64 run.mk: Add target attach 2007-06-01 19:43:16 +00:00
Jan Lindemann
d8c6c12f6d topdir.mk: Add sudir recursion to all targets 2007-05-23 11:30:53 +00:00
Jan Lindemann
b4fa361626 yapp.mk: Now nicer default for YAPP_CLASS 2007-05-14 13:49:37 +00:00
Jan Lindemann
8b0519fdeb linux-rpm-build.mk: Remove *.tar on clean, too 2007-05-04 12:51:16 +00:00
Jan Lindemann
676bbb5a73 linux-rpm.mk: Add support for .diff extension of patch files 2007-04-04 13:28:37 +00:00
Jan Lindemann
1070bf4c90 standalone-exe.mk: Auto-add values for PROJECT and PREFIX 2007-02-23 01:05:56 +00:00
Jan Lindemann
bd26315c1f rules.mk: Add target trace-marks 2007-02-23 01:05:15 +00:00
Jan Lindemann
3f0b65cb96 linux-rpm-build.mk, rules.mk, generate-boot-medium.sh: Cleanup commit 2007-02-16 20:12:31 +00:00
Jan Lindemann
bec2fe4ecd yapp.mk: Find $(YAPP_CLASS).h in $(INCLUDE) path 2007-01-20 17:50:14 +00:00
Katrin Lindemann
d8d71a7ad6 defs.mk: Remove ./nomake from FIND_SUBDIRS 2007-01-06 14:17:34 +00:00
Jan Lindemann
cd109bf8f3 isolinux.mk: Ongoing improvements
- Make ISO_IMAGE optional
  - Beautify clean target
  - Add MENU_32 variable for use in including Makefiles
2006-12-31 11:42:58 +00:00
Jan Lindemann
bf794fe07c isolinux.mk: Now automatically using latest version 2006-12-03 19:28:00 +00:00
Jan Lindemann
48b3bdfb5e smart-selection.mk: Add target write 2006-10-24 09:33:08 +00:00