mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 01:51:31 +02:00
24 lines
644 B
Makefile
24 lines
644 B
Makefile
#
|
|
# Makefile.fpc for PasJPEG
|
|
#
|
|
|
|
[package]
|
|
name=pasjpeg
|
|
version=1.9.3
|
|
|
|
[target]
|
|
units=jcapimin jcapistd jccoefct jccolor jcdctmgr jchuff jcinit jcmainct \
|
|
jcmarker jcmaster jcomapi jcparam jcphuff jcprepct jcsample jdapimin \
|
|
jdapistd jdatadst jdatasrc jdcoefct jdcolor jdct jddctmgr jdeferr \
|
|
jdhuff jdinput jdmainct jdmarker jdmaster jdmerge jdphuff jdpostct \
|
|
jdsample jerror jfdctflt jfdctfst jfdctint jidctflt jidctfst \
|
|
jidctint jidctred jinclude jmemmgr jmemnobs jmorecfg jpeglib \
|
|
jquant1 jquant2 jutils
|
|
examples=cjpeg demo djpeg jpegtran rdjpgcom
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|