Fixed compilation with DEBUG enabled.
[AROS.git] / compiler / libjpeg / mmakefile.src
blob3aa2cd74b16c19a5a36308b9b8e7236c1e365c94
2 #   $Id$
4 include $(TOP)/config/make.cfg
6 LIBSOURCES := jaricom jcapimin jcapistd jcarith jccoefct jccolor \
7         jcdctmgr jchuff jcinit jcmainct jcmarker jcmaster \
8         jcomapi jcparam jcprepct jcsample jctrans jdapimin \
9         jdapistd jdarith jdatadst jdatasrc jdcoefct jdcolor \
10         jddctmgr jdhuff jdinput jdmainct jdmarker jdmaster \
11         jdmerge jdpostct jdsample jdtrans jerror jfdctflt \
12         jfdctfst jfdctint jidctflt jidctfst jidctint jquant1 \
13         jquant2 jutils jmemmgr
14                 
15 # memmgr back ends: compile only one of these into a working library
16 # SYSDEPSOURCES= jmemansi jmemname jmemnobs jmemdos jmemmac
17 SYSDEPSOURCES := jmemamiga
19 FILES := $(LIBSOURCES) $(SYSDEPSOURCES)
21 INCLUDE_FILES   := jpeglib.h jversion.h jinclude.h jconfig.h jmorecfg.h jerror.h
23 USER_CFLAGS     := -DNO_GETENV
25 #MM- core-linklibs : linklibs-jpeg
26 #MM- linklibs: linklibs-jpeg
27 #MM linklibs-jpeg : includes
28 #MM includes-copy
30 %copy_includes
32 %build_linklib mmake=linklibs-jpeg libname=jpeg files=$(FILES)
34 %common