File: makljpeg.st

package info (click to toggle)
xloadimage 4.1-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 2,580 kB
  • ctags: 3,902
  • sloc: ansic: 35,724; makefile: 410; asm: 284; sh: 107
file content (63 lines) | stat: -rw-r--r-- 2,548 bytes parent folder | download | duplicates (10)
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
; Project file for Independent JPEG Group's software
;
; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
;
; To use this file, rename it to LIB_JPEG.PRJ.
; Read SETUP instructions before trying to make the library!
;
;
;      * * * Output file * * *
jpeg.lib
;
;      * * * DEFINES * * * 
.C[-DHAVE_STDC]
.C[-DINCLUDES_ARE_ANSI]
;
; * * * COMPILER OPTIONS * * *  
.C[-P]        ; absolute calls
.C[-M]        ; and no string merging, folks
.C[-w-par]    ; no "parameter xxxx unused"
.C[-DINCOMPLETE_TYPES_BROKEN] ; suppress warnings about undefined structures
.C[-wsig]     ; warn if significant digits may be lost
.C[-w-cln]    ; no "constant is long" warnings
.L[-J]        ; link new Obj-format (so we get a library)
=
; * * * * List of modules * * * * 
jbsmooth.c		(jinclude.h,jconfig.h,jpegdata.h)
jcarith.c		(jinclude.h,jconfig.h,jpegdata.h)
jccolor.c		(jinclude.h,jconfig.h,jpegdata.h)
jcdeflts.c		(jinclude.h,jconfig.h,jpegdata.h)
jcexpand.c		(jinclude.h,jconfig.h,jpegdata.h)
jchuff.c		(jinclude.h,jconfig.h,jpegdata.h)
jcmaster.c		(jinclude.h,jconfig.h,jpegdata.h)
jcmcu.c		(jinclude.h,jconfig.h,jpegdata.h)
jcpipe.c		(jinclude.h,jconfig.h,jpegdata.h)
jcsample.c		(jinclude.h,jconfig.h,jpegdata.h)
jdarith.c		(jinclude.h,jconfig.h,jpegdata.h)
jdcolor.c		(jinclude.h,jconfig.h,jpegdata.h)
jddeflts.c		(jinclude.h,jconfig.h,jpegdata.h)
jdhuff.c		(jinclude.h,jconfig.h,jpegdata.h)
jdmaster.c		(jinclude.h,jconfig.h,jpegdata.h)
jdmcu.c		(jinclude.h,jconfig.h,jpegdata.h)
jdpipe.c		(jinclude.h,jconfig.h,jpegdata.h)
jdsample.c		(jinclude.h,jconfig.h,jpegdata.h)
jerror.c		(jinclude.h,jconfig.h,jpegdata.h)
jquant1.c		(jinclude.h,jconfig.h,jpegdata.h)
jquant2.c		(jinclude.h,jconfig.h,jpegdata.h)
jfwddct.c		(jinclude.h,jconfig.h,jpegdata.h)
jrevdct.c		(jinclude.h,jconfig.h,jpegdata.h)
jutils.c		(jinclude.h,jconfig.h,jpegdata.h)
jmemmgr.c		(jinclude.h,jconfig.h,jpegdata.h,jmemsys.h)
jrdjfif.c		(jinclude.h,jconfig.h,jpegdata.h)
jrdgif.c		(jinclude.h,jconfig.h,jpegdata.h)
jrdppm.c		(jinclude.h,jconfig.h,jpegdata.h)
jrdrle.c		(jinclude.h,jconfig.h,jpegdata.h)
jrdtarga.c		(jinclude.h,jconfig.h,jpegdata.h)
jwrjfif.c		(jinclude.h,jconfig.h,jpegdata.h)
jwrgif.c		(jinclude.h,jconfig.h,jpegdata.h)
jwrppm.c		(jinclude.h,jconfig.h,jpegdata.h)
jwrrle.c		(jinclude.h,jconfig.h,jpegdata.h)
jwrtarga.c		(jinclude.h,jconfig.h,jpegdata.h)
jmemsys.c		(jinclude.h,jconfig.h,jpegdata.h,jmemsys.h)