diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-04-06 01:51:05 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-13 13:07:50 +0200 |
commit | bed6580ec330fea6bc7ee015adf1baf6298ed3fb (patch) | |
tree | 9cc38eba924866b57c59768e426ce46806ce1a6a /idlc/source | |
parent | 1830cf752e9abd2bb168e5e978b72038e1c4b263 (diff) |
gbuild conversion: idlc module
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/makefile.mk | 124 | ||||
-rw-r--r-- | idlc/source/preproc/makefile.mk | 77 |
2 files changed, 0 insertions, 201 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk deleted file mode 100644 index 0f4232feadfe..000000000000 --- a/idlc/source/makefile.mk +++ /dev/null @@ -1,124 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=.. - -PRJNAME=idlc -TARGET=idlc -TARGETTYPE=CUI -LIBTARGET=NO - -ENABLE_EXCEPTIONS=TRUE -INCPRE=$(MISC) - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# --- Files -------------------------------------------------------- - -CXXFILES= \ - wrap_scanner.cxx \ - wrap_parser.cxx \ - idlcmain.cxx \ - idlc.cxx \ - idlccompile.cxx \ - idlcproduce.cxx \ - errorhandler.cxx \ - options.cxx \ - fehelper.cxx \ - astdeclaration.cxx \ - astscope.cxx \ - aststack.cxx \ - astdump.cxx \ - astinterface.cxx \ - aststruct.cxx \ - aststructinstance.cxx \ - astoperation.cxx \ - astconstant.cxx \ - astenum.cxx \ - astarray.cxx \ - astunion.cxx \ - astexpression.cxx \ - astservice.cxx - -YACCTARGET=$(MISC)$/parser.cxx -YACCFILES=parser.y - -OBJFILES= \ - $(OBJ)$/wrap_scanner.obj \ - $(OBJ)$/wrap_parser.obj \ - $(OBJ)$/idlcmain.obj \ - $(OBJ)$/idlc.obj \ - $(OBJ)$/idlccompile.obj \ - $(OBJ)$/idlcproduce.obj \ - $(OBJ)$/errorhandler.obj \ - $(OBJ)$/options.obj \ - $(OBJ)$/fehelper.obj \ - $(OBJ)$/astdeclaration.obj \ - $(OBJ)$/astscope.obj \ - $(OBJ)$/aststack.obj \ - $(OBJ)$/astdump.obj \ - $(OBJ)$/astinterface.obj \ - $(OBJ)$/aststruct.obj \ - $(OBJ)$/aststructinstance.obj \ - $(OBJ)$/astoperation.obj \ - $(OBJ)$/astconstant.obj \ - $(OBJ)$/astenum.obj \ - $(OBJ)$/astarray.obj \ - $(OBJ)$/astunion.obj \ - $(OBJ)$/astexpression.obj \ - $(OBJ)$/astservice.obj - -APP1TARGET= $(TARGET) -APP1OBJS= $(OBJFILES) - -APP1RPATH=SDK - -APP1STDLIBS = \ - $(REGLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) - -# --- Targets ------------------------------------------------------ - -.IF "$(debug)" == "" -YACCFLAGS+=-l -.ELSE -YACCFLAGS+=-v -.ENDIF - -.INCLUDE : target.mk - -$(MISC)$/stripped_scanner.ll : scanner.ll - tr -d "\015" < scanner.ll > $(MISC)$/stripped_scanner.ll - -$(MISC)$/scanner.cxx: $(MISC)$/stripped_scanner.ll - flex -o$(MISC)$/scanner.cxx $(MISC)$/stripped_scanner.ll - -$(OBJ)$/wrap_parser.obj: $(MISC)$/parser.cxx -$(OBJ)$/wrap_scanner.obj: $(MISC)$/scanner.cxx diff --git a/idlc/source/preproc/makefile.mk b/idlc/source/preproc/makefile.mk deleted file mode 100644 index 721a5cd3e703..000000000000 --- a/idlc/source/preproc/makefile.mk +++ /dev/null @@ -1,77 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/.. - -PRJNAME=idlc -TARGET=idlcpp -TARGETTYPE=CUI - -# --- Settings ----------------------------------------------------- - -NO_DEFAULT_STL=TRUE -LIBSALCPPRT=$(0) - -.INCLUDE : settings.mk - -# --- Files -------------------------------------------------------- - -OBJFILES= \ - $(OBJ)$/cpp.obj \ - $(OBJ)$/eval.obj \ - $(OBJ)$/include.obj \ - $(OBJ)$/lex.obj \ - $(OBJ)$/macro.obj \ - $(OBJ)$/nlist.obj \ - $(OBJ)$/tokens.obj \ - $(OBJ)$/unix.obj - -# --- CPP ------------------------------------------------------- - -APP1TARGET= $(TARGET) -APP1RPATH=SDK - -.IF "$(GUI)" != "UNX" -.IF "$(COM)" != "GCC" -APP1OBJS=$(OBJ)$/cpp.obj -.ENDIF -.ENDIF - -APP1LIBS= $(LB)$/idlcpp.lib - -.IF "$(HAVE_GETOPT)" != "YES" -.IF "$(GUI)$(COM)" == "WNTMSC" -APP1STDLIBS=gnu_getopt.lib -.ELIF "$(GUI)$(COM)" == "WNTGCC" -APP1STDLIBS=-lgnu_getopt -.ENDIF -.ENDIF - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - |