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 (21 lines) | stat: -rw-r--r-- 615 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
##
## $Id: Makefile,v 1.15 2015/03/11 16:02:38 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	=	box superbox namespace filetypebox databox tonemapperbox \
		inversetonemappingbox floattonemappingbox \
		parametrictonemappingbox nonlineartrafobox colortrafobox \
		dctbox outputconversionbox refinementspecbox mergingspecbox \
		matrixbox lineartransformationbox floattransformationbox \
		checksumbox alphabox

DIRNAME	=	boxes
SUPER	=	../

include	../Makefile.template