Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Makefile.in
Package: devil-1.7.99.tar.gz [view]
Upload User: wmy0603
Upload Date: 2022-05-02
Package Size: 1808k
Code Size: 32k
Category:
Compress-Decompress algrithms
Development Platform:
Visual C++
- # Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
- # Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
- @SET_MAKE@
- #Obviously we have to include Useful_stuff.am before this file, but not in this file...
- VPATH = @srcdir@
- pkgdatadir = $(datadir)/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkglibexecdir = $(libexecdir)/@PACKAGE@
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
- install_sh_DATA = $(install_sh) -c -m 644
- install_sh_PROGRAM = $(install_sh) -c
- install_sh_SCRIPT = $(install_sh) -c
- INSTALL_HEADER = $(INSTALL_DATA)
- transform = $(program_transform_name)
- NORMAL_INSTALL = :
- PRE_INSTALL = :
- POST_INSTALL = :
- NORMAL_UNINSTALL = :
- PRE_UNINSTALL = :
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- DIST_COMMON = $(srcdir)/../lib/IL.am $(srcdir)/../lib/Useful_stuff.am
- $(srcdir)/Makefile.am $(srcdir)/Makefile.in
- # gnulib's MSVC compat stuff
- @HAVE_LD_OUTPUT_DEF_TRUE@am__append_1 = -Wl,--output-def,libIL-$(DLL_VERSION).def
- # The ./configure script has generated the list of modules...
- # And the modules have to be installed somewhere as well...
- @BUILD_MODULES_TRUE@am__append_2 =
- @BUILD_MODULES_TRUE@ -D'MODULES_LST="@MODULES_LST_FILENAME@"'
- @BUILD_MODULES_TRUE@ -D'MODULES_PATH="$(modulesdir)"'
- # And we have to tell them what we know.
- @BUILD_MODULES_TRUE@am__append_3 = -export-dynamic
- check_PROGRAMS = testil$(EXEEXT)
- #check_SCRIPTS += format_test/ilu_checks.sh
- @BUILD_ILU_TRUE@am__append_4 = format_test/ilu_checks.sh
- @BUILD_ILU_TRUE@am__append_5 = ../lib/libILU.la
- @BUILD_ILU_FALSE@am__append_6 = $(il_library)
- subdir = test
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4
- $(top_srcdir)/m4/allegro.m4 $(top_srcdir)/m4/ax_check_gl.m4
- $(top_srcdir)/m4/ax_check_glu.m4
- $(top_srcdir)/m4/ax_check_glut.m4
- $(top_srcdir)/m4/ax_lang_compiler_ms.m4
- $(top_srcdir)/m4/devil-api_checks.m4
- $(top_srcdir)/m4/devil-definitions.m4
- $(top_srcdir)/m4/devil-generate-files.m4
- $(top_srcdir)/m4/devil-report.m4 $(top_srcdir)/m4/gettext.m4
- $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/ld-output-def.m4
- $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4
- $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4
- $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4
- $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4
- $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4
- $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4
- $(top_srcdir)/m4/sdl.m4 $(top_srcdir)/m4/visibility.m4
- $(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES)
- $(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
- CONFIG_HEADER = $(top_builddir)/include/IL/config.h
- CONFIG_CLEAN_FILES =
- CONFIG_CLEAN_VPATH_FILES =
- am_testil_OBJECTS = testil.$(OBJEXT)
- testil_OBJECTS = $(am_testil_OBJECTS)
- testil_DEPENDENCIES = $(am__append_5) $(am__append_6)
- AM_V_lt = $(am__v_lt_$(V))
- am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
- am__v_lt_0 = --silent
- DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include/IL
- depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
- am__depfiles_maybe = depfiles
- am__mv = mv -f
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS)
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS)
- $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS)
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
- $(AM_CFLAGS) $(CFLAGS)
- AM_V_CC = $(am__v_CC_$(V))
- am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
- am__v_CC_0 = @echo " CC " $@;
- AM_V_at = $(am__v_at_$(V))
- am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
- am__v_at_0 = @
- CCLD = $(CC)
- LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS)
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS)
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
- AM_V_CCLD = $(am__v_CCLD_$(V))
- am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
- am__v_CCLD_0 = @echo " CCLD " $@;
- AM_V_GEN = $(am__v_GEN_$(V))
- am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
- am__v_GEN_0 = @echo " GEN " $@;
- SOURCES = $(testil_SOURCES)
- DIST_SOURCES = $(testil_SOURCES)
- ETAGS = etags
- CTAGS = ctags
- # If stdout is a non-dumb tty, use colors. If test -t is not supported,
- # then this fails; a conservative approach. Of course do not redirect
- # stdout here, just stderr.
- am__tty_colors =
- red=; grn=; lgn=; blu=; std=;
- test "X$(AM_COLOR_TESTS)" != Xno
- && test "X$$TERM" != Xdumb
- && { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; }
- && {
- red='[0;31m';
- grn='[0;32m';
- lgn='[1;32m';
- blu='[1;34m';
- std='[m';
- }
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- ACLOCAL = @ACLOCAL@
- ALLEGRO_CONFIG = @ALLEGRO_CONFIG@
- AMTAR = @AMTAR@
- AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
- AR = @AR@
- AS = @AS@
- AUTOCONF = @AUTOCONF@
- AUTOHEADER = @AUTOHEADER@
- AUTOMAKE = @AUTOMAKE@
- AWK = @AWK@
- BASE_CFLAGS = @BASE_CFLAGS@
- BASE_CLASS = @BASE_CLASS@
- BASE_CPPFLAGS = @BASE_CPPFLAGS@
- BASE_CXXFLAGS = @BASE_CXXFLAGS@
- BASE_LDFLAGS = @BASE_LDFLAGS@
- BASE_LIBS = @BASE_LIBS@
- CC = @CC@
- CCDEPMODE = @CCDEPMODE@
- CFLAGS = @CFLAGS@
- CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
- CPP = @CPP@
- CPPFLAGS = @CPPFLAGS@
- CXX = @CXX@
- CXXCPP = @CXXCPP@
- CXXDEPMODE = @CXXDEPMODE@
- CXXFLAGS = @CXXFLAGS@
- CYGPATH_W = @CYGPATH_W@
- DDS_CFLAGS = @DDS_CFLAGS@
- DDS_CLASS = @DDS_CLASS@
- DDS_CPPFLAGS = @DDS_CPPFLAGS@
- DDS_CXXFLAGS = @DDS_CXXFLAGS@
- DDS_LDFLAGS = @DDS_LDFLAGS@
- DDS_LIBS = @DDS_LIBS@
- DEFS = @DEFS@
- DEPDIR = @DEPDIR@
- DEVIL_LTVERSION = @DEVIL_LTVERSION@
- DLLTOOL = @DLLTOOL@
- DLL_VERSION = @DLL_VERSION@
- DSYMUTIL = @DSYMUTIL@
- DUMPBIN = @DUMPBIN@
- ECHO_C = @ECHO_C@
- ECHO_N = @ECHO_N@
- ECHO_T = @ECHO_T@
- EGREP = @EGREP@
- EXEEXT = @EXEEXT@
- EXR_CFLAGS = @EXR_CFLAGS@
- EXR_CLASS = @EXR_CLASS@
- EXR_CPPFLAGS = @EXR_CPPFLAGS@
- EXR_CXXFLAGS = @EXR_CXXFLAGS@
- EXR_LDFLAGS = @EXR_LDFLAGS@
- EXR_LIBS = @EXR_LIBS@
- EXTRA_CFLAGS = @EXTRA_CFLAGS@
- EXTRA_CLASS = @EXTRA_CLASS@
- EXTRA_CPPFLAGS = @EXTRA_CPPFLAGS@
- EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
- EXTRA_LDFLAGS = @EXTRA_LDFLAGS@
- EXTRA_LIBS = @EXTRA_LIBS@
- FGREP = @FGREP@
- GAME_CFLAGS = @GAME_CFLAGS@
- GAME_CLASS = @GAME_CLASS@
- GAME_CPPFLAGS = @GAME_CPPFLAGS@
- GAME_CXXFLAGS = @GAME_CXXFLAGS@
- GAME_LDFLAGS = @GAME_LDFLAGS@
- GAME_LIBS = @GAME_LIBS@
- GENERAL_CFLAGS = @GENERAL_CFLAGS@
- GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
- GLUT_CFLAGS = @GLUT_CFLAGS@
- GLUT_LIBS = @GLUT_LIBS@
- GLU_CFLAGS = @GLU_CFLAGS@
- GLU_LIBS = @GLU_LIBS@
- GL_CFLAGS = @GL_CFLAGS@
- GL_LIBS = @GL_LIBS@
- GMSGFMT = @GMSGFMT@
- GMSGFMT_015 = @GMSGFMT_015@
- GREP = @GREP@
- HAVE_VISIBILITY = @HAVE_VISIBILITY@
- ILUT_CFLAGS = @ILUT_CFLAGS@
- ILUT_LIBS = @ILUT_LIBS@
- ILU_CFLAGS = @ILU_CFLAGS@
- ILU_LIBS = @ILU_LIBS@
- IL_CFLAGS = @IL_CFLAGS@
- IL_LIBS = @IL_LIBS@
- IL_LOGFILE_ENV = @IL_LOGFILE_ENV@
- IL_LOGLEVEL_ENV = @IL_LOGLEVEL_ENV@
- IL_MODULES_ENV = @IL_MODULES_ENV@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- INTLLIBS = @INTLLIBS@
- INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
- JP2_CFLAGS = @JP2_CFLAGS@
- JP2_CLASS = @JP2_CLASS@
- JP2_CPPFLAGS = @JP2_CPPFLAGS@
- JP2_CXXFLAGS = @JP2_CXXFLAGS@
- JP2_LDFLAGS = @JP2_LDFLAGS@
- JP2_LIBS = @JP2_LIBS@
- JPEG_CFLAGS = @JPEG_CFLAGS@
- JPEG_CLASS = @JPEG_CLASS@
- JPEG_CPPFLAGS = @JPEG_CPPFLAGS@
- JPEG_CXXFLAGS = @JPEG_CXXFLAGS@
- JPEG_LDFLAGS = @JPEG_LDFLAGS@
- JPEG_LIBS = @JPEG_LIBS@
- LD = @LD@
- LDFLAGS = @LDFLAGS@
- LIBICONV = @LIBICONV@
- LIBILUT_WIN32LIBPATH = @LIBILUT_WIN32LIBPATH@
- LIBINTL = @LIBINTL@
- LIBOBJS = @LIBOBJS@
- LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
- LIBPNG_LIBS = @LIBPNG_LIBS@
- LIBS = @LIBS@
- LIBTOOL = @LIBTOOL@
- LIPO = @LIPO@
- LN_S = @LN_S@
- LTLIBICONV = @LTLIBICONV@
- LTLIBINTL = @LTLIBINTL@
- LTLIBOBJS = @LTLIBOBJS@
- MAKEINFO = @MAKEINFO@
- MKDIR_P = @MKDIR_P@
- MNG_CFLAGS = @MNG_CFLAGS@
- MNG_CLASS = @MNG_CLASS@
- MNG_CPPFLAGS = @MNG_CPPFLAGS@
- MNG_CXXFLAGS = @MNG_CXXFLAGS@
- MNG_LDFLAGS = @MNG_LDFLAGS@
- MNG_LIBS = @MNG_LIBS@
- MODULES_DIR = @MODULES_DIR@
- MODULES_LST_FILENAME = @MODULES_LST_FILENAME@
- MSGFMT = @MSGFMT@
- MSGFMT_015 = @MSGFMT_015@
- MSGMERGE = @MSGMERGE@
- NM = @NM@
- NMEDIT = @NMEDIT@
- OBJDUMP = @OBJDUMP@
- OBJEXT = @OBJEXT@
- OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
- OPENEXR_LIBS = @OPENEXR_LIBS@
- OTHERS_CFLAGS = @OTHERS_CFLAGS@
- OTHERS_CLASS = @OTHERS_CLASS@
- OTHERS_CPPFLAGS = @OTHERS_CPPFLAGS@
- OTHERS_CXXFLAGS = @OTHERS_CXXFLAGS@
- OTHERS_LDFLAGS = @OTHERS_LDFLAGS@
- OTHERS_LIBS = @OTHERS_LIBS@
- OTOOL = @OTOOL@
- OTOOL64 = @OTOOL64@
- PACKAGE = @PACKAGE@
- PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
- PACKAGE_NAME = @PACKAGE_NAME@
- PACKAGE_STRING = @PACKAGE_STRING@
- PACKAGE_TARNAME = @PACKAGE_TARNAME@
- PACKAGE_URL = @PACKAGE_URL@
- PACKAGE_VERSION = @PACKAGE_VERSION@
- PATH_SEPARATOR = @PATH_SEPARATOR@
- PKG_CONFIG = @PKG_CONFIG@
- PLATFORM = @PLATFORM@
- PNG_CFLAGS = @PNG_CFLAGS@
- PNG_CLASS = @PNG_CLASS@
- PNG_CPPFLAGS = @PNG_CPPFLAGS@
- PNG_CXXFLAGS = @PNG_CXXFLAGS@
- PNG_LDFLAGS = @PNG_LDFLAGS@
- PNG_LIBS = @PNG_LIBS@
- POSUB = @POSUB@
- PTHREAD_CC = @PTHREAD_CC@
- PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
- PTHREAD_LIBS = @PTHREAD_LIBS@
- RANLIB = @RANLIB@
- RC = @RC@
- SDL_CFLAGS = @SDL_CFLAGS@
- SDL_CONFIG = @SDL_CONFIG@
- SDL_LIBS = @SDL_LIBS@
- SED = @SED@
- SET_MAKE = @SET_MAKE@
- SHELL = @SHELL@
- STRIP = @STRIP@
- SUPPORTED_FORMATS = @SUPPORTED_FORMATS@
- TIFF_CFLAGS = @TIFF_CFLAGS@
- TIFF_CLASS = @TIFF_CLASS@
- TIFF_CPPFLAGS = @TIFF_CPPFLAGS@
- TIFF_CXXFLAGS = @TIFF_CXXFLAGS@
- TIFF_LDFLAGS = @TIFF_LDFLAGS@
- TIFF_LIBS = @TIFF_LIBS@
- USE_NLS = @USE_NLS@
- VERSION = @VERSION@
- XGETTEXT = @XGETTEXT@
- XGETTEXT_015 = @XGETTEXT_015@
- XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
- XMKMF = @XMKMF@
- X_CFLAGS = @X_CFLAGS@
- X_EXTRA_LIBS = @X_EXTRA_LIBS@
- X_LIBS = @X_LIBS@
- X_PRE_LIBS = @X_PRE_LIBS@
- abs_builddir = @abs_builddir@
- abs_srcdir = @abs_srcdir@
- abs_top_builddir = @abs_top_builddir@
- abs_top_srcdir = @abs_top_srcdir@
- ac_ct_CC = @ac_ct_CC@
- ac_ct_CXX = @ac_ct_CXX@
- ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
- acx_pthread_config = @acx_pthread_config@
- allegro_CFLAGS = @allegro_CFLAGS@
- allegro_LIBS = @allegro_LIBS@
- am__include = @am__include@
- am__leading_dot = @am__leading_dot@
- am__quote = @am__quote@
- am__tar = @am__tar@
- am__untar = @am__untar@
- bindir = @bindir@
- build = @build@
- build_alias = @build_alias@
- build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- builddir = @builddir@
- datadir = @datadir@
- datarootdir = @datarootdir@
- docdir = @docdir@
- dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
- host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
- htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
- localedir = @localedir@
- localstatedir = @localstatedir@
- lt_ECHO = @lt_ECHO@
- mandir = @mandir@
- mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
- pdfdir = @pdfdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
- psdir = @psdir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- srcdir = @srcdir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- sys_like_include = $(srcdir)/../include
- il_src = $(srcdir)/../src-IL/src
- il_include = $(srcdir)/../src-IL/include
- ilu_src = $(srcdir)/../src-ILU/src
- ilu_include = $(srcdir)/../src-ILU/include
- ilut_src = $(srcdir)/../src-ILUT/src
- ilut_include = $(srcdir)/../src-ILUT/include
- # please note that the last include is the BUILD TREE include dir, containing files generated by configure script
- build_tree_include = include/IL
- #used to denote headers directory
- ildir = $(includedir)/IL
- devil_version_flag = -version-info @DEVIL_LTVERSION@
- building_il = -D'IL_BUILD_LIBRARY'
- classes_cppflags = $(building_il) $(AM_CPPFLAGS)
- #classes_cppflags =
- libIL_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) -I
- $(build_tree_include) $(building_il) $(AM_CPPFLAGS)
- $(am__append_2)
- libIL_la_CFLAGS = $(AM_CFLAGS) @IL_CFLAGS@
- libIL_la_CXXFLAGS = $(AM_CFLAGS) @IL_CFLAGS@
- HANDYIL_SOURCES =
- #$(il_src)/il_dds-save.c
- # The bloody thing won't compile without il_bmp.c !
- libIL_la_SOURCES = $(il_src)/il_alloc.c $(il_src)/il_error.c
- $(il_src)/il_stack.c $(il_src)/il_devil.c $(il_src)/il_rle.c
- $(il_src)/il_bits.c $(il_src)/il_endian.c
- $(il_src)/il_states.c $(il_src)/il_convbuff.c
- $(il_src)/il_files.c $(il_src)/il_main.c
- $(il_src)/il_convert.c $(il_src)/il_manip.c
- $(il_src)/il_profiles.c $(il_src)/il_quantizer.c
- $(il_src)/il_utility.c $(il_src)/il_internal.c
- $(il_src)/il_pal.c $(il_src)/il_rawdata.c $(il_src)/il_io.c
- $(il_src)/il_register.c $(il_src)/il_fastconv.c
- $(il_src)/il_neuquant.c $(il_src)/altivec_common.c
- $(il_src)/altivec_typeconversion.c $(il_src)/il_nvidia.cpp
- $(il_src)/il_squish.cpp $(il_src)/il_size.c $(il_src)/il_dpx.c
- $(il_src)/il_logging.c $(il_include)/altivec_common.h
- $(il_include)/altivec_typeconversion.h
- $(il_include)/il_alloc.h $(il_include)/il_bits.h
- $(il_include)/il_dpx.h $(il_include)/il_endian.h
- $(il_include)/il_error.h $(il_include)/il_files.h
- $(il_include)/il_internal.h $(il_include)/il_manip.h
- $(il_include)/il_module.h $(il_include)/il_pal.h
- $(il_include)/il_q2pal.h $(il_include)/il_register.h
- $(il_include)/il_rle.h $(il_include)/il_stack.h
- $(il_include)/il_states.h $(il_include)/il_logging.h
- $(sys_like_include)/IL/devil_internal_exports.h
- $(sys_like_include)/IL/gettext.h
- libIL_la_LDFLAGS = @IL_LIBS@ $(AM_LDFLAGS) $(am__append_1)
- $(am__append_3)
- # We may want to have different CFLAGS if we for example
- # build modules in the future
- classes_cflags = $(AM_CFLAGS)
- # The classes will become loadable modules...
- @BUILD_MODULES_TRUE@classes_ldflags = -module $(AM_LDFLAGS)
- # Now we define those classes...
- @BASE_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @BASE_CPPFLAGS@
- @BASE_CLASS@_la_CFLAGS = $(classes_cflags)
- @BASE_CLASS@_la_SOURCES = $(il_src)/il_bmp.c $(il_src)/il_cut.c
- $(il_src)/il_gif.c $(il_src)/il_hdr.c $(il_src)/il_icon.c
- $(il_src)/il_iff.c $(il_src)/il_pcx.c $(il_src)/il_pic.c
- $(il_src)/il_pix.c $(il_src)/il_pnm.c $(il_src)/il_raw.c
- $(il_src)/il_targa.c $(il_src)/il_fits.c $(il_src)/il_header.c
- $(il_include)/il_bmp.h $(il_include)/il_gif.h
- $(il_include)/il_hdr.h $(il_include)/il_icon.h
- $(il_include)/il_pcx.h $(il_include)/il_pic.h
- $(il_include)/il_pnm.h $(il_include)/il_targa.h
- @BASE_CLASS@_la_LDFLAGS = $(classes_ldflags) @BASE_LDFLAGS@
- @EXTRA_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @EXTRA_CPPFLAGS@
- @EXTRA_CLASS@_la_CFLAGS = $(classes_cflags)
- @EXTRA_CLASS@_la_CXXFLAGS = $(classes_cflags)
- @EXTRA_CLASS@_la_SOURCES = $(il_src)/il_dcx.c $(il_src)/il_doom.c
- $(il_src)/il_icns.c $(il_src)/il_ilbm.c $(il_src)/il_pcd.c
- $(il_src)/il_psd.c $(il_src)/il_psp.c $(il_src)/il_pxr.c
- $(il_src)/il_sgi.c $(il_src)/il_sun.c $(il_src)/il_wbmp.c
- $(il_src)/il_xpm.c $(il_src)/il_dicom.c $(il_include)/il_dcx.h
- $(il_include)/il_doompal.h $(il_include)/il_icns.h
- $(il_include)/il_psd.h $(il_include)/il_psp.h
- $(il_include)/il_sgi.h
- @EXTRA_CLASS@_la_LDFLAGS = $(classes_ldflags) @EXTRA_LDFLAGS@
- @GAME_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @GAME_CPPFLAGS@
- @GAME_CLASS@_la_CFLAGS = $(classes_cflags)
- @GAME_CLASS@_la_CXXFLAGS = $(classes_cflags)
- @GAME_CLASS@_la_SOURCES = $(il_src)/il_lif.c $(il_src)/il_mdl.c
- $(il_src)/il_rot.c $(il_src)/il_texture.c $(il_src)/il_tpl.c
- $(il_src)/il_vtf.c $(il_src)/il_wal.c $(il_src)/il_blp.c
- $(il_src)/il_iwi.c $(il_src)/il_ftx.c $(il_src)/il_utx.cpp
- $(il_include)/il_lif.h $(il_include)/il_mdl.h
- $(il_include)/il_vtf.h $(il_include)/il_utx.h
- @GAME_CLASS@_la_LDFLAGS = $(classes_ldflags) @GAME_LDFLAGS@
- @PNG_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @PNG_CPPFLAGS@
- @PNG_CLASS@_la_CFLAGS = $(classes_cflags)
- @PNG_CLASS@_la_SOURCES = $(il_src)/il_png.c
- @PNG_CLASS@_la_LDFLAGS = $(classes_ldflags) @PNG_LIBS@ @PNG_LDFLAGS@
- @MNG_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) @MNG_CPPFLAGS@
- @MNG_CLASS@_la_SOURCES = $(il_src)/il_mng.c
- @MNG_CLASS@_la_LDFLAGS = $(classes_ldflags) @MNG_LIBS@ @MNG_LDFLAGS@
- @JPEG_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @JPEG_CPPFLAGS@
- @JPEG_CLASS@_la_SOURCES =
- $(il_src)/il_jpeg.c
- $(il_include)/il_jpeg.h
- @JPEG_CLASS@_la_LDFLAGS = $(classes_ldflags) @JPEG_LIBS@ @JPEG_LDFLAGS@
- @JP2_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @JP2_CPPFLAGS@
- @JP2_CLASS@_la_CFLAGS = $(classes_cflags)
- @JP2_CLASS@_la_SOURCES =
- $(il_src)/il_jp2.c
- $(il_include)/il_jp2.h
- @JP2_CLASS@_la_LDFLAGS = $(classes_ldflags) @JP2_LIBS@ @JP2_LDFLAGS@
- @EXR_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @EXR_CPPFLAGS@
- @EXR_CLASS@_la_CFLAGS = @EXR_CFLAGS@ $(classes_cflags)
- @EXR_CLASS@_la_CXXFLAGS = @EXR_CFLAGS@ $(classes_cflags)
- @EXR_CLASS@_la_SOURCES =
- $(il_src)/il_exr.cpp
- $(il_include)/il_exr.h
- @EXR_CLASS@_la_LDFLAGS = $(classes_ldflags) @EXR_LIBS@ @EXR_LDFLAGS@
- # TODO: The -lpthread option is neccessary to build the thing, but not cross-platform
- @TIFF_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @TIFF_CPPFLAGS@
- @TIFF_CLASS@_la_CFLAGS = $(classes_cflags)
- @TIFF_CLASS@_la_SOURCES = $(il_src)/il_tiff.c
- @TIFF_CLASS@_la_LDFLAGS = $(classes_ldflags) @TIFF_LIBS@ @TIFF_LDFLAGS@
- @DDS_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @DDS_CPPFLAGS@
- @DDS_CLASS@_la_CFLAGS = $(classes_cflags)
- @DDS_CLASS@_la_SOURCES =
- $(il_src)/il_dds.c
- $(il_include)/il_dds.h
- $(il_src)/il_dds-save.c
- @DDS_CLASS@_la_LDFLAGS = $(classes_ldflags) @DDS_LIBS@ @DDS_LDFLAGS@
- @OTHERS_CLASS@_la_CPPFLAGS = -I $(il_include) -I $(sys_like_include) $(classes_cppflags) @OTHERS_CPPFLAGS@
- @OTHERS_CLASS@_la_CFLAGS = $(classes_cflags)
- @OTHERS_CLASS@_la_SOURCES =
- $(il_src)/il_wdp.c
- $(il_include)/il_wdp.h
- @OTHERS_CLASS@_la_LDFLAGS = $(classes_ldflags) @OTHERS_LIBS@ @OTHERS_LDFLAGS@
- AM_CPPFLAGS = -I $(sys_like_include)
- TESTS = format_test/format_checks.sh $(am__append_4)
- # I don't know what's the meaning of this... But it at least does make sense
- #TESTS = $(check_SCRIPTS)
- check_SCRIPTS = format_test/generate-images.sh $(TESTS)
- #check_SCRIPTS = format_test/format_checks.sh
- EXTRA_DIST = format_test/generate-images.sh
- il_library = ../lib/libIL.la
- testil_SOURCES = format_test/testil.c
- testil_LDADD = $(am__append_5) $(am__append_6)
- TESTS_ENVIRONMENT = @IL_MODULES_ENV@="$(abs_top_builddir)/lib" /bin/sh
- all: all-am
- .SUFFIXES:
- .SUFFIXES: .c .lo .o .obj
- $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../lib/Useful_stuff.am $(srcdir)/../lib/IL.am $(am__configure_deps)
- @for dep in $?; do
- case '$(am__configure_deps)' in
- *$$dep*)
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh )
- && { if test -f $@; then exit 0; else break; fi; };
- exit 1;;
- esac;
- done;
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile';
- $(am__cd) $(top_srcdir) &&
- $(AUTOMAKE) --gnu test/Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in
- *config.status*)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;;
- *)
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)';
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);;
- esac;
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- clean-checkPROGRAMS:
- @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0;
- echo " rm -f" $$list;
- rm -f $$list || exit $$?;
- test -n "$(EXEEXT)" || exit 0;
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`;
- echo " rm -f" $$list;
- rm -f $$list
- testil$(EXEEXT): $(testil_OBJECTS) $(testil_DEPENDENCIES)
- @rm -f testil$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(testil_OBJECTS) $(testil_LDADD) $(LIBS)
- mostlyclean-compile:
- -rm -f *.$(OBJEXT)
- distclean-compile:
- -rm -f *.tab.c
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testil.Po@am__quote@
- .c.o:
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(COMPILE) -c $<
- .c.obj:
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
- .c.lo:
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
- testil.o: format_test/testil.c
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testil.o -MD -MP -MF $(DEPDIR)/testil.Tpo -c -o testil.o `test -f 'format_test/testil.c' || echo '$(srcdir)/'`format_test/testil.c
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testil.Tpo $(DEPDIR)/testil.Po
- @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='format_test/testil.c' object='testil.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testil.o `test -f 'format_test/testil.c' || echo '$(srcdir)/'`format_test/testil.c
- testil.obj: format_test/testil.c
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testil.obj -MD -MP -MF $(DEPDIR)/testil.Tpo -c -o testil.obj `if test -f 'format_test/testil.c'; then $(CYGPATH_W) 'format_test/testil.c'; else $(CYGPATH_W) '$(srcdir)/format_test/testil.c'; fi`
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testil.Tpo $(DEPDIR)/testil.Po
- @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='format_test/testil.c' object='testil.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testil.obj `if test -f 'format_test/testil.c'; then $(CYGPATH_W) 'format_test/testil.c'; else $(CYGPATH_W) '$(srcdir)/format_test/testil.c'; fi`
- mostlyclean-libtool:
- -rm -f *.lo
- clean-libtool:
- -rm -rf .libs _libs
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)';
- unique=`for i in $$list; do
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
- done |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; }
- END { if (nonempty) { for (i in files) print i; }; }'`;
- mkid -fID $$unique
- tags: TAGS
- TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
- $(TAGS_FILES) $(LISP)
- set x;
- here=`pwd`;
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)';
- unique=`for i in $$list; do
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
- done |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; }
- END { if (nonempty) { for (i in files) print i; }; }'`;
- shift;
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else
- test -n "$$unique" || unique=$$empty_fix;
- if test $$# -gt 0; then
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS)
- "$$@" $$unique;
- else
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS)
- $$unique;
- fi;
- fi
- ctags: CTAGS
- CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)';
- unique=`for i in $$list; do
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
- done |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; }
- END { if (nonempty) { for (i in files) print i; }; }'`;
- test -z "$(CTAGS_ARGS)$$unique"
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS)
- $$unique
- GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd`
- && $(am__cd) $(top_srcdir)
- && gtags -i $(GTAGS_ARGS) "$$here"
- distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
- check-TESTS: $(TESTS)
- @failed=0; all=0; xfail=0; xpass=0; skip=0;
- srcdir=$(srcdir); export srcdir;
- list=' $(TESTS) ';
- $(am__tty_colors);
- if test -n "$$list"; then
- for tst in $$list; do
- if test -f ./$$tst; then dir=./;
- elif test -f $$tst; then dir=;
- else dir="$(srcdir)/"; fi;
- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then
- all=`expr $$all + 1`;
- case " $(XFAIL_TESTS) " in
- *[ ]$$tst[ ]*)
- xpass=`expr $$xpass + 1`;
- failed=`expr $$failed + 1`;
- col=$$red; res=XPASS;
- ;;
- *)
- col=$$grn; res=PASS;
- ;;
- esac;
- elif test $$? -ne 77; then
- all=`expr $$all + 1`;
- case " $(XFAIL_TESTS) " in
- *[ ]$$tst[ ]*)
- xfail=`expr $$xfail + 1`;
- col=$$lgn; res=XFAIL;
- ;;
- *)
- failed=`expr $$failed + 1`;
- col=$$red; res=FAIL;
- ;;
- esac;
- else
- skip=`expr $$skip + 1`;
- col=$$blu; res=SKIP;
- fi;
- echo "$${col}$$res$${std}: $$tst";
- done;
- if test "$$all" -eq 1; then
- tests="test";
- All="";
- else
- tests="tests";
- All="All ";
- fi;
- if test "$$failed" -eq 0; then
- if test "$$xfail" -eq 0; then
- banner="$$All$$all $$tests passed";
- else
- if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi;
- banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)";
- fi;
- else
- if test "$$xpass" -eq 0; then
- banner="$$failed of $$all $$tests failed";
- else
- if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi;
- banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)";
- fi;
- fi;
- dashes="$$banner";
- skipped="";
- if test "$$skip" -ne 0; then
- if test "$$skip" -eq 1; then
- skipped="($$skip test was not run)";
- else
- skipped="($$skip tests were not run)";
- fi;
- test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` ||
- dashes="$$skipped";
- fi;
- report="";
- if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then
- report="Please report to $(PACKAGE_BUGREPORT)";
- test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` ||
- dashes="$$report";
- fi;
- dashes=`echo "$$dashes" | sed s/./=/g`;
- if test "$$failed" -eq 0; then
- echo "$$grn$$dashes";
- else
- echo "$$red$$dashes";
- fi;
- echo "$$banner";
- test -z "$$skipped" || echo "$$skipped";
- test -z "$$report" || echo "$$report";
- echo "$$dashes$$std";
- test "$$failed" -eq 0;
- else :; fi
- distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`;
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`;
- list='$(DISTFILES)';
- dist_files=`for file in $$list; do echo $$file; done |
- sed -e "s|^$$srcdirstrip/||;t"
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`;
- case $$dist_files in
- */*) $(MKDIR_P) `echo "$$dist_files" |
- sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' |
- sort -u` ;;
- esac;
- for file in $$dist_files; do
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi;
- if test -d $$d/$$file; then
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`;
- if test -d "$(distdir)/$$file"; then
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;;
- fi;
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1;
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;;
- fi;
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1;
- else
- test -f "$(distdir)/$$file"
- || cp -p $$d/$$file "$(distdir)/$$file"
- || exit 1;
- fi;
- done
- check-am: all-am
- $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS)
- $(MAKE) $(AM_MAKEFLAGS) check-TESTS
- check: check-am
- all-am: Makefile
- installdirs:
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
- uninstall: uninstall-am
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- installcheck: installcheck-am
- install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)"
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s
- `test -z '$(STRIP)' ||
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
- clean-generic:
- distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
- maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- clean-am: clean-checkPROGRAMS clean-generic clean-libtool
- mostlyclean-am
- distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
- distclean-am: clean-am distclean-compile distclean-generic
- distclean-tags
- dvi: dvi-am
- dvi-am:
- html: html-am
- html-am:
- info: info-am
- info-am:
- install-data-am:
- install-dvi: install-dvi-am
- install-dvi-am:
- install-exec-am:
- install-html: install-html-am
- install-html-am:
- install-info: install-info-am
- install-info-am:
- install-man:
- install-pdf: install-pdf-am
- install-pdf-am:
- install-ps: install-ps-am
- install-ps-am:
- installcheck-am:
- maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
- maintainer-clean-am: distclean-am maintainer-clean-generic
- mostlyclean: mostlyclean-am
- mostlyclean-am: mostlyclean-compile mostlyclean-generic
- mostlyclean-libtool
- pdf: pdf-am
- pdf-am:
- ps: ps-am
- ps-am:
- uninstall-am:
- .MAKE: check-am install-am install-strip
- .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean
- clean-checkPROGRAMS clean-generic clean-libtool ctags
- distclean distclean-compile distclean-generic
- distclean-libtool distclean-tags distdir dvi dvi-am html
- html-am info info-am install install-am install-data
- install-data-am install-dvi install-dvi-am install-exec
- install-exec-am install-html install-html-am install-info
- install-info-am install-man install-pdf install-pdf-am
- install-ps install-ps-am install-strip installcheck
- installcheck-am installdirs maintainer-clean
- maintainer-clean-generic mostlyclean mostlyclean-compile
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am
- tags uninstall uninstall-am
- # vim: set filetype=automake :
- # vim: set filetype=automake :
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: