File: Makefile

package info (click to toggle)
libjpeg 0.0~git20210129.91985dc-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,664 kB
  • sloc: cpp: 36,104; makefile: 613; ansic: 275; sh: 54; python: 38; perl: 11
file content (22 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##
## $Id: Makefile,v 1.38 2014/11/16 15:49:58 thor Exp $
##
## Makefile for the jpeg transcoder project,
## THOR Software, May 20, 2012, Thomas Richter
## 
## This sub-makefile includes definitions relative to this
## directory.
##

FILES	=	encoder decoder tables image entropyparser rectanglerequest \
		sequentialscan acsequentialscan \
		predictorbase predictor \
		predictivescan losslessscan aclosslessscan \
		refinementscan acrefinementscan \
		jpeglsscan singlecomponentlsscan lineinterleavedlsscan \
		sampleinterleavedlsscan

DIRNAME	=	codestream
SUPER	=	../

include	../Makefile.template