source: trunk/third/audiofile/win32/dynmodules.mak @ 20220

Revision 20220, 4.9 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20219, which included commits to RCS files with non-trunk default branches.
Line 
1# Microsoft Developer Studio Generated NMAKE File, Based on dynmodules.dsp
2!IF "$(CFG)" == ""
3CFG=dynmodules - Win32 Debug
4!MESSAGE No configuration specified. Defaulting to dynmodules - Win32 Debug.
5!ENDIF
6
7!IF "$(CFG)" != "dynmodules - Win32 Release" && "$(CFG)" != "dynmodules - Win32 Debug"
8!MESSAGE Invalid configuration "$(CFG)" specified.
9!MESSAGE You can specify a configuration when running NMAKE
10!MESSAGE by defining the macro CFG on the command line. For example:
11!MESSAGE
12!MESSAGE NMAKE /f "dynmodules.mak" CFG="dynmodules - Win32 Debug"
13!MESSAGE
14!MESSAGE Possible choices for configuration are:
15!MESSAGE
16!MESSAGE "dynmodules - Win32 Release" (based on "Win32 (x86) Static Library")
17!MESSAGE "dynmodules - Win32 Debug" (based on "Win32 (x86) Static Library")
18!MESSAGE
19!ERROR An invalid configuration is specified.
20!ENDIF
21
22!IF "$(OS)" == "Windows_NT"
23NULL=
24!ELSE
25NULL=nul
26!ENDIF
27
28!IF  "$(CFG)" == "dynmodules - Win32 Release"
29
30OUTDIR=.\Release\dynmodules
31INTDIR=.\Release\dynmodules
32# Begin Custom Macros
33OutDir=.\Release\dynmodules
34# End Custom Macros
35
36ALL : "$(OUTDIR)\dynmodules.lib"
37
38
39CLEAN :
40        -@erase "$(INTDIR)\adpcm.obj"
41        -@erase "$(INTDIR)\g711.obj"
42        -@erase "$(INTDIR)\ima.obj"
43        -@erase "$(INTDIR)\msadpcm.obj"
44        -@erase "$(INTDIR)\pcm.obj"
45        -@erase "$(INTDIR)\rebuffer.obj"
46        -@erase "$(INTDIR)\vc60.idb"
47        -@erase "$(OUTDIR)\dynmodules.lib"
48
49"$(OUTDIR)" :
50    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
51
52CPP=cl.exe
53CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\libaudiofile" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_USRDLL" /D "DYNAMICLIB_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
54
55.c{$(INTDIR)}.obj::
56   $(CPP) @<<
57   $(CPP_PROJ) $<
58<<
59
60.cpp{$(INTDIR)}.obj::
61   $(CPP) @<<
62   $(CPP_PROJ) $<
63<<
64
65.cxx{$(INTDIR)}.obj::
66   $(CPP) @<<
67   $(CPP_PROJ) $<
68<<
69
70.c{$(INTDIR)}.sbr::
71   $(CPP) @<<
72   $(CPP_PROJ) $<
73<<
74
75.cpp{$(INTDIR)}.sbr::
76   $(CPP) @<<
77   $(CPP_PROJ) $<
78<<
79
80.cxx{$(INTDIR)}.sbr::
81   $(CPP) @<<
82   $(CPP_PROJ) $<
83<<
84
85RSC=rc.exe
86BSC32=bscmake.exe
87BSC32_FLAGS=/nologo /o"$(OUTDIR)\dynmodules.bsc"
88BSC32_SBRS= \
89       
90LIB32=link.exe -lib
91LIB32_FLAGS=/nologo /out:"$(OUTDIR)\dynmodules.lib"
92LIB32_OBJS= \
93        "$(INTDIR)\adpcm.obj" \
94        "$(INTDIR)\g711.obj" \
95        "$(INTDIR)\ima.obj" \
96        "$(INTDIR)\msadpcm.obj" \
97        "$(INTDIR)\pcm.obj" \
98        "$(INTDIR)\rebuffer.obj"
99
100"$(OUTDIR)\dynmodules.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
101    $(LIB32) @<<
102  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
103<<
104
105!ELSEIF  "$(CFG)" == "dynmodules - Win32 Debug"
106
107OUTDIR=.\Debug\dynmodules
108INTDIR=.\Debug\dynmodules
109# Begin Custom Macros
110OutDir=.\Debug\dynmodules
111# End Custom Macros
112
113ALL : "$(OUTDIR)\dynmodules.lib"
114
115
116CLEAN :
117        -@erase "$(INTDIR)\adpcm.obj"
118        -@erase "$(INTDIR)\g711.obj"
119        -@erase "$(INTDIR)\ima.obj"
120        -@erase "$(INTDIR)\msadpcm.obj"
121        -@erase "$(INTDIR)\pcm.obj"
122        -@erase "$(INTDIR)\rebuffer.obj"
123        -@erase "$(INTDIR)\vc60.idb"
124        -@erase "$(INTDIR)\vc60.pdb"
125        -@erase "$(OUTDIR)\dynmodules.lib"
126
127"$(OUTDIR)" :
128    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
129
130CPP=cl.exe
131CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\libaudiofile" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_USRDLL" /D "DYNAMICLIB_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
132
133.c{$(INTDIR)}.obj::
134   $(CPP) @<<
135   $(CPP_PROJ) $<
136<<
137
138.cpp{$(INTDIR)}.obj::
139   $(CPP) @<<
140   $(CPP_PROJ) $<
141<<
142
143.cxx{$(INTDIR)}.obj::
144   $(CPP) @<<
145   $(CPP_PROJ) $<
146<<
147
148.c{$(INTDIR)}.sbr::
149   $(CPP) @<<
150   $(CPP_PROJ) $<
151<<
152
153.cpp{$(INTDIR)}.sbr::
154   $(CPP) @<<
155   $(CPP_PROJ) $<
156<<
157
158.cxx{$(INTDIR)}.sbr::
159   $(CPP) @<<
160   $(CPP_PROJ) $<
161<<
162
163RSC=rc.exe
164BSC32=bscmake.exe
165BSC32_FLAGS=/nologo /o"$(OUTDIR)\dynmodules.bsc"
166BSC32_SBRS= \
167       
168LIB32=link.exe -lib
169LIB32_FLAGS=/nologo /out:"$(OUTDIR)\dynmodules.lib"
170LIB32_OBJS= \
171        "$(INTDIR)\adpcm.obj" \
172        "$(INTDIR)\g711.obj" \
173        "$(INTDIR)\ima.obj" \
174        "$(INTDIR)\msadpcm.obj" \
175        "$(INTDIR)\pcm.obj" \
176        "$(INTDIR)\rebuffer.obj"
177
178"$(OUTDIR)\dynmodules.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
179    $(LIB32) @<<
180  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
181<<
182
183!ENDIF
184
185
186!IF "$(NO_EXTERNAL_DEPS)" != "1"
187!IF EXISTS("dynmodules.dep")
188!INCLUDE "dynmodules.dep"
189!ELSE
190!MESSAGE Warning: cannot find "dynmodules.dep"
191!ENDIF
192!ENDIF
193
194
195!IF "$(CFG)" == "dynmodules - Win32 Release" || "$(CFG)" == "dynmodules - Win32 Debug"
196SOURCE=..\libaudiofile\modules\adpcm.c
197
198"$(INTDIR)\adpcm.obj" : $(SOURCE) "$(INTDIR)"
199        $(CPP) $(CPP_PROJ) $(SOURCE)
200
201
202SOURCE=..\libaudiofile\modules\g711.c
203
204"$(INTDIR)\g711.obj" : $(SOURCE) "$(INTDIR)"
205        $(CPP) $(CPP_PROJ) $(SOURCE)
206
207
208SOURCE=..\libaudiofile\modules\ima.c
209
210"$(INTDIR)\ima.obj" : $(SOURCE) "$(INTDIR)"
211        $(CPP) $(CPP_PROJ) $(SOURCE)
212
213
214SOURCE=..\libaudiofile\modules\msadpcm.c
215
216"$(INTDIR)\msadpcm.obj" : $(SOURCE) "$(INTDIR)"
217        $(CPP) $(CPP_PROJ) $(SOURCE)
218
219
220SOURCE=..\libaudiofile\modules\pcm.c
221
222"$(INTDIR)\pcm.obj" : $(SOURCE) "$(INTDIR)"
223        $(CPP) $(CPP_PROJ) $(SOURCE)
224
225
226SOURCE=..\libaudiofile\modules\rebuffer.c
227
228"$(INTDIR)\rebuffer.obj" : $(SOURCE) "$(INTDIR)"
229        $(CPP) $(CPP_PROJ) $(SOURCE)
230
231
232
233!ENDIF
234
Note: See TracBrowser for help on using the repository browser.