X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjpeg%2Flibijg8%2FCMakeLists.txt;h=484dc0a22c8bf9d94e4d04e92a63c8e11a70952f;hb=c13d10dfc093f4e1c112cfe1f5742e76d34ba3b8;hp=38a5346c3ab184814ebd5dec95a172751d16f64d;hpb=63f579ada04b47069e977c900e89b433e1aae95b;p=gdcm.git diff --git a/src/jpeg/libijg8/CMakeLists.txt b/src/jpeg/libijg8/CMakeLists.txt index 38a5346c..484dc0a2 100644 --- a/src/jpeg/libijg8/CMakeLists.txt +++ b/src/jpeg/libijg8/CMakeLists.txt @@ -1,83 +1,73 @@ -#LTVERSION = 0:1:0 - -#lib_LTLIBRARIES = libgdcmijpeg8.la - -##CXXFLAGS = @CXXFLAGS@ - -SET(libgdcmijpeg8_la_SOURCES - jcapimin.c - jcapistd.c - jctrans.c - jcparam.c - jdatadst.c - jcinit.c - jcmaster.c - jcmarker.c - jcmainct.c - jcprepct.c - jccoefct.c - jccolor.c - jcsample.c - jchuff.c - jcphuff.c - jcdctmgr.c - jfdctfst.c - jfdctflt.c - jfdctint.c - jdapimin.c - jdapistd.c - jdtrans.c - jdatasrc.c - jdmaster.c - jdinput.c - jdmarker.c - jdhuff.c - jdphuff.c - jdmainct.c - jdcoefct.c - jdpostct.c - jddctmgr.c - jidctfst.c - jidctflt.c - jidctint.c - jidctred.c - jdsample.c - jdcolor.c - jquant1.c - jquant2.c - jdmerge.c - jcomapi.c - jutils.c - jerror.c - jmemmgr.c - jmemnobs.c - rdrle.c -) - -#libgdcmijpeg8includedir = $(includedir) -SET(libgdcmijpeg8include_HEADERS - jchuff.h - jconfig.h - jdct.h - jdhuff.h - jerror.h - jinclude.h - jmemsys.h - jmorecfg.h - jpegint.h - jpeglib.h - jversion.h -) - -#EXTRA_DIST = \ -# jconfig.linux \ -# jconfig.vc - -ADD_LIBRARY(gdcmijpeg8 ${libgdcmijpeg8_la_SOURCES}) - -#INSTALL_FILES(/include "\\.h$") -INSTALL_FILES(/include FILES ${libgdcmijpeg8include_HEADERS}) -#INSTALL_FILES(/include FILES jconfig.linux jconfig.vc) -INSTALL_FILES(/include FILES jconfig.linux) - -INSTALL_TARGETS(/lib/ gdcmijpeg8) \ No newline at end of file +# JPEG 8 bits project + +SET(libgdcmijpeg8_la_SOURCES +jcapimin.c +jcapistd.c +jctrans.c +jcparam.c +jdatadst.c +jcinit.c +jcmaster.c +jcmarker.c +jcmainct.c +jcprepct.c +jccoefct.c +jccolor.c +jcsample.c +jchuff.c +jcphuff.c +jcdctmgr.c # were commented out till here +jfdctfst.c +jfdctflt.c +jfdctint.c +jdapimin.c +jdapistd.c +jdtrans.c +jdatasrc.c +jdmaster.c +jdinput.c +jdmarker.c +jdhuff.c +jdphuff.c +jdmainct.c +jdcoefct.c +jdpostct.c +jddctmgr.c +jidctfst.c +jidctflt.c +jidctint.c +jidctred.c +jdsample.c +jdcolor.c +jquant1.c +jquant2.c +jdmerge.c +jcomapi.c +jutils.c +jerror.c +jmemmgr.c +jmemnobs.c +) + +SET(libgdcmijpeg8include_HEADERS +jchuff.h +jconfig.h +jdct.h +jdhuff.h +jerror.h +jinclude.h +jmemsys.h +jmorecfg.h +jpegint.h +jpeglib.h +jversion.h +) + +ADD_LIBRARY(gdcmijpeg8 ${libgdcmijpeg8_la_SOURCES}) + +#INSTALL_FILES(/include "\\.h$") +INSTALL_FILES(/include FILES ${libgdcmijpeg8include_HEADERS}) +#INSTALL_FILES(/include FILES jconfig.linux jconfig.vc) +INSTALL_FILES(/include FILES jconfig.linux) + +INSTALL_TARGETS(/lib/ gdcmijpeg8)