~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to sys/win32/msdev/plpdll/plpdll.mak

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
!IF "$(CFG)" == ""
7
7
CFG=plpdll - Win32 Release
8
8
!MESSAGE No configuration specified.  Defaulting to plpdll - Win32 Release.
9
 
!ENDIF 
 
9
!ENDIF
10
10
 
11
11
!IF "$(CFG)" != "plpdll - Win32 Release" && "$(CFG)" != "plpdll - Win32 Debug"
12
12
!MESSAGE Invalid configuration "$(CFG)" specified.
13
13
!MESSAGE You can specify a configuration when running NMAKE on this makefile
14
14
!MESSAGE by defining the macro CFG on the command line.  For example:
15
 
!MESSAGE 
 
15
!MESSAGE
16
16
!MESSAGE NMAKE /f "plpdll.mak" CFG="plpdll - Win32 Release"
17
 
!MESSAGE 
 
17
!MESSAGE
18
18
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
 
19
!MESSAGE
20
20
!MESSAGE "plpdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21
21
!MESSAGE "plpdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22
 
!MESSAGE 
 
22
!MESSAGE
23
23
!ERROR An invalid configuration is specified.
24
 
!ENDIF 
 
24
!ENDIF
25
25
 
26
26
!IF "$(OS)" == "Windows_NT"
27
27
NULL=
28
 
!ELSE 
 
28
!ELSE
29
29
NULL=nul
30
 
!ENDIF 
 
30
!ENDIF
31
31
################################################################################
32
32
# Begin Project
33
33
# PROP Target_Last_Scanned "plpdll - Win32 Debug"
53
53
 
54
54
ALL : "$(OUTDIR)\plplotd.dll"
55
55
 
56
 
CLEAN : 
 
56
CLEAN :
57
57
        -@erase ".\plplotd.dll"
58
58
        -@erase ".\Release\plconsole.obj"
59
59
        -@erase ".\Release\plctrl.obj"
77
77
        -@erase ".\Release\plargs.obj"
78
78
        -@erase ".\Release\plline.obj"
79
79
        -@erase ".\Release\plhist.obj"
 
80
        -@erase ".\Release\plvect.obj"
80
81
        -@erase ".\Release\plvpor.obj"
81
82
        -@erase ".\Release\plcont.obj"
82
83
        -@erase ".\Release\plimage.obj"
100
101
CPP_SBRS=
101
102
# ADD BASE MTL /nologo /D "NDEBUG" /win32
102
103
# ADD MTL /nologo /D "NDEBUG" /win32
103
 
MTL_PROJ=/nologo /D "NDEBUG" /win32 
 
104
MTL_PROJ=/nologo /D "NDEBUG" /win32
104
105
# ADD BASE RSC /l 0x409 /d "NDEBUG"
105
106
# ADD RSC /l 0x409 /d "NDEBUG"
106
 
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/plplot.res" /d "NDEBUG" 
 
107
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/plplot.res" /d "NDEBUG"
107
108
BSC32=bscmake.exe
108
109
# ADD BASE BSC32 /nologo
109
110
# ADD BSC32 /nologo
110
 
BSC32_FLAGS=/nologo /o"$(OUTDIR)/plpdll.bsc" 
 
111
BSC32_FLAGS=/nologo /o"$(OUTDIR)/plpdll.bsc"
111
112
BSC32_SBRS=
112
113
LINK32=link.exe
113
114
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
116
117
 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
117
118
 odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
118
119
 /pdb:"$(OUTDIR)/plplotd.pdb" /machine:I386 /def:"..\..\..\..\tmp\plplotd.def"\
119
 
 /out:"plplotd.dll" /implib:"$(OUTDIR)/plplotd.lib" 
 
120
 /out:"plplotd.dll" /implib:"$(OUTDIR)/plplotd.lib"
120
121
DEF_FILE= \
121
122
        "..\..\..\..\tmp\plplotd.def"
122
123
LINK32_OBJS= \
142
143
        ".\Release\plargs.obj" \
143
144
        ".\Release\plline.obj" \
144
145
        ".\Release\plhist.obj" \
 
146
        ".\Release\plvect.obj" \
145
147
        ".\Release\plvpor.obj" \
146
148
        ".\Release\plcont.obj" \
147
149
        ".\Release\plimage.obj" \
175
177
 
176
178
ALL : "$(OUTDIR)\plplotd.dll"
177
179
 
178
 
CLEAN : 
 
180
CLEAN :
179
181
        -@erase ".\Debug\vc40.pdb"
180
182
        -@erase ".\Debug\vc40.idb"
181
183
        -@erase ".\plplotd.dll"
208
210
        -@erase ".\Debug\win3.obj"
209
211
        -@erase ".\Debug\plline.obj"
210
212
        -@erase ".\Debug\plhist.obj"
 
213
        -@erase ".\Debug\plvect.obj"
211
214
        -@erase ".\Debug\plvpor.obj"
212
215
        -@erase ".\Debug\plplot.res"
213
216
        -@erase ".\plplotd.ilk"
227
230
CPP_SBRS=
228
231
# ADD BASE MTL /nologo /D "_DEBUG" /win32
229
232
# ADD MTL /nologo /D "_DEBUG" /win32
230
 
MTL_PROJ=/nologo /D "_DEBUG" /win32 
 
233
MTL_PROJ=/nologo /D "_DEBUG" /win32
231
234
# ADD BASE RSC /l 0x409 /d "_DEBUG"
232
235
# ADD RSC /l 0x409 /d "_DEBUG"
233
 
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/plplot.res" /d "_DEBUG" 
 
