diff options
author | th <th@openoffice.org> | 2001-05-09 11:55:09 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-05-09 11:55:09 +0000 |
commit | ff797de6be2aed316e4e7048a12580133611c381 (patch) | |
tree | 46071a66d37f8db6e3408207abf9a410da637978 /sal/rtl | |
parent | 56351e05ef485fcc93e1b8be3e026be4cf09ab19 (diff) |
remove char.c and tcwin16.c
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/makefile.mk | 152 |
1 files changed, 71 insertions, 81 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index 9ebe2d49492c..ef7cd1de6508 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -1,60 +1,60 @@ #************************************************************************* # -# $RCSfile: makefile.mk,v $ +# $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: sb $ $Date: 2001-04-23 09:17:29 $ +# last change: $Author: th $ $Date: 2001-05-09 12:55:09 $ # -# The Contents of this file are made available subject to the terms of -# either of the following licenses +# The Contents of this file are made available subject to the terms of +# either of the following licenses # -# - GNU Lesser General Public License Version 2.1 -# - Sun Industry Standards Source License Version 1.1 +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 # -# Sun Microsystems Inc., October, 2000 +# Sun Microsystems Inc., October, 2000 # -# GNU Lesser General Public License Version 2.1 -# ============================================= -# Copyright 2000 by Sun Microsystems, Inc. -# 901 San Antonio Road, Palo Alto, CA 94303, USA +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License version 2.1, as published by the Free Software Foundation. +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. # -# This library 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 for more details. +# This library 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 for more details. # -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA # # -# Sun Industry Standards Source License Version 1.1 -# ================================================= -# The contents of this file are subject to the Sun Industry Standards -# Source License Version 1.1 (the "License"); You may not use this file -# except in compliance with the License. You may obtain a copy of the -# License at http://www.openoffice.org/license.html. +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. # -# Software provided under this License is provided on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, -# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, -# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. -# See the License for the specific provisions governing your rights and -# obligations concerning the Software. +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. # -# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. # -# Copyright: 2000 by Sun Microsystems, Inc. +# Copyright: 2000 by Sun Microsystems, Inc. # -# All Rights Reserved. +# All Rights Reserved. # -# Contributor(s): _______________________________________ +# Contributor(s): _______________________________________ # # # @@ -72,62 +72,52 @@ PROJECTPCHSOURCE=cont_pch # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk -.INCLUDE : settings.mk -.INCLUDE : sv.mk +.INCLUDE : svpre.mk +.INCLUDE : settings.mk +.INCLUDE : sv.mk # --- Files -------------------------------------------------------- .IF "$(header)" == "" -SLOFILES= $(SLO)$/alloc.obj \ - $(SLO)$/memory.obj \ - $(SLO)$/cipher.obj \ - $(SLO)$/crc.obj \ - $(SLO)$/digest.obj \ - $(SLO)$/random.obj \ - $(SLO)$/locale.obj \ - $(SLO)$/char.obj \ - $(SLO)$/strimp.obj \ - $(SLO)$/string.obj \ - $(SLO)$/ustring.obj \ - $(SLO)$/strbuf.obj \ - $(SLO)$/ustrbuf.obj \ - $(SLO)$/uuid.obj \ +SLOFILES= $(SLO)$/alloc.obj \ + $(SLO)$/memory.obj \ + $(SLO)$/cipher.obj \ + $(SLO)$/crc.obj \ + $(SLO)$/digest.obj \ + $(SLO)$/random.obj \ + $(SLO)$/locale.obj \ + $(SLO)$/strimp.obj \ + $(SLO)$/string.obj \ + $(SLO)$/ustring.obj \ + $(SLO)$/strbuf.obj \ + $(SLO)$/ustrbuf.obj \ + $(SLO)$/uuid.obj \ $(SLO)$/rtl_process.obj \ - $(SLO)$/byteseq.obj \ + $(SLO)$/byteseq.obj \ $(SLO)$/uri.obj -.IF "$(GUI)" == "WIN" -SLOFILES+= $(SLO)$/tcwin16.obj -.ENDIF - #.IF "$(UPDATER)"=="YES" -OBJFILES= $(OBJ)$/alloc.obj \ - $(OBJ)$/memory.obj \ - $(OBJ)$/cipher.obj \ - $(OBJ)$/crc.obj \ - $(OBJ)$/digest.obj \ - $(OBJ)$/random.obj \ - $(OBJ)$/locale.obj \ - $(OBJ)$/char.obj \ - $(OBJ)$/strimp.obj \ - $(OBJ)$/string.obj \ - $(OBJ)$/ustring.obj \ - $(OBJ)$/strbuf.obj \ - $(OBJ)$/ustrbuf.obj \ - $(OBJ)$/uuid.obj \ +OBJFILES= $(OBJ)$/alloc.obj \ + $(OBJ)$/memory.obj \ + $(OBJ)$/cipher.obj \ + $(OBJ)$/crc.obj \ + $(OBJ)$/digest.obj \ + $(OBJ)$/random.obj \ + $(OBJ)$/locale.obj \ + $(OBJ)$/strimp.obj \ + $(OBJ)$/string.obj \ + $(OBJ)$/ustring.obj \ + $(OBJ)$/strbuf.obj \ + $(OBJ)$/ustrbuf.obj \ + $(OBJ)$/uuid.obj \ $(OBJ)$/rtl_process.obj \ - $(OBJ)$/byteseq.obj \ + $(OBJ)$/byteseq.obj \ $(OBJ)$/uri.obj #.ENDIF -.IF "$(GUI)" == "WIN" -OBJFILES+= $(OBJ)$/tcwin16.obj -.ENDIF - .ENDIF # --- Targets ------------------------------------------------------ -.INCLUDE : target.mk +.INCLUDE : target.mk |