Remove .gitignore do nothing is ignored.
[synfig.git] / gtkmm-osx / trunk / jpeg-6b / makelib.ds
1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
2 # ** DO NOT EDIT **
3
4 # TARGTYPE "Win32 (x86) Static Library" 0x0104
5
6 !IF "$(CFG)" == ""
7 CFG=jpeg - Win32
8 !MESSAGE No configuration specified.  Defaulting to jpeg - Win32.
9 !ENDIF 
10
11 !IF "$(CFG)" != "jpeg - Win32"
12 !MESSAGE Invalid configuration "$(CFG)" specified.
13 !MESSAGE You can specify a configuration when running NMAKE on this makefile
14 !MESSAGE by defining the macro CFG on the command line.  For example:
15 !MESSAGE 
16 !MESSAGE NMAKE /f "jpeg.mak" CFG="jpeg - Win32"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "jpeg - Win32" (based on "Win32 (x86) Static Library")
21 !MESSAGE 
22 !ERROR An invalid configuration is specified.
23 !ENDIF 
24
25 !IF "$(OS)" == "Windows_NT"
26 NULL=
27 !ELSE 
28 NULL=nul
29 !ENDIF 
30 ################################################################################
31 # Begin Project
32 # PROP Target_Last_Scanned "jpeg - Win32"
33 CPP=cl.exe
34
35 !IF  "$(CFG)" == "jpeg - Win32"
36
37 # PROP BASE Use_MFC 0
38 # PROP BASE Use_Debug_Libraries 0
39 # PROP BASE Output_Dir "Release"
40 # PROP BASE Intermediate_Dir "Release"
41 # PROP BASE Target_Dir ""
42 # PROP Use_MFC 0
43 # PROP Use_Debug_Libraries 0
44 # PROP Output_Dir "Release"
45 # PROP Intermediate_Dir "Release"
46 # PROP Target_Dir ""
47 OUTDIR=.\Release
48 INTDIR=.\Release
49
50 ALL : "$(OUTDIR)\jpeg.lib"
51
52 CLEAN : 
53         -@erase "$(INTDIR)\jcapimin.obj"
54         -@erase "$(INTDIR)\jcapistd.obj"
55         -@erase "$(INTDIR)\jctrans.obj"
56         -@erase "$(INTDIR)\jcparam.obj"
57         -@erase "$(INTDIR)\jdatadst.obj"
58         -@erase "$(INTDIR)\jcinit.obj"
59         -@erase "$(INTDIR)\jcmaster.obj"
60         -@erase "$(INTDIR)\jcmarker.obj"
61         -@erase "$(INTDIR)\jcmainct.obj"
62         -@erase "$(INTDIR)\jcprepct.obj"
63         -@erase "$(INTDIR)\jccoefct.obj"
64         -@erase "$(INTDIR)\jccolor.obj"
65         -@erase "$(INTDIR)\jcsample.obj"
66         -@erase "$(INTDIR)\jchuff.obj"
67         -@erase "$(INTDIR)\jcphuff.obj"
68         -@erase "$(INTDIR)\jcdctmgr.obj"
69         -@erase "$(INTDIR)\jfdctfst.obj"
70         -@erase "$(INTDIR)\jfdctflt.obj"
71         -@erase "$(INTDIR)\jfdctint.obj"
72         -@erase "$(INTDIR)\jdapimin.obj"
73         -@erase "$(INTDIR)\jdapistd.obj"
74         -@erase "$(INTDIR)\jdtrans.obj"
75         -@erase "$(INTDIR)\jdatasrc.obj"
76         -@erase "$(INTDIR)\jdmaster.obj"
77         -@erase "$(INTDIR)\jdinput.obj"
78         -@erase "$(INTDIR)\jdmarker.obj"
79         -@erase "$(INTDIR)\jdhuff.obj"
80         -@erase "$(INTDIR)\jdphuff.obj"
81         -@erase "$(INTDIR)\jdmainct.obj"
82         -@erase "$(INTDIR)\jdcoefct.obj"
83         -@erase "$(INTDIR)\jdpostct.obj"
84         -@erase "$(INTDIR)\jddctmgr.obj"
85         -@erase "$(INTDIR)\jidctfst.obj"
86         -@erase "$(INTDIR)\jidctflt.obj"
87         -@erase "$(INTDIR)\jidctint.obj"
88         -@erase "$(INTDIR)\jidctred.obj"
89         -@erase "$(INTDIR)\jdsample.obj"
90         -@erase "$(INTDIR)\jdcolor.obj"
91         -@erase "$(INTDIR)\jquant1.obj"
92         -@erase "$(INTDIR)\jquant2.obj"
93         -@erase "$(INTDIR)\jdmerge.obj"
94         -@erase "$(INTDIR)\jcomapi.obj"
95         -@erase "$(INTDIR)\jutils.obj"
96         -@erase "$(INTDIR)\jerror.obj"
97         -@erase "$(INTDIR)\jmemmgr.obj"
98         -@erase "$(INTDIR)\jmemnobs.obj"
99         -@erase "$(OUTDIR)\jpeg.lib"
100
101 "$(OUTDIR)" :
102     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
103
104 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
105 # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
106 CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
107  /Fp"$(INTDIR)/jpeg.pch" /YX /Fo"$(INTDIR)/" /c 
108 CPP_OBJS=.\Release/
109 CPP_SBRS=.\.
110 BSC32=bscmake.exe
111 # ADD BASE BSC32 /nologo
112 # ADD BSC32 /nologo
113 BSC32_FLAGS=/nologo /o"$(OUTDIR)/jpeg.bsc" 
114 BSC32_SBRS= \
115         
116 LIB32=link.exe -lib
117 # ADD BASE LIB32 /nologo
118 # ADD LIB32 /nologo
119 LIB32_FLAGS=/nologo /out:"$(OUTDIR)/jpeg.lib" 
120 LIB32_OBJS= \
121         "$(INTDIR)\jcapimin.obj" \
122         "$(INTDIR)\jcapistd.obj" \
123         "$(INTDIR)\jctrans.obj" \
124         "$(INTDIR)\jcparam.obj" \
125         "$(INTDIR)\jdatadst.obj" \
126         "$(INTDIR)\jcinit.obj" \
127         "$(INTDIR)\jcmaster.obj" \
128         "$(INTDIR)\jcmarker.obj" \
129         "$(INTDIR)\jcmainct.obj" \
130         "$(INTDIR)\jcprepct.obj" \
131         "$(INTDIR)\jccoefct.obj" \
132         "$(INTDIR)\jccolor.obj" \
133         "$(INTDIR)\jcsample.obj" \
134         "$(INTDIR)\jchuff.obj" \
135         "$(INTDIR)\jcphuff.obj" \
136         "$(INTDIR)\jcdctmgr.obj" \
137         "$(INTDIR)\jfdctfst.obj" \
138         "$(INTDIR)\jfdctflt.obj" \
139         "$(INTDIR)\jfdctint.obj" \
140         "$(INTDIR)\jdapimin.obj" \
141         "$(INTDIR)\jdapistd.obj" \
142         "$(INTDIR)\jdtrans.obj" \
143         "$(INTDIR)\jdatasrc.obj" \
144         "$(INTDIR)\jdmaster.obj" \
145         "$(INTDIR)\jdinput.obj" \
146         "$(INTDIR)\jdmarker.obj" \
147         "$(INTDIR)\jdhuff.obj" \
148         "$(INTDIR)\jdphuff.obj" \
149         "$(INTDIR)\jdmainct.obj" \
150         "$(INTDIR)\jdcoefct.obj" \
151         "$(INTDIR)\jdpostct.obj" \
152         "$(INTDIR)\jddctmgr.obj" \
153         "$(INTDIR)\jidctfst.obj" \
154         "$(INTDIR)\jidctflt.obj" \
155         "$(INTDIR)\jidctint.obj" \
156         "$(INTDIR)\jidctred.obj" \
157         "$(INTDIR)\jdsample.obj" \
158         "$(INTDIR)\jdcolor.obj" \
159         "$(INTDIR)\jquant1.obj" \
160         "$(INTDIR)\jquant2.obj" \
161         "$(INTDIR)\jdmerge.obj" \
162         "$(INTDIR)\jcomapi.obj" \
163         "$(INTDIR)\jutils.obj" \
164         "$(INTDIR)\jerror.obj" \
165         "$(INTDIR)\jmemmgr.obj" \
166         "$(INTDIR)\jmemnobs.obj"
167
168 "$(OUTDIR)\jpeg.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
169     $(LIB32) @<<
170   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
171 <<
172
173 !ENDIF 
174
175 .c{$(CPP_OBJS)}.obj:
176    $(CPP) $(CPP_PROJ) $<  
177
178 .cpp{$(CPP_OBJS)}.obj:
179    $(CPP) $(CPP_PROJ) $<  
180
181 .cxx{$(CPP_OBJS)}.obj:
182    $(CPP) $(CPP_PROJ) $<  
183
184 .c{$(CPP_SBRS)}.sbr:
185    $(CPP) $(CPP_PROJ) $<  
186
187 .cpp{$(CPP_SBRS)}.sbr:
188    $(CPP) $(CPP_PROJ) $<  
189
190 .cxx{$(CPP_SBRS)}.sbr:
191    $(CPP) $(CPP_PROJ) $<  
192
193 ################################################################################
194 # Begin Target
195
196 # Name "jpeg - Win32"
197
198 !IF  "$(CFG)" == "jpeg - Win32"
199
200 !ENDIF 
201
202 ################################################################################
203 # Begin Source File
204
205 SOURCE="jcapimin.c"
206 DEP_CPP_JCAPI=\
207         "jinclude.h"\
208         "jconfig.h"\
209         "jpeglib.h"\
210         "jmorecfg.h"\
211         "jpegint.h"\
212         "jerror.h"\
213         
214
215 "$(INTDIR)\jcapimin.obj" : $(SOURCE) $(DEP_CPP_JCAPI) "$(INTDIR)"
216    $(CPP) $(CPP_PROJ) $(SOURCE)
217
218
219 # End Source File
220 ################################################################################
221 # Begin Source File
222
223 SOURCE="jcapistd.c"
224 DEP_CPP_JCAPIS=\
225         "jinclude.h"\
226         "jconfig.h"\
227         "jpeglib.h"\
228         "jmorecfg.h"\
229         "jpegint.h"\
230         "jerror.h"\
231         
232
233 "$(INTDIR)\jcapistd.obj" : $(SOURCE) $(DEP_CPP_JCAPIS) "$(INTDIR)"
234    $(CPP) $(CPP_PROJ) $(SOURCE)
235
236
237 # End Source File
238 ################################################################################
239 # Begin Source File
240
241 SOURCE="jccoefct.c"
242 DEP_CPP_JCCOE=\
243         "jinclude.h"\
244         "jconfig.h"\
245         "jpeglib.h"\
246         "jmorecfg.h"\
247         "jpegint.h"\
248         "jerror.h"\
249         
250
251 "$(INTDIR)\jccoefct.obj" : $(SOURCE) $(DEP_CPP_JCCOE) "$(INTDIR)"
252    $(CPP) $(CPP_PROJ) $(SOURCE)
253
254
255 # End Source File
256 ################################################################################
257 # Begin Source File
258
259 SOURCE="jccolor.c"
260 DEP_CPP_JCCOL=\
261         "jinclude.h"\
262         "jconfig.h"\
263         "jpeglib.h"\
264         "jmorecfg.h"\
265         "jpegint.h"\
266         "jerror.h"\
267         
268
269 "$(INTDIR)\jccolor.obj" : $(SOURCE) $(DEP_CPP_JCCOL) "$(INTDIR)"
270    $(CPP) $(CPP_PROJ) $(SOURCE)
271
272
273 # End Source File
274 ################################################################################
275 # Begin Source File
276
277 SOURCE="jcdctmgr.c"
278 DEP_CPP_JCDCT=\
279         "jinclude.h"\
280         "jconfig.h"\
281         "jpeglib.h"\
282         "jmorecfg.h"\
283         "jpegint.h"\
284         "jerror.h"\
285         "jdct.h"\
286         
287
288 "$(INTDIR)\jcdctmgr.obj" : $(SOURCE) $(DEP_CPP_JCDCT) "$(INTDIR)"
289    $(CPP) $(CPP_PROJ) $(SOURCE)
290
291
292 # End Source File
293 ################################################################################
294 # Begin Source File
295
296 SOURCE="jchuff.c"
297 DEP_CPP_JCHUF=\
298         "jinclude.h"\
299         "jconfig.h"\
300         "jpeglib.h"\
301         "jmorecfg.h"\
302         "jpegint.h"\
303         "jerror.h"\
304         "jchuff.h"\
305         
306
307 "$(INTDIR)\jchuff.obj" : $(SOURCE) $(DEP_CPP_JCHUF) "$(INTDIR)"
308    $(CPP) $(CPP_PROJ) $(SOURCE)
309
310
311 # End Source File
312 ################################################################################
313 # Begin Source File
314
315 SOURCE="jcinit.c"
316 DEP_CPP_JCINI=\
317         "jinclude.h"\
318         "jconfig.h"\
319         "jpeglib.h"\
320         "jmorecfg.h"\
321         "jpegint.h"\
322         "jerror.h"\
323         
324
325 "$(INTDIR)\jcinit.obj" : $(SOURCE) $(DEP_CPP_JCINI) "$(INTDIR)"
326    $(CPP) $(CPP_PROJ) $(SOURCE)
327
328
329 # End Source File
330 ################################################################################
331 # Begin Source File
332
333 SOURCE="jcmainct.c"
334 DEP_CPP_JCMAI=\
335         "jinclude.h"\
336         "jconfig.h"\
337         "jpeglib.h"\
338         "jmorecfg.h"\
339         "jpegint.h"\
340         "jerror.h"\
341         
342
343 "$(INTDIR)\jcmainct.obj" : $(SOURCE) $(DEP_CPP_JCMAI) "$(INTDIR)"
344    $(CPP) $(CPP_PROJ) $(SOURCE)
345
346
347 # End Source File
348 ################################################################################
349 # Begin Source File
350
351 SOURCE="jcmarker.c"
352 DEP_CPP_JCMAR=\
353         "jinclude.h"\
354         "jconfig.h"\
355         "jpeglib.h"\
356         "jmorecfg.h"\
357         "jpegint.h"\
358         "jerror.h"\
359         
360
361 "$(INTDIR)\jcmarker.obj" : $(SOURCE) $(DEP_CPP_JCMAR) "$(INTDIR)"
362    $(CPP) $(CPP_PROJ) $(SOURCE)
363
364
365 # End Source File
366 ################################################################################
367 # Begin Source File
368
369 SOURCE="jcmaster.c"
370 DEP_CPP_JCMAS=\
371         "jinclude.h"\
372         "jconfig.h"\
373         "jpeglib.h"\
374         "jmorecfg.h"\
375         "jpegint.h"\
376         "jerror.h"\
377         
378
379 "$(INTDIR)\jcmaster.obj" : $(SOURCE) $(DEP_CPP_JCMAS) "$(INTDIR)"
380    $(CPP) $(CPP_PROJ) $(SOURCE)
381
382
383 # End Source File
384 ################################################################################
385 # Begin Source File
386
387 SOURCE="jcomapi.c"
388 DEP_CPP_JCOMA=\
389         "jinclude.h"\
390         "jconfig.h"\
391         "jpeglib.h"\
392         "jmorecfg.h"\
393         "jpegint.h"\
394         "jerror.h"\
395         
396
397 "$(INTDIR)\jcomapi.obj" : $(SOURCE) $(DEP_CPP_JCOMA) "$(INTDIR)"
398    $(CPP) $(CPP_PROJ) $(SOURCE)
399
400
401 # End Source File
402 ################################################################################
403 # Begin Source File
404
405 SOURCE="jcparam.c"
406 DEP_CPP_JCPAR=\
407         "jinclude.h"\
408         "jconfig.h"\
409         "jpeglib.h"\
410         "jmorecfg.h"\
411         "jpegint.h"\
412         "jerror.h"\
413         
414
415 "$(INTDIR)\jcparam.obj" : $(SOURCE) $(DEP_CPP_JCPAR) "$(INTDIR)"
416    $(CPP) $(CPP_PROJ) $(SOURCE)
417
418
419 # End Source File
420 ################################################################################
421 # Begin Source File
422
423 SOURCE="jcphuff.c"
424 DEP_CPP_JCPHU=\
425         "jinclude.h"\
426         "jconfig.h"\
427         "jpeglib.h"\
428         "jmorecfg.h"\
429         "jpegint.h"\
430         "jerror.h"\
431         "jchuff.h"\
432         
433
434 "$(INTDIR)\jcphuff.obj" : $(SOURCE) $(DEP_CPP_JCPHU) "$(INTDIR)"
435    $(CPP) $(CPP_PROJ) $(SOURCE)
436
437
438 # End Source File
439 ################################################################################
440 # Begin Source File
441
442 SOURCE="jcprepct.c"
443 DEP_CPP_JCPRE=\
444         "jinclude.h"\
445         "jconfig.h"\
446         "jpeglib.h"\
447         "jmorecfg.h"\
448         "jpegint.h"\
449         "jerror.h"\
450         
451
452 "$(INTDIR)\jcprepct.obj" : $(SOURCE) $(DEP_CPP_JCPRE) "$(INTDIR)"
453    $(CPP) $(CPP_PROJ) $(SOURCE)
454
455
456 # End Source File
457 ################################################################################
458 # Begin Source File
459
460 SOURCE="jcsample.c"
461 DEP_CPP_JCSAM=\
462         "jinclude.h"\
463         "jconfig.h"\
464         "jpeglib.h"\
465         "jmorecfg.h"\
466         "jpegint.h"\
467         "jerror.h"\
468         
469
470 "$(INTDIR)\jcsample.obj" : $(SOURCE) $(DEP_CPP_JCSAM) "$(INTDIR)"
471    $(CPP) $(CPP_PROJ) $(SOURCE)
472
473
474 # End Source File
475 ################################################################################
476 # Begin Source File
477
478 SOURCE="jctrans.c"
479 DEP_CPP_JCTRA=\
480         "jinclude.h"\
481         "jconfig.h"\
482         "jpeglib.h"\
483         "jmorecfg.h"\
484         "jpegint.h"\
485         "jerror.h"\
486         
487
488 "$(INTDIR)\jctrans.obj" : $(SOURCE) $(DEP_CPP_JCTRA) "$(INTDIR)"
489    $(CPP) $(CPP_PROJ) $(SOURCE)
490
491
492 # End Source File
493 ################################################################################
494 # Begin Source File
495
496 SOURCE="jdapimin.c"
497 DEP_CPP_JDAPI=\
498         "jinclude.h"\
499         "jconfig.h"\
500         "jpeglib.h"\
501         "jmorecfg.h"\
502         "jpegint.h"\
503         "jerror.h"\
504         
505
506 "$(INTDIR)\jdapimin.obj" : $(SOURCE) $(DEP_CPP_JDAPI) "$(INTDIR)"
507    $(CPP) $(CPP_PROJ) $(SOURCE)
508
509
510 # End Source File
511 ################################################################################
512 # Begin Source File
513
514 SOURCE="jdapistd.c"
515 DEP_CPP_JDAPIS=\
516         "jinclude.h"\
517         "jconfig.h"\
518         "jpeglib.h"\
519         "jmorecfg.h"\
520         "jpegint.h"\
521         "jerror.h"\
522         
523
524 "$(INTDIR)\jdapistd.obj" : $(SOURCE) $(DEP_CPP_JDAPIS) "$(INTDIR)"
525    $(CPP) $(CPP_PROJ) $(SOURCE)
526
527
528 # End Source File
529 ################################################################################
530 # Begin Source File
531
532 SOURCE="jdatadst.c"
533 DEP_CPP_JDATA=\
534         "jinclude.h"\
535         "jconfig.h"\
536         "jpeglib.h"\
537         "jmorecfg.h"\
538         "jerror.h"\
539         
540
541 "$(INTDIR)\jdatadst.obj" : $(SOURCE) $(DEP_CPP_JDATA) "$(INTDIR)"
542    $(CPP) $(CPP_PROJ) $(SOURCE)
543
544
545 # End Source File
546 ################################################################################
547 # Begin Source File
548
549 SOURCE="jdatasrc.c"
550 DEP_CPP_JDATAS=\
551         "jinclude.h"\
552         "jconfig.h"\
553         "jpeglib.h"\
554         "jmorecfg.h"\
555         "jerror.h"\
556         
557
558 "$(INTDIR)\jdatasrc.obj" : $(SOURCE) $(DEP_CPP_JDATAS) "$(INTDIR)"
559    $(CPP) $(CPP_PROJ) $(SOURCE)
560
561
562 # End Source File
563 ################################################################################
564 # Begin Source File
565
566 SOURCE="jdcoefct.c"
567 DEP_CPP_JDCOE=\
568         "jinclude.h"\
569         "jconfig.h"\
570         "jpeglib.h"\
571         "jmorecfg.h"\
572         "jpegint.h"\
573         "jerror.h"\
574         
575
576 "$(INTDIR)\jdcoefct.obj" : $(SOURCE) $(DEP_CPP_JDCOE) "$(INTDIR)"
577    $(CPP) $(CPP_PROJ) $(SOURCE)
578
579
580 # End Source File
581 ################################################################################
582 # Begin Source File
583
584 SOURCE="jdcolor.c"
585 DEP_CPP_JDCOL=\
586         "jinclude.h"\
587         "jconfig.h"\
588         "jpeglib.h"\
589         "jmorecfg.h"\
590         "jpegint.h"\
591         "jerror.h"\
592         
593
594 "$(INTDIR)\jdcolor.obj" : $(SOURCE) $(DEP_CPP_JDCOL) "$(INTDIR)"
595    $(CPP) $(CPP_PROJ) $(SOURCE)
596
597
598 # End Source File
599 ################################################################################
600 # Begin Source File
601
602 SOURCE="jddctmgr.c"
603 DEP_CPP_JDDCT=\
604         "jinclude.h"\
605         "jconfig.h"\
606         "jpeglib.h"\
607         "jmorecfg.h"\
608         "jpegint.h"\
609         "jerror.h"\
610         "jdct.h"\
611         
612
613 "$(INTDIR)\jddctmgr.obj" : $(SOURCE) $(DEP_CPP_JDDCT) "$(INTDIR)"
614    $(CPP) $(CPP_PROJ) $(SOURCE)
615
616
617 # End Source File
618 ################################################################################
619 # Begin Source File
620
621 SOURCE="jdhuff.c"
622 DEP_CPP_JDHUF=\
623         "jinclude.h"\
624         "jconfig.h"\
625         "jpeglib.h"\
626         "jmorecfg.h"\
627         "jpegint.h"\
628         "jerror.h"\
629         "jdhuff.h"\
630         
631
632 "$(INTDIR)\jdhuff.obj" : $(SOURCE) $(DEP_CPP_JDHUF) "$(INTDIR)"
633    $(CPP) $(CPP_PROJ) $(SOURCE)
634
635
636 # End Source File
637 ################################################################################
638 # Begin Source File
639
640 SOURCE="jdinput.c"
641 DEP_CPP_JDINP=\
642         "jinclude.h"\
643         "jconfig.h"\
644         "jpeglib.h"\
645         "jmorecfg.h"\
646         "jpegint.h"\
647         "jerror.h"\
648         
649
650 "$(INTDIR)\jdinput.obj" : $(SOURCE) $(DEP_CPP_JDINP) "$(INTDIR)"
651    $(CPP) $(CPP_PROJ) $(SOURCE)
652
653
654 # End Source File
655 ################################################################################
656 # Begin Source File
657
658 SOURCE="jdmainct.c"
659 DEP_CPP_JDMAI=\
660         "jinclude.h"\
661         "jconfig.h"\
662         "jpeglib.h"\
663         "jmorecfg.h"\
664         "jpegint.h"\
665         "jerror.h"\
666         
667
668 "$(INTDIR)\jdmainct.obj" : $(SOURCE) $(DEP_CPP_JDMAI) "$(INTDIR)"
669    $(CPP) $(CPP_PROJ) $(SOURCE)
670
671
672 # End Source File
673 ################################################################################
674 # Begin Source File
675
676 SOURCE="jdmarker.c"
677 DEP_CPP_JDMAR=\
678         "jinclude.h"\
679         "jconfig.h"\
680         "jpeglib.h"\
681         "jmorecfg.h"\
682         "jpegint.h"\
683         "jerror.h"\
684         
685
686 "$(INTDIR)\jdmarker.obj" : $(SOURCE) $(DEP_CPP_JDMAR) "$(INTDIR)"
687    $(CPP) $(CPP_PROJ) $(SOURCE)
688
689
690 # End Source File
691 ################################################################################
692 # Begin Source File
693
694 SOURCE="jdmaster.c"
695 DEP_CPP_JDMAS=\
696         "jinclude.h"\
697         "jconfig.h"\
698         "jpeglib.h"\
699         "jmorecfg.h"\
700         "jpegint.h"\
701         "jerror.h"\
702         
703
704 "$(INTDIR)\jdmaster.obj" : $(SOURCE) $(DEP_CPP_JDMAS) "$(INTDIR)"
705    $(CPP) $(CPP_PROJ) $(SOURCE)
706
707
708 # End Source File
709 ################################################################################
710 # Begin Source File
711
712 SOURCE="jdmerge.c"
713 DEP_CPP_JDMER=\
714         "jinclude.h"\
715         "jconfig.h"\
716         "jpeglib.h"\
717         "jmorecfg.h"\
718         "jpegint.h"\
719         "jerror.h"\
720         
721
722 "$(INTDIR)\jdmerge.obj" : $(SOURCE) $(DEP_CPP_JDMER) "$(INTDIR)"
723    $(CPP) $(CPP_PROJ) $(SOURCE)
724
725
726 # End Source File
727 ################################################################################
728 # Begin Source File
729
730 SOURCE="jdphuff.c"
731 DEP_CPP_JDPHU=\
732         "jinclude.h"\
733         "jconfig.h"\
734         "jpeglib.h"\
735         "jmorecfg.h"\
736         "jpegint.h"\
737         "jerror.h"\
738         "jdhuff.h"\
739         
740
741 "$(INTDIR)\jdphuff.obj" : $(SOURCE) $(DEP_CPP_JDPHU) "$(INTDIR)"
742    $(CPP) $(CPP_PROJ) $(SOURCE)
743
744
745 # End Source File
746 ################################################################################
747 # Begin Source File
748
749 SOURCE="jdpostct.c"
750 DEP_CPP_JDPOS=\
751         "jinclude.h"\
752         "jconfig.h"\
753         "jpeglib.h"\
754         "jmorecfg.h"\
755         "jpegint.h"\
756         "jerror.h"\
757         
758
759 "$(INTDIR)\jdpostct.obj" : $(SOURCE) $(DEP_CPP_JDPOS) "$(INTDIR)"
760    $(CPP) $(CPP_PROJ) $(SOURCE)
761
762
763 # End Source File
764 ################################################################################
765 # Begin Source File
766
767 SOURCE="jdsample.c"
768 DEP_CPP_JDSAM=\
769         "jinclude.h"\
770         "jconfig.h"\
771         "jpeglib.h"\
772         "jmorecfg.h"\
773         "jpegint.h"\
774         "jerror.h"\
775         
776
777 "$(INTDIR)\jdsample.obj" : $(SOURCE) $(DEP_CPP_JDSAM) "$(INTDIR)"
778    $(CPP) $(CPP_PROJ) $(SOURCE)
779
780
781 # End Source File
782 ################################################################################
783 # Begin Source File
784
785 SOURCE="jdtrans.c"
786 DEP_CPP_JDTRA=\
787         "jinclude.h"\
788         "jconfig.h"\
789         "jpeglib.h"\
790         "jmorecfg.h"\
791         "jpegint.h"\
792         "jerror.h"\
793         
794
795 "$(INTDIR)\jdtrans.obj" : $(SOURCE) $(DEP_CPP_JDTRA) "$(INTDIR)"
796    $(CPP) $(CPP_PROJ) $(SOURCE)
797
798
799 # End Source File
800 ################################################################################
801 # Begin Source File
802
803 SOURCE="jerror.c"
804 DEP_CPP_JERRO=\
805         "jinclude.h"\
806         "jconfig.h"\
807         "jpeglib.h"\
808         "jmorecfg.h"\
809         "jversion.h"\
810         "jerror.h"\
811         
812
813 "$(INTDIR)\jerror.obj" : $(SOURCE) $(DEP_CPP_JERRO) "$(INTDIR)"
814    $(CPP) $(CPP_PROJ) $(SOURCE)
815
816
817 # End Source File
818 ################################################################################
819 # Begin Source File
820
821 SOURCE="jfdctflt.c"
822 DEP_CPP_JFDCT=\
823         "jinclude.h"\
824         "jconfig.h"\
825         "jpeglib.h"\
826         "jmorecfg.h"\
827         "jpegint.h"\
828         "jerror.h"\
829         "jdct.h"\
830         
831
832 "$(INTDIR)\jfdctflt.obj" : $(SOURCE) $(DEP_CPP_JFDCT) "$(INTDIR)"
833    $(CPP) $(CPP_PROJ) $(SOURCE)
834
835
836 # End Source File
837 ################################################################################
838 # Begin Source File
839
840 SOURCE="jfdctfst.c"
841 DEP_CPP_JFDCTF=\
842         "jinclude.h"\
843         "jconfig.h"\
844         "jpeglib.h"\
845         "jmorecfg.h"\
846         "jpegint.h"\
847         "jerror.h"\
848         "jdct.h"\
849         
850
851 "$(INTDIR)\jfdctfst.obj" : $(SOURCE) $(DEP_CPP_JFDCTF) "$(INTDIR)"
852    $(CPP) $(CPP_PROJ) $(SOURCE)
853
854
855 # End Source File
856 ################################################################################
857 # Begin Source File
858
859 SOURCE="jfdctint.c"
860 DEP_CPP_JFDCTI=\
861         "jinclude.h"\
862         "jconfig.h"\
863         "jpeglib.h"\
864         "jmorecfg.h"\
865         "jpegint.h"\
866         "jerror.h"\
867         "jdct.h"\
868         
869
870 "$(INTDIR)\jfdctint.obj" : $(SOURCE) $(DEP_CPP_JFDCTI) "$(INTDIR)"
871    $(CPP) $(CPP_PROJ) $(SOURCE)
872
873
874 # End Source File
875 ################################################################################
876 # Begin Source File
877
878 SOURCE="jidctflt.c"
879 DEP_CPP_JIDCT=\
880         "jinclude.h"\
881         "jconfig.h"\
882         "jpeglib.h"\
883         "jmorecfg.h"\
884         "jpegint.h"\
885         "jerror.h"\
886         "jdct.h"\
887         
888
889 "$(INTDIR)\jidctflt.obj" : $(SOURCE) $(DEP_CPP_JIDCT) "$(INTDIR)"
890    $(CPP) $(CPP_PROJ) $(SOURCE)
891
892
893 # End Source File
894 ################################################################################
895 # Begin Source File
896
897 SOURCE="jidctfst.c"
898 DEP_CPP_JIDCTF=\
899         "jinclude.h"\
900         "jconfig.h"\
901         "jpeglib.h"\
902         "jmorecfg.h"\
903         "jpegint.h"\
904         "jerror.h"\
905         "jdct.h"\
906         
907
908 "$(INTDIR)\jidctfst.obj" : $(SOURCE) $(DEP_CPP_JIDCTF) "$(INTDIR)"
909    $(CPP) $(CPP_PROJ) $(SOURCE)
910
911
912 # End Source File
913 ################################################################################
914 # Begin Source File
915
916 SOURCE="jidctint.c"
917 DEP_CPP_JIDCTI=\
918         "jinclude.h"\
919         "jconfig.h"\
920         "jpeglib.h"\
921         "jmorecfg.h"\
922         "jpegint.h"\
923         "jerror.h"\
924         "jdct.h"\
925         
926
927 "$(INTDIR)\jidctint.obj" : $(SOURCE) $(DEP_CPP_JIDCTI) "$(INTDIR)"
928    $(CPP) $(CPP_PROJ) $(SOURCE)
929
930
931 # End Source File
932 ################################################################################
933 # Begin Source File
934
935 SOURCE="jidctred.c"
936 DEP_CPP_JIDCTR=\
937         "jinclude.h"\
938         "jconfig.h"\
939         "jpeglib.h"\
940         "jmorecfg.h"\
941         "jpegint.h"\
942         "jerror.h"\
943         "jdct.h"\
944         
945
946 "$(INTDIR)\jidctred.obj" : $(SOURCE) $(DEP_CPP_JIDCTR) "$(INTDIR)"
947    $(CPP) $(CPP_PROJ) $(SOURCE)
948
949
950 # End Source File
951 ################################################################################
952 # Begin Source File
953
954 SOURCE="jquant1.c"
955 DEP_CPP_JQUAN=\
956         "jinclude.h"\
957         "jconfig.h"\
958         "jpeglib.h"\
959         "jmorecfg.h"\
960         "jpegint.h"\
961         "jerror.h"\
962         
963
964 "$(INTDIR)\jquant1.obj" : $(SOURCE) $(DEP_CPP_JQUAN) "$(INTDIR)"
965    $(CPP) $(CPP_PROJ) $(SOURCE)
966
967
968 # End Source File
969 ################################################################################
970 # Begin Source File
971
972 SOURCE="jquant2.c"
973 DEP_CPP_JQUANT=\
974         "jinclude.h"\
975         "jconfig.h"\
976         "jpeglib.h"\
977         "jmorecfg.h"\
978         "jpegint.h"\
979         "jerror.h"\
980         
981
982 "$(INTDIR)\jquant2.obj" : $(SOURCE) $(DEP_CPP_JQUANT) "$(INTDIR)"
983    $(CPP) $(CPP_PROJ) $(SOURCE)
984
985
986 # End Source File
987 ################################################################################
988 # Begin Source File
989
990 SOURCE="jutils.c"
991 DEP_CPP_JUTIL=\
992         "jinclude.h"\
993         "jconfig.h"\
994         "jpeglib.h"\
995         "jmorecfg.h"\
996         "jpegint.h"\
997         "jerror.h"\
998         
999
1000 "$(INTDIR)\jutils.obj" : $(SOURCE) $(DEP_CPP_JUTIL) "$(INTDIR)"
1001    $(CPP) $(CPP_PROJ) $(SOURCE)
1002
1003
1004 # End Source File
1005 ################################################################################
1006 # Begin Source File
1007
1008 SOURCE="jmemmgr.c"
1009 DEP_CPP_JMEMM=\
1010         "jinclude.h"\
1011         "jconfig.h"\
1012         "jpeglib.h"\
1013         "jmorecfg.h"\
1014         "jpegint.h"\
1015         "jerror.h"\
1016         "jmemsys.h"\
1017         
1018
1019 "$(INTDIR)\jmemmgr.obj" : $(SOURCE) $(DEP_CPP_JMEMM) "$(INTDIR)"
1020    $(CPP) $(CPP_PROJ) $(SOURCE)
1021
1022
1023 # End Source File
1024 ################################################################################
1025 # Begin Source File
1026
1027 SOURCE="jmemnobs.c"
1028 DEP_CPP_JMEMN=\
1029         "jinclude.h"\
1030         "jconfig.h"\
1031         "jpeglib.h"\
1032         "jmorecfg.h"\
1033         "jpegint.h"\
1034         "jerror.h"\
1035         "jmemsys.h"\
1036         
1037
1038 "$(INTDIR)\jmemnobs.obj" : $(SOURCE) $(DEP_CPP_JMEMN) "$(INTDIR)"
1039    $(CPP) $(CPP_PROJ) $(SOURCE)
1040
1041
1042 # End Source File
1043 # End Target
1044 # End Project
1045 ################################################################################
1046