236
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/plplot.res" /d "_DEBUG"
234
237
BSC32=bscmake.exe
235
238
# ADD BASE BSC32 /nologo
236
239
# ADD BSC32 /nologo
237
 
BSC32_FLAGS=/nologo /o"$(OUTDIR)/plpdll.bsc" 
 
240
BSC32_FLAGS=/nologo /o"$(OUTDIR)/plpdll.bsc"
238
241
BSC32_SBRS=
239
242
LINK32=link.exe
240
243
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
244
247
 odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
245
248
 /pdb:"$(OUTDIR)/plplotd.pdb" /debug /machine:I386\
246
249
 /def:"..\..\..\..\tmp\plplotd.def" /out:"plplotd.dll"\
247
 
 /implib:"$(OUTDIR)/plplotd.lib" 
 
250
 /implib:"$(OUTDIR)/plplotd.lib"
248
251
DEF_FILE= \
249
252
        "..\..\..\..\tmp\plplotd.def"
250
253
LINK32_OBJS= \
277
280
        ".\Debug\win3.obj" \
278
281
        ".\Debug\plline.obj" \
279
282
        ".\Debug\plhist.obj" \
 
283
        ".\Debug\plvect.obj" \
280
284
        ".\Debug\plvpor.obj" \
281
285
        ".\Debug\plplot.res"
282
286
 
285
289
  $(LINK32_FLAGS) $(LINK32_OBJS)
286
290
<<
287
291
 
288
 
!ENDIF 
 
292
!ENDIF
289
293
 
290
294
.c{$(CPP_OBJS)}.obj:
291
 
   $(CPP) $(CPP_PROJ) $<  
 
295
   $(CPP) $(CPP_PROJ) $<
292
296
 
293
297
.cpp{$(CPP_OBJS)}.obj:
294
 
   $(CPP) $(CPP_PROJ) $<  
 
298
   $(CPP) $(CPP_PROJ) $<
295
299
 
296
300
.cxx{$(CPP_OBJS)}.obj:
297
 
   $(CPP) $(CPP_PROJ) $<  
 
301
   $(CPP) $(CPP_PROJ) $<
298
302
 
299
303
.c{$(CPP_SBRS)}.sbr:
300
 
   $(CPP) $(CPP_PROJ) $<  
 
304
   $(CPP) $(CPP_PROJ) $<
301
305
 
302
306
.cpp{$(CPP_SBRS)}.sbr:
303
 
   $(CPP) $(CPP_PROJ) $<  
 
307
   $(CPP) $(CPP_PROJ) $<
304
308
 
305
309
.cxx{$(CPP_SBRS)}.sbr:
306
 
   $(CPP) $(CPP_PROJ) $<  
 
310
   $(CPP) $(CPP_PROJ) $<
307
311
 
308
312
################################################################################
309
313
# Begin Target
315
319
 
316
320
!ELSEIF  "$(CFG)" == "plpdll - Win32 Debug"
317
321
 
318
 
!ENDIF 
 
322
!ENDIF
319
323
 
320
324
################################################################################
321
325
# Begin Source File
346
350
   $(CPP) $(CPP_PROJ) $(SOURCE)
347
351
 
348
352
 
349
 
!ENDIF 
 
353
!ENDIF
350
354
 
351
355
# End Source File
352
356
################################################################################
393
397
   $(CPP) $(CPP_PROJ) $(SOURCE)
394
398
 
395
399
 
396
 
!ENDIF 
 
400
!ENDIF
397
401
 
398
402
# End Source File
399
403
################################################################################
455
459
################################################################################
456
460
# Begin Source File
457
461
 
 
462
SOURCE=..\..\..\..\tmp\plvect.c
 
463
DEP_CPP_PLVEO=\
 
464
        ".\..\..\..\..\tmp\plplotP.h"\
 
465
        ".\..\..\..\..\tmp\plConfig.h"\
 
466
        ".\..\..\..\..\tmp\plplot.h"\
 
467
        ".\..\..\..\..\tmp\plstrm.h"\
 
468
        ".\..\..\..\..\tmp\pldebug.h"\
 
469
        ".\..\..\..\..\tmp\pdf.h"\
 
470
        
 
471
 
 
472
"$(INTDIR)\plvect.obj" : $(SOURCE) $(DEP_CPP_PLVPO) "$(INTDIR)"
 
473
   $(CPP) $(CPP_PROJ) $(SOURCE)
 
474
 
 
475
 
 
476
# End Source File
 
477
################################################################################
 
478
# Begin Source File
 
479
 
458
480
SOURCE=..\..\..\..\tmp\pltick.c
459
481
DEP_CPP_PLTIC=\
460
482
        ".\..\..\..\..\tmp\plplotP.h"\
708
730
   $(CPP) $(CPP_PROJ) $(SOURCE)
709
731
 
710
732
 
711
 
!ENDIF 
 
733
!ENDIF
712
734
 
713
735
# End Source File
714
736
################################################################################
939
961
 
940
962
!ELSEIF  "$(CFG)" == "plpdll - Win32 Debug"
941
963
 
942
 
!ENDIF 
 
964
!ENDIF
943
965
 
944
966
# End Source File
945
967
################################################################################
966
988
 $(SOURCE)
967
989
 
968
990
 
969
 
!ENDIF 
 
991
!ENDIF
970
992
 
971
993
# End Source File
972
994
# End Target