summaryrefslogtreecommitdiffstats
path: root/tags/cpp-1.0-incubating-M2-final/sdo/projects/tuscany_sdo/Build/Build.mak
blob: a393cc94e18c16d6086cb264f4bca458ba50f695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Microsoft Developer Studio Generated NMAKE File, Based on Build.dsp
!IF "$(CFG)" == ""
CFG=Build - Win32 Debug
!MESSAGE No configuration specified. Defaulting to Build - Win32 Debug.
!ENDIF 

!IF "$(CFG)" != "Build - Win32 Release" && "$(CFG)" != "Build - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "Build.mak" CFG="Build - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "Build - Win32 Release" (based on "Win32 (x86) Generic Project")
!MESSAGE "Build - Win32 Debug" (based on "Win32 (x86) Generic Project")
!MESSAGE 
!ERROR An invalid configuration is specified.
!ENDIF 

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE 
NULL=nul
!ENDIF 

OUTDIR=.\Release
INTDIR=.\Release

!IF "$(RECURSE)" == "0" 

ALL : 

!ELSE 

ALL : "sdo_test - Win32 Release" "sdo_runtime - Win32 Release" "sdo_axiom_test - Win32 Release" "sdo_axiom - Win32 Release" 

!ENDIF 

!IF "$(RECURSE)" == "1" 
CLEAN :"sdo_axiom - Win32 ReleaseCLEAN" "sdo_axiom_test - Win32 ReleaseCLEAN" "sdo_runtime - Win32 ReleaseCLEAN" "sdo_test - Win32 ReleaseCLEAN" 
!ELSE 
CLEAN :
!ENDIF 
	-@erase 

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

!IF  "$(CFG)" == "Build - Win32 Release"

MTL=midl.exe
MTL_PROJ=

!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

MTL=midl.exe
MTL_PROJ=

!ENDIF 


!IF "$(NO_EXTERNAL_DEPS)" != "1"
!IF EXISTS("Build.dep")
!INCLUDE "Build.dep"
!ELSE 
!MESSAGE Warning: cannot find "Build.dep"
!ENDIF 
!ENDIF 


!IF "$(CFG)" == "Build - Win32 Release" || "$(CFG)" == "Build - Win32 Debug"

!IF  "$(CFG)" == "Build - Win32 Release"

"sdo_axiom - Win32 Release" : 
   cd "..\sdo_axiom"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom.mak CFG="sdo_axiom - Win32 Release" 
   cd "..\Build"

"sdo_axiom - Win32 ReleaseCLEAN" : 
   cd "..\sdo_axiom"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom.mak CFG="sdo_axiom - Win32 Release" RECURSE=1 CLEAN 
   cd "..\Build"

!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

"sdo_axiom - Win32 Debug" : 
   cd "..\sdo_axiom"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom.mak CFG="sdo_axiom - Win32 Debug" 
   cd "..\Build"

"sdo_axiom - Win32 DebugCLEAN" : 
   cd "..\sdo_axiom"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom.mak CFG="sdo_axiom - Win32 Debug" RECURSE=1 CLEAN 
   cd "..\Build"

!ENDIF 

!IF  "$(CFG)" == "Build - Win32 Release"

"sdo_axiom_test - Win32 Release" : 
   cd "..\sdo_axiom_test"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom_test.mak CFG="sdo_axiom_test - Win32 Release" 
   cd "..\Build"

"sdo_axiom_test - Win32 ReleaseCLEAN" : 
   cd "..\sdo_axiom_test"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom_test.mak CFG="sdo_axiom_test - Win32 Release" RECURSE=1 CLEAN 
   cd "..\Build"

!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

"sdo_axiom_test - Win32 Debug" : 
   cd "..\sdo_axiom_test"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom_test.mak CFG="sdo_axiom_test - Win32 Debug" 
   cd "..\Build"

"sdo_axiom_test - Win32 DebugCLEAN" : 
   cd "..\sdo_axiom_test"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom_test.mak CFG="sdo_axiom_test - Win32 Debug" RECURSE=1 CLEAN 
   cd "..\Build"

!ENDIF 

!IF  "$(CFG)" == "Build - Win32 Release"

"sdo_runtime - Win32 Release" : 
   cd "..\sdo_runtime"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 Release" 
   cd "..\Build"

"sdo_runtime - Win32 ReleaseCLEAN" : 
   cd "..\sdo_runtime"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 Release" RECURSE=1 CLEAN 
   cd "..\Build"

!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

"sdo_runtime - Win32 Debug" : 
   cd "..\sdo_runtime"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 Debug" 
   cd "..\Build"

"sdo_runtime - Win32 DebugCLEAN" : 
   cd "..\sdo_runtime"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 Debug" RECURSE=1 CLEAN 
   cd "..\Build"

!ENDIF 

!IF  "$(CFG)" == "Build - Win32 Release"

"sdo_test - Win32 Release" : 
   cd "..\sdo_test"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Release" 
   cd "..\Build"

"sdo_test - Win32 ReleaseCLEAN" : 
   cd "..\sdo_test"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Release" RECURSE=1 CLEAN 
   cd "..\Build"

!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

"sdo_test - Win32 Debug" : 
   cd "..\sdo_test"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Debug" 
   cd "..\Build"

"sdo_test - Win32 DebugCLEAN" : 
   cd "..\sdo_test"
   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Debug" RECURSE=1 CLEAN 
   cd "..\Build"

!ENDIF 


!ENDIF