xref: /aoo42x/main/sal/osl/w32/MAKEFILE.MK (revision 86e1cf34)
17871dc3eSAndrew Rist#**************************************************************
27871dc3eSAndrew Rist#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
107871dc3eSAndrew Rist#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
127871dc3eSAndrew Rist#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
197871dc3eSAndrew Rist#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=sal
27cdf0e10cSrcweirTARGET=cpposl
28cdf0e10cSrcweirUSE_LDUMP2=TRUE
29cdf0e10cSrcweir
30cdf0e10cSrcweirPROJECTPCH4DLL=TRUE
31cdf0e10cSrcweirPROJECTPCH=cont_pch
32cdf0e10cSrcweirPROJECTPCHSOURCE=cont_pch
33cdf0e10cSrcweir
34cdf0e10cSrcweirMULTITHREAD_OBJ=TRUE
35cdf0e10cSrcweir
36cdf0e10cSrcweir# --- Settings -----------------------------------------------------
37cdf0e10cSrcweir
38cdf0e10cSrcweir.INCLUDE :  settings.mk
39cdf0e10cSrcweir
40cdf0e10cSrcweir# Uncomment the following line if you want to compile with -Wall
41*86e1cf34SPedro Giffuni# it disables lots of unnecessary warnings coming from the Win32
42cdf0e10cSrcweir# header files (disabling warnings via command line only works with
43cdf0e10cSrcweir# MSVC >= 7.x)
44cdf0e10cSrcweir#
45cdf0e10cSrcweir# CFLAGS+=/wd4668 /wd4711 /wd4201 /wd4710 /wd4619 /wd4514 /wd4820
46cdf0e10cSrcweir
47cdf0e10cSrcweir# --- Files --------------------------------------------------------
48cdf0e10cSrcweir.IF "$(CCNUMVER)" >= "001400000000"
49cdf0e10cSrcweirCDEFS+=-D_CRT_NON_CONFORMING_SWPRINTFS
50cdf0e10cSrcweir.ENDIF
51cdf0e10cSrcweir
52cdf0e10cSrcweir.IF "$(header)" == ""
53cdf0e10cSrcweir
54cdf0e10cSrcweirSLOFILES=   $(SLO)$/conditn.obj  \
55cdf0e10cSrcweir            $(SLO)$/diagnose.obj \
56cdf0e10cSrcweir            $(SLO)$/dllentry.obj \
57cdf0e10cSrcweir            $(SLO)$/semaphor.obj \
58cdf0e10cSrcweir            $(SLO)$/socket.obj   \
59cdf0e10cSrcweir            $(SLO)$/interlck.obj \
60cdf0e10cSrcweir            $(SLO)$/nlsupport.obj\
61cdf0e10cSrcweir            $(SLO)$/mutex.obj    \
62cdf0e10cSrcweir            $(SLO)$/thread.obj   \
63cdf0e10cSrcweir            $(SLO)$/module.obj   \
64cdf0e10cSrcweir            $(SLO)$/process.obj  \
65cdf0e10cSrcweir            $(SLO)$/security.obj \
66cdf0e10cSrcweir            $(SLO)$/profile.obj  \
67cdf0e10cSrcweir            $(SLO)$/time.obj     \
68cdf0e10cSrcweir            $(SLO)$/signal.obj   \
69cdf0e10cSrcweir            $(SLO)$/pipeimpl.obj \
70cdf0e10cSrcweir            $(SLO)$/pipe.obj     \
71cdf0e10cSrcweir            $(SLO)$/util.obj     \
72cdf0e10cSrcweir            $(SLO)$/file.obj\
73cdf0e10cSrcweir            $(SLO)$/file_dirvol.obj\
74cdf0e10cSrcweir            $(SLO)$/file_error.obj\
75cdf0e10cSrcweir            $(SLO)$/file_url.obj\
76cdf0e10cSrcweir            $(SLO)$/tempfile.obj\
77cdf0e10cSrcweir            $(SLO)$/path_helper.obj\
78cdf0e10cSrcweir            $(SLO)$/procimpl.obj \
79cdf0e10cSrcweir			$(SLO)$/salinit.obj
80cdf0e10cSrcweir
81cdf0e10cSrcweirOBJFILES=   $(OBJ)$/conditn.obj  \
82cdf0e10cSrcweir            $(OBJ)$/diagnose.obj \
83cdf0e10cSrcweir            $(OBJ)$/libutil.obj  \
84cdf0e10cSrcweir            $(OBJ)$/semaphor.obj \
85cdf0e10cSrcweir            $(OBJ)$/socket.obj   \
86cdf0e10cSrcweir            $(OBJ)$/interlck.obj \
87cdf0e10cSrcweir            $(OBJ)$/nlsupport.obj\
88cdf0e10cSrcweir            $(OBJ)$/mutex.obj    \
89cdf0e10cSrcweir            $(OBJ)$/thread.obj   \
90cdf0e10cSrcweir            $(OBJ)$/module.obj   \
91cdf0e10cSrcweir            $(OBJ)$/process.obj  \
92cdf0e10cSrcweir            $(OBJ)$/security.obj \
93cdf0e10cSrcweir            $(OBJ)$/profile.obj  \
94cdf0e10cSrcweir            $(OBJ)$/time.obj     \
95cdf0e10cSrcweir            $(OBJ)$/signal.obj   \
96cdf0e10cSrcweir            $(OBJ)$/pipeimpl.obj \
97cdf0e10cSrcweir            $(OBJ)$/pipe.obj     \
98cdf0e10cSrcweir            $(OBJ)$/util.obj     \
99cdf0e10cSrcweir            $(OBJ)$/file.obj\
100cdf0e10cSrcweir            $(OBJ)$/file_dirvol.obj\
101cdf0e10cSrcweir            $(OBJ)$/file_error.obj\
102cdf0e10cSrcweir            $(OBJ)$/file_url.obj\
103cdf0e10cSrcweir            $(OBJ)$/tempfile.obj\
104cdf0e10cSrcweir            $(OBJ)$/path_helper.obj\
105cdf0e10cSrcweir            $(OBJ)$/procimpl.obj \
106cdf0e10cSrcweir			$(OBJ)$/salinit.obj
107cdf0e10cSrcweir
108cdf0e10cSrcweir.ENDIF
109cdf0e10cSrcweir
110cdf0e10cSrcweir# --- Targets ------------------------------------------------------
111cdf0e10cSrcweir
112cdf0e10cSrcweir.INCLUDE :  target.mk
113cdf0e10cSrcweir
114cdf0e10cSrcweir
115