diff options
-rw-r--r-- | sal/rtl/source/makefile.mk | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index 45548447018c..c95e64364c8d 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: vg $ $Date: 2007-01-16 16:03:17 $ +# last change: $Author: vg $ $Date: 2007-03-01 16:00:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,8 @@ PROJECTPCH4DLL=TRUE PROJECTPCH=cont_pch PROJECTPCHSOURCE=cont_pch +TARGETTYPE=CUI + # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -120,6 +122,10 @@ OBJFILES= \ $(OBJ)$/logfile.obj \ $(OBJ)$/tres.obj \ $(OBJ)$/math.obj + +APP1TARGET=gen_makefile +APP1OBJS=$(SLO)$/gen_makefile.obj +APP1LIBSALCPPRT= # --- Extra objs ---------------------------------------------------- @@ -142,6 +148,11 @@ SYSALLOCCDEFS+=-DFORCE_SYSALLOC .ENDIF +# --- Makefile snippet -------------------------------------------- + +# used by e.g. update info file +BOOTSTRAPMK = $(OUT)$/inc$/rtlbootstrap.mk + # --- Targets ------------------------------------------------------ .IF "$(ALWAYSDBG_FLAG)"=="" @@ -167,4 +178,8 @@ $(ALWAYSDBGFILES): .ENDIF .ENDIF +ALLTAR : $(BOOTSTRAPMK) + +$(BOOTSTRAPMK) : $(APP1TARGETN) + $< > $@ |