Makefile.am 982 B

1234567891011121314151617181920
  1. MAINTAINERCLEANFILES = Makefile.in
  2. noinst_LTLIBRARIES = libil.la
  3. libil_la_CFLAGS = -I.. -DDTLIB -DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"' \
  4. -DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"' \
  5. @DT_INCDIR@ @DTI_INCDIR@
  6. libil_la_SOURCES = ilX.c ilbigray.c ilcodec.c \
  7. ilcontext.c ilconvert.c ilcrop.c \
  8. ildata.c ildecompg3.c ildecompg4.c \
  9. ildecompjpeg.c ildecomplzw.c ildecomppackbits.c \
  10. ildecompress.c ildither.c ilformat.c \
  11. ilgraybi.c ilimage.c ilinvert.c \
  12. iljpgdecode.c iljpgdecodejif.c iljpgdedct.c \
  13. iljpgdehuff.c iljpgutil.c ilmap.c \
  14. ilobject.c ilpalette.c ilpipe.c \
  15. ilrwimage.c ilscale.c ilscalesample.c \
  16. iltiff.c iltiffread.c iltruegray.c \
  17. ilupsample.c ilutiljpeg.c ilycbcr.c