bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / native / iis / pcre / pcre.x86
1 # Licensed to the Apache Software Foundation (ASF) under one or more
2 # contributor license agreements.  See the NOTICE file distributed with
3 # this work for additional information regarding copyright ownership.
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
6 # the License.  You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 CPP=cl.exe
17 RSC=rc.exe
18 OUTDIR=.\Release_x86
19 INTDIR=.\Release_x86
20 # Begin Custom Macros
21 OutDir=.\Release_x86
22 # End Custom Macros
23
24 !IF "$(RECURSE)" == "0"
25
26 ALL : "$(OUTDIR)\pcre.lib"
27
28 !ELSE
29
30 ALL : "dftables_x86" "$(OUTDIR)\pcre.lib"
31
32 !ENDIF
33
34 !IF "$(RECURSE)" == "1"
35 CLEAN :"dftables_x86CLEAN"
36 !ELSE
37 CLEAN :
38 !ENDIF
39         -@erase "$(INTDIR)\get.obj"
40         -@erase "$(INTDIR)\maketables.obj"
41         -@erase "$(INTDIR)\pcre.obj"
42         -@erase "$(INTDIR)\pcre_src.idb"
43         -@erase "$(INTDIR)\pcre_src.pdb"
44         -@erase "$(INTDIR)\study.obj"
45         -@erase "$(OUTDIR)\pcre.lib"
46
47 "$(OUTDIR)" :
48     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
49
50 BSC32=bscmake.exe
51 BSC32_FLAGS=/nologo /o"$(OUTDIR)\pcre.bsc"
52 BSC32_SBRS= \
53
54 LIB32=link.exe -lib
55 LIB32_FLAGS=kernel32.lib /nologo /out:"$(OUTDIR)\pcre.lib"
56 LIB32_OBJS= \
57         "$(INTDIR)\get.obj" \
58         "$(INTDIR)\maketables.obj" \
59         "$(INTDIR)\pcre.obj" \
60         "$(INTDIR)\study.obj"
61
62 "$(OUTDIR)\pcre.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
63     $(LIB32) @<<
64   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
65 <<
66
67 CPP_PROJ=-nologo -MD -W3 -O2 -Ob2 -Oy- -Zi -EHsc /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "PCRE_STATIC" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\pcre_src" /FD /c
68
69 .c{$(INTDIR)}.obj::
70    $(CPP) @<<
71    $(CPP_PROJ) $<
72 <<
73
74 .cpp{$(INTDIR)}.obj::
75    $(CPP) @<<
76    $(CPP_PROJ) $<
77 <<
78
79 .cxx{$(INTDIR)}.obj::
80    $(CPP) @<<
81    $(CPP_PROJ) $<
82 <<
83
84 .c{$(INTDIR)}.sbr::
85    $(CPP) @<<
86    $(CPP_PROJ) $<
87 <<
88
89 .cpp{$(INTDIR)}.sbr::
90    $(CPP) @<<
91    $(CPP_PROJ) $<
92 <<
93
94 .cxx{$(INTDIR)}.sbr::
95    $(CPP) @<<
96    $(CPP_PROJ) $<
97 <<
98
99 SOURCE=.\dftables.exe
100 InputPath=.\dftables.exe
101
102 ".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
103         <<tempfile.bat
104         @echo off
105         .\dftables.exe chartables.c
106 <<
107
108 SOURCE=.\get.c
109
110 "$(INTDIR)\get.obj" : $(SOURCE) "$(INTDIR)" ".\config.h" ".\pcre.h"
111
112
113 SOURCE=.\maketables.c
114
115 "$(INTDIR)\maketables.obj" : $(SOURCE) "$(INTDIR)" ".\config.h" ".\pcre.h"
116
117
118 SOURCE=.\pcre.c
119
120 "$(INTDIR)\pcre.obj" : $(SOURCE) "$(INTDIR)" ".\chartables.c" ".\config.h" ".\pcre.h"
121
122
123 SOURCE=.\study.c
124
125 "$(INTDIR)\study.obj" : $(SOURCE) "$(INTDIR)" ".\config.h" ".\pcre.h"
126
127
128 SOURCE=.\config.hw
129 InputPath=.\config.hw
130
131 ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
132         <<tempfile.bat
133         @echo off
134         type .\config.hw > .\config.h
135 <<
136
137 SOURCE=.\pcre.hw
138 InputPath=.\pcre.hw
139
140 ".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
141         <<tempfile.bat
142         @echo off
143         type .\pcre.hw > .\pcre.h
144 <<
145
146 "dftables_x86" :
147    cd "."
148    $(MAKE) /$(MAKEFLAGS) /F ".\dftables.x86" CFG="dftables_x86"
149    cd "."
150
151 "dftables_x86CLEAN" :
152    cd "."
153    $(MAKE) /$(MAKEFLAGS) /F ".\dftables.x86" CFG="dftables_x86" RECURSE=1 CLEAN
154    cd "."