1--- misc/ucpp/makefile.mk 2011-09-21 14:52:57.436957300 +0200 2+++ misc/build/ucpp/makefile.mk 2011-09-21 14:37:13.843986900 +0200 3@@ -1 +1,53 @@ 4-dummy 5+#************************************************************************* 6+# 7+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 8+# 9+# Copyright 2000, 2010 Oracle and/or its affiliates. 10+# 11+# OpenOffice.org - a multi-platform office productivity suite 12+# 13+# This file is part of OpenOffice.org. 14+# 15+# OpenOffice.org is free software: you can redistribute it and/or modify 16+# it under the terms of the GNU Lesser General Public License version 3 17+# only, as published by the Free Software Foundation. 18+# 19+# OpenOffice.org is distributed in the hope that it will be useful, 20+# but WITHOUT ANY WARRANTY; without even the implied warranty of 21+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22+# GNU Lesser General Public License version 3 for more details 23+# (a copy is included in the LICENSE file that accompanied this code). 24+# 25+# You should have received a copy of the GNU Lesser General Public License 26+# version 3 along with OpenOffice.org. If not, see 27+# <http://www.openoffice.org/license.html> 28+# for a copy of the LGPLv3 License. 29+# 30+#************************************************************************* 31+ 32+PRJ=..$/..$/..$/.. 33+ 34+PRJNAME=ucpp 35+TARGET=ucpp 36+TARGETTYPE=CUI 37+LIBTARGET=NO 38+ 39+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE 40+ 41+# --- Settings ----------------------------------------------------- 42+.INCLUDE : settings.mk 43+ 44+# --- Files -------------------------------------------------------- 45+ 46+CFLAGS+= -DNO_UCPP_BUF -DUCPP_CONFIG -DSTAND_ALONE 47+ 48+APP1TARGET= $(TARGET) 49+APP1OBJS= $(OBJ)$/assert.obj $(OBJ)$/cpp.obj $(OBJ)$/eval.obj $(OBJ)$/hash.obj $(OBJ)$/lexer.obj $(OBJ)$/macro.obj $(OBJ)$/mem.obj $(OBJ)$/nhash.obj 50+APP1RPATH= SDK 51+ 52+APP1STDLIBS= 53+ 54+ 55+OBJFILES = $(APP1OBJS) 56+ 57+.INCLUDE : target.mk 58