initial import

This commit is contained in:
Jens-Heiner Rechtien
2000-09-18 15:18:56 +00:00
commit a6cd57fff6
2 changed files with 186 additions and 0 deletions

88
external/glibc/makefile.mk vendored Normal file
View File

@@ -0,0 +1,88 @@
#*************************************************************************
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1.1.1 $
#
# last change: $Author: hr $ $Date: 2000-09-18 16:18:53 $
#
# 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
#
# 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
#
# 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.
#
# 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.
#
# 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.
#
# Copyright: 2000 by Sun Microsystems, Inc.
#
# All Rights Reserved.
#
# Contributor(s): _______________________________________
#
#
#
#*************************************************************************
MAKEFILERC=yes
.IF "$(OS)" == "WNT"
patchsuffix=btm
.ENDIF
.IF "$(OS)" == "LINUX"
patchsuffix=sh
.ENDIF
.IF "$(OS)" == "SOLARIS"
patchsuffix=sh
.ENDIF
ALL: patchinf \
ALLTAR
patchinf:
@+glibcpatch.$(patchsuffix)
clean:
@+rm -f patchinf
@+rm -rf rtufiles
@+mkdir rtufiles
@+rm -f patcherror
.INCLUDE : target.mk

98
external/prj/d.lst vendored Normal file
View File

