Converted jpeg_au.library into the MorphOS-compatible jfif.library. All
[AROS.git] / workbench / libs / jpeg / mmakefile.src
blob4413262aa80c71358f982cdc585caf880c8ce3a6
1 # $Id$
2 include $(TOP)/config/make.cfg
4 #MM workbench-libs-jpeg-includes : \
5 #MM     kernel-exec-includes \
6 #MM     kernel-dos-includes \
7 #MM     includes-copy
9 FILES := jaricom jcapimin jcapistd jcarith jccoefct jccolor \
10         jcdctmgr jchuff jcinit jcmainct jcmarker jcmaster \
11         jcomapi jcparam jcprepct jcsample jctrans jdapimin \
12         jdapistd jdarith jdatadst jdatasrc jdcoefct jdcolor \
13         jddctmgr jdhuff jdinput jdmainct jdmarker jdmaster \
14         jdmerge jdpostct jdsample jdtrans jerror jfdctflt \
15         jfdctfst jfdctint jidctflt jidctfst jidctint jquant1 \
16         jquant2 jutils jmemmgr jmemamiga
18 USER_CFLAGS := -DNO_GETENV
19 # We trust upstream
20 USER_CFLAGS += -Wno-main
22 #MM- core-linklibs : linklibs-jpeg
24 %build_module mmake=workbench-libs-jpeg \
25   modname=jfif modtype=library \
26   files="$(FILES)" linklibname=jpeg
29 INCLUDE_FILES := jerror.h jmorecfg.h jpeglib.h jconfig.h
30 %copy_includes
33 %common