diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-30 23:10:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-31 11:04:11 +0900 |
| commit | 029784cdc7bce7828dc98476e9b5fc675f058352 (patch) | |
| tree | 4d1adfa261781155ddb348eea665a7f56720da1d /kernel/Makefile.am | |
| parent | 3f622f151a403fbf12bcbff3b702fc7e750f16de (diff) | |
| download | libksquirrel-029784cd.tar.gz libksquirrel-029784cd.zip | |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1bdd2746f8891bc9a22d76dc2531901d5c7b03bb)
Diffstat (limited to 'kernel/Makefile.am')
| -rw-r--r-- | kernel/Makefile.am | 124 |
1 files changed, 0 insertions, 124 deletions
diff --git a/kernel/Makefile.am b/kernel/Makefile.am deleted file mode 100644 index 3f8217f..0000000 --- a/kernel/Makefile.am +++ /dev/null @@ -1,124 +0,0 @@ -SUBDIRS = ksquirrel-libs ksquirrel-libs-png kls_avs kls_bmp kls_cut kls_dds kls_fli kls_hdr kls_ico kls_jbig kls_koala kls_lif kls_mdl kls_mtv kls_pcx kls_pix kls_pnm kls_psd kls_pxr kls_ras kls_rawrgb kls_sct kls_sgi kls_sun kls_tga kls_wal kls_wbmp kls_xbm kls_xcf kls_xcur kls_xpm kls_png kls_psp - -EXTRA_DIST = generate link include/*.h include/ksquirrel-libs/*.h xpm/*.xpm - -if SQ_HAVE_CAMERA -SUBDIRS += kls_camera -endif - -if SQ_HAVE_JPEG -SUBDIRS += kls_jpeg -endif - -if SQ_HAVE_TIFF -SUBDIRS += kls_tiff -endif - -if SQ_HAVE_XWD -SUBDIRS += kls_xwd -endif - -if SQ_HAVE_WMF -SUBDIRS += kls_wmf -endif - -if SQ_HAVE_SVG -SUBDIRS += kls_svg -endif - -if SQ_HAVE_GIF -SUBDIRS += kls_gif -endif - -if SQ_HAVE_OPENEXR -SUBDIRS += kls_openexr -endif - -if SQ_HAVE_JPEG2000 -SUBDIRS += kls_jpeg2000 -endif - -if SQ_HAVE_TTF -SUBDIRS += kls_ttf -endif - -if SQ_HAVE_MNG -SUBDIRS += kls_mng -endif - -if SQ_HAVE_DJVU -SUBDIRS += kls_djvu -endif - -if SQ_HAVE_DXF -SUBDIRS += kls_dxf -endif - -if SQ_HAVE_NEO -SUBDIRS += kls_neo -endif - -if SQ_HAVE_LEAF -SUBDIRS += kls_leaf -endif - -if SQ_HAVE_PI1 -SUBDIRS += kls_pi1 -endif - -if SQ_HAVE_PI3 -SUBDIRS += kls_pi3 -endif - -if SQ_HAVE_XIM -SUBDIRS += kls_xim -endif - -if SQ_HAVE_UTAH -SUBDIRS += kls_utah -endif - -if SQ_HAVE_PICT -SUBDIRS += kls_pict -endif - -if SQ_HAVE_MAC -SUBDIRS += kls_mac -endif - -if SQ_HAVE_IFF -SUBDIRS += kls_iff -endif - -if SQ_HAVE_FIG -SUBDIRS += kls_fig -endif - -if SQ_HAVE_LJPEG -SUBDIRS += kls_ljpeg -endif - -if SQ_HAVE_DICOM -SUBDIRS += kls_dicom -endif - -if SQ_HAVE_EPS -SUBDIRS += kls_eps -endif - -# unstable/buggy codecs - for developers only -if SQ_DEVEL -SUBDIRS += kls_msp -endif - -# install headers -install-data-am: - $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) - $(INSTALL_HEADER) include/ksquirrel-libs/fileio.h $(DESTDIR)$(pkgincludedir)/fileio.h - $(INSTALL_HEADER) include/ksquirrel-libs/error.h $(DESTDIR)$(pkgincludedir)/error.h - $(INSTALL_HEADER) include/ksquirrel-libs/fmt_utils.h $(DESTDIR)$(pkgincludedir)/fmt_utils.h - $(INSTALL_HEADER) include/ksquirrel-libs/fmt_types.h $(DESTDIR)$(pkgincludedir)/fmt_types.h - $(INSTALL_HEADER) include/ksquirrel-libs/fmt_defs.h $(DESTDIR)$(pkgincludedir)/fmt_defs.h - $(INSTALL_HEADER) include/ksquirrel-libs/fmt_codec_base.h $(DESTDIR)$(pkgincludedir)/fmt_codec_base.h - $(INSTALL_HEADER) include/ksquirrel-libs/ksquirrel_libs_export.h $(DESTDIR)$(pkgincludedir)/ksquirrel_libs_export.h - $(INSTALL_HEADER) include/ksquirrel-libs/settings.h $(DESTDIR)$(pkgincludedir)/settings.h |