@@ -0,0 +1,98 @@
mkdir: %_DEST%\inc%_EXT%\external
mkdir: %_DEST%\inc%_EXT%\external\ado
mkdir: %_DEST%\inc%_EXT%\external\atl
mkdir: %_DEST%\inc%_EXT%\external\dt
mkdir: %_DEST%\inc%_EXT%\external\expat
mkdir: %_DEST%\inc%_EXT%\external\glibc
mkdir: %_DEST%\inc%_EXT%\external\jpeg
mkdir: %_DEST%\inc%_EXT%\external\neon
mkdir: %_DEST%\inc%_EXT%\external\npsdk
mkdir: %_DEST%\inc%_EXT%\external\odbc
mkdir: %_DEST%\inc%_EXT%\external\pgp
mkdir: %_DEST%\inc%_EXT%\external\pgp\win32_55
mkdir: %_DEST%\inc%_EXT%\external\pgp\win32_60
mkdir: %_DEST%\inc%_EXT%\external\pgp\win32_65
mkdir: %_DEST%\inc%_EXT%\external\sane
mkdir: %_DEST%\inc%_EXT%\external\twain
mkdir: %_DEST%\inc%_EXT%\external\zlib
mkdir: %_DEST%\inc%_EXT%\stl
mkdir: %_DEST%\inc%_EXT%\stl\BC50
mkdir: %_DEST%\inc%_EXT%\stl\BCB
mkdir: %_DEST%\inc%_EXT%\stl\SC5
mkdir: %_DEST%\inc%_EXT%\stl\config
mkdir: %_DEST%\inc%_EXT%\audio
..\audio\rtufiles\lib\audio\libaudio.a %_DEST%\lib%_EXT%\libaudio.a
..\audio\rtufiles\usr.include\audio\* %_DEST%\inc%_EXT%\audio\*
..\ado\*.h %_DEST%\inc%_EXT%\external\ado\*.h
..\atl\rtufiles\*.h %_DEST%\inc%_EXT%\external\atl\*.h
..\atl\rtufiles\*.idl %_DEST%\inc%_EXT%\external\atl\*.idl
..\atl\rtufiles\*.cpp %_DEST%\inc%_EXT%\external\atl\*.cpp
..\dt\*.h %_DEST%\inc%_EXT%\external\dt\*.h
..\expat\rtufiles\xmlparse\xmlparse.h %_DEST%\inc%_EXT%\external\expat\xmlparse.h
..\glibc\rtufiles\posix\config.h %_DEST%\inc%_EXT%\external\glibc\config.h
..\glibc\rtufiles\posix\getopt.h %_DEST%\inc%_EXT%\external\glibc\getopt.h
..\npsdk\rtufiles\*.h %_DEST%\inc%_EXT%\external\npsdk\*.h
..\odbc\rtufiles\*.h %_DEST%\inc%_EXT%\external\odbc\*.h
..\sane\*.h %_DEST%\inc%_EXT%\external\sane\*.h
..\twain\*.h %_DEST%\inc%_EXT%\external\twain\*.h
..\zlib\rtufiles\zlib.h %_DEST%\inc%_EXT%\external\zlib\zlib.h
..\zlib\rtufiles\zconf.h %_DEST%\inc%_EXT%\external\zconf.h
..\%__SRC%\slo\np* %_DEST%\lib%_EXT%\*
..\%__SRC%\slo\badapter.* %_DEST%\lib%_EXT%\*
..\%__SRC%\slo\PluginNew.* %_DEST%\lib%_EXT%\*
..\%__SRC%\slb\expat_xmltok.lib %_DEST%\lib%_EXT%\expat_xmltok.lib
..\%__SRC%\slb\expat_xmlparse.lib %_DEST%\lib%_EXT%\expat_xmlparse.lib
..\%__SRC%\slb\ascii_expat_xmlparse.lib %_DEST%\lib%_EXT%\ascii_expat_xmlparse.lib
..\%__SRC%\lib\libexpat_xmltok.a %_DEST%\lib%_EXT%\libexpat_xmltok.a
..\%__SRC%\lib\libexpat_xmlparse.a %_DEST%\lib%_EXT%\libexpat_xmlparse.a
..\%__SRC%\lib\libascii_expat_xmlparse.a %_DEST%\lib%_EXT%\libascii_expat_xmlparse.a
..\%__SRC%\slb\gnu_getopt.lib %_DEST%\lib%_EXT%\gnu_getopt.lib
..\%__SRC%\lib\libgnu_getopt.a %_DEST%\lib%_EXT%\libgnu_getopt.a
..\%__SRC%\slb\zlib.lib %_DEST%\lib%_EXT%\zlib.lib
..\%__SRC%\lib\libzlib.a %_DEST%\lib%_EXT%\libzlib.a
..\jpeg\rtufiles\jpeg.h %_DEST%\inc%_EXT%\external\jpeg\jpeg.h
..\jpeg\rtufiles\jpeglib.h %_DEST%\inc%_EXT%\external\jpeg\jpeglib.h
..\%__SRC%\slb\jpeglib.lib %_DEST%\lib%_EXT%\jpeglib.lib
..\%__SRC%\lib\libjpeglib.a %_DEST%\lib%_EXT%\libjpeglib.a
..\pgp\pgp553\win32_55\inc\*.h %_DEST%\inc%_EXT%\external\pgp\win32_55\*.h
..\pgp\pgp602\win32_60\inc\*.h %_DEST%\inc%_EXT%\external\pgp\win32_60\*.h
..\pgp\pgp651\win32_65\inc\*.h %_DEST%\inc%_EXT%\external\pgp\win32_65\*.h
..\pgp\pgp553\win32_55\lib\*.lib %_DEST%\lib%_EXT%\*.lib
..\pgp\pgp602\win32_60\lib\*.lib %_DEST%\lib%_EXT%\*.lib
..\pgp\pgp651\win32_65\lib\*.lib %_DEST%\lib%_EXT%\*.lib
..\neon\dates.h %_DEST%\inc%_EXT%\external\neon\dates.h
..\neon\dav_207.h %_DEST%\inc%_EXT%\external\neon\dav_207.h
..\neon\dav_basic.h %_DEST%\inc%_EXT%\external\neon\dav_basic.h
..\neon\dav_locks.h %_DEST%\inc%_EXT%\external\neon\dav_locks.h
..\neon\dav_props.h %_DEST%\inc%_EXT%\external\neon\dav_props.h
..\neon\hip_xml.h %_DEST%\inc%_EXT%\external\neon\hip_xml.h
..\neon\http_basic.h %_DEST%\inc%_EXT%\external\neon\http_basic.h
..\neon\http_cookies.h %_DEST%\inc%_EXT%\external\neon\http_cookies.h
..\neon\http_request.h %_DEST%\inc%_EXT%\external\neon\http_request.h
..\neon\http_utils.h %_DEST%\inc%_EXT%\external\neon\http_utils.h
..\neon\neon_config.h %_DEST%\inc%_EXT%\external\neon\neon_config.h
..\neon\neon_defs.h %_DEST%\inc%_EXT%\external\neon\neon_defs.h
..\neon\socket.h %_DEST%\inc%_EXT%\external\neon\socket.h
..\neon\string_utils.h %_DEST%\inc%_EXT%\external\neon\string_utils.h
..\neon\uri.h %_DEST%\inc%_EXT%\external\neon\uri.h
..\%__SRC%\slb\neon.lib %_DEST%\lib%_EXT%\neon.lib
..\%__SRC%\lib\libneon.a %_DEST%\lib%_EXT%\libneon.a
..\std2\stl\* %_DEST%\inc%_EXT%\stl\*
..\std2\stl\*.* %_DEST%\inc%_EXT%\stl\*.*
..\std2\stl\BC50\* %_DEST%\inc%_EXT%\stl\BC50\*
..\std2\stl\BC50\*.* %_DEST%\inc%_EXT%\stl\BC50\*.*
..\std2\stl\BCB\* %_DEST%\inc%_EXT%\stl\BCB\*
..\std2\stl\BCB\* %_DEST%\inc%_EXT%\stl\BCB\*
..\std2\stl\SC5\* %_DEST%\inc%_EXT%\stl\SC5\*
..\std2\stl\SC5\*.* %_DEST%\inc%_EXT%\stl\SC5\*.*
..\std2\stl\config\*.* %_DEST%\inc%_EXT%\stl\config\*.*
..\std2\stl\config\*.* %_DEST%\inc%_EXT%\stl\config\*.*
dos: sh %__PRJROOT%\prj\linkheader
dos: sh %__PRJROOT%\prj\rmheader