File: Makefile

package info (click to toggle)
libjpeg 0.0~git20250815.25f7128-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,108 kB
  • sloc: cpp: 36,493; makefile: 619; ansic: 275; sh: 54; python: 39; perl: 11
file content (18 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
## $Id: Makefile,v 1.10 2012/05/20 16:17:27 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	=	decodertemplate huffmantemplate arithmetictemplate \
		huffmancoder huffmandecoder blockrow quantizedrow \
		arthdeco qmcoder huffmanstatistics actemplate

DIRNAME	=	coding
SUPER	=	../

include	../Makefile.template