bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / native / iis / pcre / pcre.ia64
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 # Microsoft Developer Studio Generated NMAKE File, Based on pcre.dsp
17 # Use Platform SDK:
18 # SetEnv.cmd /SRV64 /RETAIL
19 # nmake -f pcre.amd64
20 #
21
22 CPP=cl.exe
23 RSC=rc.exe
24 OUTDIR=.\Release_ia64
25 INTDIR=.\Release_ia64
26 # Begin Custom Macros
27 OutDir=.\Release_ia64
28 # End Custom Macros
29
30 !IF "$(RECURSE)" == "0"
31
32 ALL : "$(OUTDIR)\pcre.lib"
33
34 !ELSE
35
36 ALL : "$(OUTDIR)\pcre.lib"
37
38 !ENDIF
39
40 CLEAN :
41         -@erase "$(INTDIR)\get.obj"
42         -@erase "$(INTDIR)\maketables.obj"
43         -@erase "$(INTDIR)\pcre.obj"
44         -@erase "$(INTDIR)\pcre_src.idb"
45         -@erase "$(INTDIR)\pcre_src.pdb"
46         -@erase "$(INTDIR)\study.obj"
47         -@erase "$(OUTDIR)\pcre.lib"
48
49 "$(OUTDIR)" :
50     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
51
52 BSC32=bscmake.exe
53 BSC32_FLAGS=kernel32.lib /nologo /o"$(OUTDIR)\pcre.bsc"
54 BSC32_SBRS= \
55
56 LIB32=link.exe -lib
57 LIB32_FLAGS=/nologo /out:"$(OUTDIR)\pcre.lib"
58 LIB32_OBJS= \
59         "$(INTDIR)\get.obj" \
60         "$(INTDIR)\maketables.obj" \
61         "$(INTDIR)\pcre.obj" \
62         "$(INTDIR)\study.obj"
63
64 "$(OUTDIR)\pcre.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
65     $(LIB32) @<<
66   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
67 <<
68
69 CPP_PROJ=-nologo -MD -W3 -O2 -Ob2 -Oy- -Zi -EHsc /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_IA64_=1" -DWIN64 /D "_WIN64" /Wp64 /FIPRE64PRA.H /D "PCRE_STATIC" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\pcre_src" /FD /c
70
71 .c{$(INTDIR)}.obj::
72    $(CPP) @<<
73    $(CPP_PROJ) $<
74 <<
75
76 .cpp{$(INTDIR)}.obj::
77    $(CPP) @<<
78    $(CPP_PROJ) $<
79 <<
80
81 .cxx{$(INTDIR)}.obj::
82    $(CPP) @<<
83    $(CPP_PROJ) $<
84 <<
85
86 .c{$(INTDIR)}.sbr::
87    $(CPP) @<<
88    $(CPP_PROJ) $<
89 <<
90
91 .cpp{$(INTDIR)}.sbr::
92    $(CPP) @<<
93    $(CPP_PROJ) $<
94 <<
95
96 .cxx{$(INTDIR)}.sbr::
97    $(CPP) @<<
98    $(CPP_PROJ) $<
99 <<
100
101 SOURCE=.\dftables.exe
102 InputPath=.\dftables.exe
103
104 ".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
105         <<tempfile.bat
106         @echo off
107         .\dftables.exe chartables.c
108 <<
109
110 SOURCE=.\get.c
111
112 "$(INTDIR)\get.obj" : $(SOURCE) "$(INTDIR)" ".\config.h" ".\pcre.h"
113
114
115 SOURCE=.\maketables.c
116
117 "$(INTDIR)\maketables.obj" : $(SOURCE) "$(INTDIR)" ".\config.h" ".\pcre.h"
118
119
120 SOURCE=.\pcre.c
121
122 "$(INTDIR)\pcre.obj" : $(SOURCE) "$(INTDIR)" ".\chartables.c" ".\config.h" ".\pcre.h"
123
124
125 SOURCE=.\study.c
126
127 "$(INTDIR)\study.obj" : $(SOURCE) "$(INTDIR)" ".\config.h" ".\pcre.h"
128
129
130 SOURCE=.\config.hw
131 InputPath=.\config.hw
132
133 ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
134         <<tempfile.bat
135         @echo off
136         type .\config.hw > .\config.h
137 <<
138
139 SOURCE=.\pcre.hw
140 InputPath=.\pcre.hw
141
142 ".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
143         <<tempfile.bat
144         @echo off
145         type .\pcre.hw > .\pcre.h
146 <<
147