diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-17 13:13:11 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-19 10:14:53 +0100 |
commit | a9e130ab82f3216334e432e9d6ee19a600b6c287 (patch) | |
tree | e36f219b5e5b854335657dc57410bb401b9e3ec1 /sal/osl | |
parent | d899f976ee0f4d1058f1adc94853df94a3c6eaea (diff) |
sal: convert to gbuild
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/all/makefile.mk | 64 | ||||
-rw-r--r-- | sal/osl/unx/makefile.mk | 175 | ||||
-rw-r--r-- | sal/osl/w32/makefile.mk | 110 |
3 files changed, 0 insertions, 349 deletions
diff --git a/sal/osl/all/makefile.mk b/sal/osl/all/makefile.mk deleted file mode 100644 index efd011fa0b60..000000000000 --- a/sal/osl/all/makefile.mk +++ /dev/null @@ -1,64 +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=sal -TARGET=oslall -ENABLE_EXCEPTIONS=TRUE -USE_LDUMP2=TRUE - -MULTITHREAD_OBJ=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -CFLAGS+= $(LFS_CFLAGS) -CXXFLAGS+= $(LFS_CFLAGS) - -# --- Files -------------------------------------------------------- - -SLOFILES= \ - $(SLO)$/utility.obj\ - $(SLO)$/filepath.obj\ - $(SLO)$/debugbase.obj\ - $(SLO)$/loadmodulerelative.obj \ - $(SLO)/log.obj\ - $(SLO)/trace.obj - -OBJFILES= \ - $(OBJ)$/utility.obj\ - $(OBJ)$/filepath.obj\ - $(OBJ)$/debugbase.obj\ - $(OBJ)$/loadmodulerelative.obj \ - $(OBJ)/log.obj\ - $(OBJ)/trace.obj - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk diff --git a/sal/osl/unx/makefile.mk b/sal/osl/unx/makefile.mk deleted file mode 100644 index 1b0b4e3bdef7..000000000000 --- a/sal/osl/unx/makefile.mk +++ /dev/null @@ -1,175 +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=sal -TARGET=cpposl -USE_LDUMP2=TRUE - -TARGETTYPE=CUI - -ENABLE_EXCEPTIONS=TRUE -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -CFLAGS+= $(LFS_CFLAGS) -CXXFLAGS+= $(LFS_CFLAGS) - -.IF "$(OS)" == "IOS" -CFLAGSCXX+=-D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 -.ENDIF - -# --- Files -------------------------------------------------------- - -SLOFILES= \ - $(SLO)$/conditn.obj \ - $(SLO)$/diagnose.obj \ - $(SLO)$/semaphor.obj \ - $(SLO)$/socket.obj \ - $(SLO)$/interlck.obj \ - $(SLO)$/mutex.obj \ - $(SLO)$/nlsupport.obj \ - $(SLO)$/thread.obj \ - $(SLO)$/module.obj \ - $(SLO)$/process.obj \ - $(SLO)$/security.obj \ - $(SLO)$/profile.obj \ - $(SLO)$/time.obj \ - $(SLO)$/signal.obj \ - $(SLO)$/pipe.obj \ - $(SLO)$/system.obj \ - $(SLO)$/util.obj \ - $(SLO)$/tempfile.obj\ - $(SLO)$/file.obj \ - $(SLO)$/file_misc.obj\ - $(SLO)$/file_url.obj\ - $(SLO)$/file_error_transl.obj\ - $(SLO)$/file_path_helper.obj\ - $(SLO)$/file_stat.obj \ - $(SLO)$/file_volume.obj \ - $(SLO)$/uunxapi.obj\ - $(SLO)$/process_impl.obj\ - $(SLO)$/salinit.obj \ - $(SLO)$/readwrite_helper.obj - -OBJFILES= $(OBJ)$/conditn.obj \ - $(OBJ)$/diagnose.obj \ - $(OBJ)$/semaphor.obj \ - $(OBJ)$/socket.obj \ - $(OBJ)$/interlck.obj \ - $(OBJ)$/mutex.obj \ - $(OBJ)$/nlsupport.obj \ - $(OBJ)$/thread.obj \ - $(OBJ)$/module.obj \ - $(OBJ)$/process.obj \ - $(OBJ)$/security.obj \ - $(OBJ)$/profile.obj \ - $(OBJ)$/time.obj \ - $(OBJ)$/signal.obj \ - $(OBJ)$/pipe.obj \ - $(OBJ)$/system.obj \ - $(OBJ)$/util.obj \ - $(OBJ)$/tempfile.obj\ - $(OBJ)$/file.obj \ - $(OBJ)$/file_misc.obj\ - $(OBJ)$/file_url.obj\ - $(OBJ)$/file_error_transl.obj\ - $(OBJ)$/file_path_helper.obj\ - $(OBJ)$/file_stat.obj \ - $(OBJ)$/file_volume.obj \ - $(OBJ)$/uunxapi.obj\ - $(OBJ)$/process_impl.obj\ - $(OBJ)$/salinit.obj \ - $(OBJ)$/readwrite_helper.obj - - -.IF "$(OS)"=="MACOSX" || "$(OS)"=="IOS" -SLOFILES += $(SLO)$/osxlocale.obj -.ENDIF - -.IF "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" || \ - "$(OS)$(CPU)"=="LINUXS" || "$(OS)"=="MACOSX" || "$(OS)"=="AIX" || \ - "$(OS)"=="OPENBSD" || "$(OS)"=="DRAGONFLY" -SLOFILES += $(SLO)$/backtrace.obj -OBJFILES += $(OBJ)$/backtrace.obj -.ENDIF - -# --- Targets ------------------------------------------------------ - -.IF "$(COM)"=="C50" -APP1STDLIBS+=-lC -.ENDIF - -.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == "" -CFLAGS+=-DSAL_ENABLE_CRASH_REPORT -.ENDIF - -.IF "$(OS)" == "IOS" -CFLAGS+=-DNO_DL_FUNCTIONS -DNO_CHILD_PROCESSES -.ENDIF - -.INCLUDE : target.mk - -.IF "$(OS)$(CPU)"=="SOLARISU" || "$(OS)$(CPU)"=="SOLARISS" || "$(OS)$(CPU)"=="NETBSDS" || "$(OS)$(CPU)"=="LINUXS" - -$(SLO)$/interlck.obj: $(SLO)$/interlck.o - touch $(SLO)$/interlck.obj - -$(OBJ)$/interlck.obj: $(OBJ)$/interlck.o - touch $(OBJ)$/interlck.obj - -$(SLO)$/interlck.o: $(MISC)$/interlck_sparc.s - $(ASM) $(AFLAGS) -o $@ $< - -$(OBJ)$/interlck.o: $(MISC)$/interlck_sparc.s - $(ASM) $(AFLAGS) -o $@ $< - -$(MISC)$/interlck_sparc.s: asm/interlck_sparc.s - tr -d "\015" < $< > $@ - -.ENDIF - -.IF "$(OS)$(CPU)"=="SOLARISI" - -$(SLO)$/interlck.obj: $(SLO)$/interlck.o - touch $(SLO)$/interlck.obj - -$(OBJ)$/interlck.obj: $(OBJ)$/interlck.o - touch $(OBJ)$/interlck.obj - -$(SLO)$/interlck.o: $(MISC)$/interlck_x86.s - $(ASM) $(AFLAGS) -o $@ $< - -$(OBJ)$/interlck.o: $(MISC)$/interlck_x86.s - $(ASM) $(AFLAGS) -o $@ $< - -$(MISC)$/interlck_x86.s: asm/interlck_x86.s - tr -d "\015" < $< > $@ - -.ENDIF diff --git a/sal/osl/w32/makefile.mk b/sal/osl/w32/makefile.mk deleted file mode 100644 index 7b40397a3904..000000000000 --- a/sal/osl/w32/makefile.mk +++ /dev/null @@ -1,110 +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=sal -TARGET=cpposl -ENABLE_EXCEPTIONS=TRUE -USE_LDUMP2=TRUE - -MULTITHREAD_OBJ=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# Uncomment the following line if you want to compile with -Wall -# it disables lots of unnecessary warnings comming from the Win32 -# header files (disabling warnings via command line only works with -# MSVC >= 7.x) -# -# CFLAGS+=/wd4668 /wd4711 /wd4201 /wd4710 /wd4619 /wd4514 /wd4820 - -# --- Files -------------------------------------------------------- -.IF "$(CCNUMVER)" >= "001400000000" -CDEFS+=-D_CRT_NON_CONFORMING_SWPRINTFS -.ENDIF - -.IF "$(header)" == "" - -SLOFILES= $(SLO)$/conditn.obj \ - $(SLO)$/diagnose.obj \ - $(SLO)$/dllentry.obj \ - $(SLO)$/semaphor.obj \ - $(SLO)$/socket.obj \ - $(SLO)$/interlck.obj \ - $(SLO)$/nlsupport.obj\ - $(SLO)$/mutex.obj \ - $(SLO)$/thread.obj \ - $(SLO)$/module.obj \ - $(SLO)$/process.obj \ - $(SLO)$/security.obj \ - $(SLO)$/profile.obj \ - $(SLO)$/time.obj \ - $(SLO)$/signal.obj \ - $(SLO)$/pipe.obj \ - $(SLO)$/util.obj \ - $(SLO)$/file.obj\ - $(SLO)$/file_dirvol.obj\ - $(SLO)$/file_error.obj\ - $(SLO)$/file_url.obj\ - $(SLO)$/tempfile.obj\ - $(SLO)$/path_helper.obj\ - $(SLO)$/procimpl.obj \ - $(SLO)$/salinit.obj - -OBJFILES= $(OBJ)$/conditn.obj \ - $(OBJ)$/diagnose.obj \ - $(OBJ)$/semaphor.obj \ - $(OBJ)$/socket.obj \ - $(OBJ)$/interlck.obj \ - $(OBJ)$/nlsupport.obj\ - $(OBJ)$/mutex.obj \ - $(OBJ)$/thread.obj \ - $(OBJ)$/module.obj \ - $(OBJ)$/process.obj \ - $(OBJ)$/security.obj \ - $(OBJ)$/profile.obj \ - $(OBJ)$/time.obj \ - $(OBJ)$/signal.obj \ - $(OBJ)$/pipe.obj \ - $(OBJ)$/util.obj \ - $(OBJ)$/file.obj\ - $(OBJ)$/file_dirvol.obj\ - $(OBJ)$/file_error.obj\ - $(OBJ)$/file_url.obj\ - $(OBJ)$/tempfile.obj\ - $(OBJ)$/path_helper.obj\ - $(OBJ)$/procimpl.obj \ - $(OBJ)$/salinit.obj - -.ENDIF - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk |