lib/DtHelp: add automakefiles
This commit is contained in:
31
cde/lib/DtHelp/il/Makefile.am
Normal file
31
cde/lib/DtHelp/il/Makefile.am
Normal file
@@ -0,0 +1,31 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libil.la
|
||||
|
||||
libil_la_CFLAGS = -I.. -DDTLIB -DCDE_INSTALLATION_TOP='"${prefix}"' \
|
||||
-DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"'
|
||||
|
||||
if BSD
|
||||
libil_la_CFLAGS += -DLSB_BIT_ORDER
|
||||
else
|
||||
if LINUX
|
||||
libil_la_CFLAGS += -DLSB_BIT_ORDER
|
||||
else
|
||||
if SUN
|
||||
libil_la_CFLAGS += -DLSB_BIT_ORDER
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
libil_la_SOURCES = ilX.c ilbigray.c ilcodec.c \
|
||||
ilcontext.c ilconvert.c ilcrop.c \
|
||||
ildata.c ildecompg3.c ildecompg4.c \
|
||||
ildecompjpeg.c ildecomplzw.c ildecomppackbits.c \
|
||||
ildecompress.c ildither.c ilformat.c \
|
||||
ilgraybi.c ilimage.c ilinvert.c \
|
||||
iljpgdecode.c iljpgdecodejif.c iljpgdedct.c \
|
||||
iljpgdehuff.c iljpgutil.c ilmap.c \
|
||||
ilobject.c ilpalette.c ilpipe.c \
|
||||
ilrwimage.c ilscale.c ilscalesample.c \
|
||||
iltiff.c iltiffread.c iltruegray.c \
|
||||
ilupsample.c ilutiljpeg.c ilycbcr.c
|
||||
Reference in New Issue
Block a user