⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 IN
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated automatically by automake 1.4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 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.SHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = @build_alias@build_triplet = @build@host_alias = @host_alias@host_triplet = @host@target_alias = @target_alias@target_triplet = @target@AS = @AS@CC = @CC@CXX = @CXX@DLLTOOL = @DLLTOOL@LIBTOOL = @LIBTOOL@LIBVIDEOGFX_BINARY_AGE = @LIBVIDEOGFX_BINARY_AGE@LIBVIDEOGFX_INTERFACE_AGE = @LIBVIDEOGFX_INTERFACE_AGE@LIBVIDEOGFX_MAJOR_VERSION = @LIBVIDEOGFX_MAJOR_VERSION@LIBVIDEOGFX_MICRO_VERSION = @LIBVIDEOGFX_MICRO_VERSION@LIBVIDEOGFX_MINOR_VERSION = @LIBVIDEOGFX_MINOR_VERSION@LIBVIDEOGFX_VERSION = @LIBVIDEOGFX_VERSION@LN_S = @LN_S@LT_AGE = @LT_AGE@LT_CURRENT = @LT_CURRENT@LT_RELEASE = @LT_RELEASE@LT_REVISION = @LT_REVISION@MAINT = @MAINT@MAKEINFO = @MAKEINFO@OBJDUMP = @OBJDUMP@PACKAGE = @PACKAGE@RANLIB = @RANLIB@VERSION = @VERSION@X_LDFLAGS = @X_LDFLAGS@SUBDIRS = arch containers graphics utility nanoxINCLUDES =  	-DDATADIR=\"$(datadir)\"		-DLIBDIR=\"$(libdir)\"			-DSYSCONFDIR=\"$(sysconfdir)\"		-I$(top_srcdir)## libraries to compile and install#lib_LTLIBRARIES = libvideogfx.la# libtool stuff: set version and export symbols for resolvinglibvideogfx_includedir = $(includedir)/libvideogfxlibvideogfx_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)		-release $(LT_RELEASE)						-export-dynamic## setup sub-libraries variables#libvideogfx_common_ldadd =  	containers/libvideogfx-containers.la				graphics/basic/libvideogfx-graphics-basic.la			graphics/color/libvideogfx-graphics-color.la			graphics/datatypes/libvideogfx-graphics-datatypes.la		graphics/draw/libvideogfx-graphics-draw.la			graphics/fileio/libvideogfx-graphics-fileio.la			graphics/filters/libvideogfx-graphics-filters.la		graphics/lowlevel/libvideogfx-graphics-lowlevel.la		graphics/motvec/libvideogfx-graphics-motvec.la			graphics/visualize/libvideogfx-graphics-visualize.la		utility/bitstream/libvideogfx-utility-bitstream.la@LINUX_TRUE@libvideogfx_linux_ldadd = 	graphics/fileio/libvideogfx-graphics-fileio-linux.la@LINUX_FALSE@libvideogfx_linux_ldadd = @ENABLE_MMX_TRUE@libvideogfx_mmx_ldadd = 	arch/linux/x86/libvideogfx-arch-linux-x86.la			graphics/lowlevel/libvideogfx-graphics-lowlevel-mmx.la@ENABLE_MMX_FALSE@libvideogfx_mmx_ldadd = libvideogfx_qt_ldadd =  	qt/libvideogfx-qt.lalibvideogfx_x11_ldadd =  	nanox/libvideogfx-x11.lalibvideogfx_la_LIBADD =  	$(libvideogfx_common_ldadd)		$(libvideogfx_linux_ldadd)		$(libvideogfx_mmx_ldadd)		$(libvideogfx_x11_ldadd)## setup source file variables## Header files for public installation (non-generated)libvideogfx_public_h_sources =  	init.hh			types.hh# Header files that don't get installedlibvideogfx_private_h_sources = # C sources to build the library fromlibvideogfx_c_sources =  	init.cc## setup sources and their dependancies#libvideogfx_include_HEADERS = $(libvideogfx_public_h_sources)libvideogfx_la_SOURCES = $(libvideogfx_c_sources)EXTRA_HEADERS =  EXTRA_DIST =  $(libvideogfx_private_h_sources)mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = ../config.hCONFIG_CLEAN_FILES = LTLIBRARIES =  $(lib_LTLIBRARIES)DEFS = @DEFS@ -I. -I$(srcdir) -I..CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@X_CFLAGS = @X_CFLAGS@X_LIBS = @X_LIBS@X_EXTRA_LIBS = @X_EXTRA_LIBS@X_PRE_LIBS = @X_PRE_LIBS@@ENABLE_MMX_TRUE@@LINUX_FALSE@libvideogfx_la_DEPENDENCIES =  \@ENABLE_MMX_TRUE@@LINUX_FALSE@containers/libvideogfx-containers.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/basic/libvideogfx-graphics-basic.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/color/libvideogfx-graphics-color.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/datatypes/libvideogfx-graphics-datatypes.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/draw/libvideogfx-graphics-draw.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/fileio/libvideogfx-graphics-fileio.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/filters/libvideogfx-graphics-filters.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/lowlevel/libvideogfx-graphics-lowlevel.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/motvec/libvideogfx-graphics-motvec.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/visualize/libvideogfx-graphics-visualize.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@utility/bitstream/libvideogfx-utility-bitstream.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@arch/linux/x86/libvideogfx-arch-linux-x86.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@graphics/lowlevel/libvideogfx-graphics-lowlevel-mmx.la \@ENABLE_MMX_TRUE@@LINUX_FALSE@nanox/libvideogfx-x11.la@ENABLE_MMX_FALSE@@LINUX_TRUE@libvideogfx_la_DEPENDENCIES =  \@ENABLE_MMX_FALSE@@LINUX_TRUE@containers/libvideogfx-containers.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/basic/libvideogfx-graphics-basic.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/color/libvideogfx-graphics-color.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/datatypes/libvideogfx-graphics-datatypes.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/draw/libvideogfx-graphics-draw.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/fileio/libvideogfx-graphics-fileio.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/filters/libvideogfx-graphics-filters.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/lowlevel/libvideogfx-graphics-lowlevel.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/motvec/libvideogfx-graphics-motvec.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/visualize/libvideogfx-graphics-visualize.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@utility/bitstream/libvideogfx-utility-bitstream.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@graphics/fileio/libvideogfx-graphics-fileio-linux.la \@ENABLE_MMX_FALSE@@LINUX_TRUE@nanox/libvideogfx-x11.la@ENABLE_MMX_FALSE@@LINUX_FALSE@libvideogfx_la_DEPENDENCIES =  \@ENABLE_MMX_FALSE@@LINUX_FALSE@containers/libvideogfx-containers.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/basic/libvideogfx-graphics-basic.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/color/libvideogfx-graphics-color.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/datatypes/libvideogfx-graphics-datatypes.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/draw/libvideogfx-graphics-draw.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/fileio/libvideogfx-graphics-fileio.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/filters/libvideogfx-graphics-filters.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/lowlevel/libvideogfx-graphics-lowlevel.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/motvec/libvideogfx-graphics-motvec.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@graphics/visualize/libvideogfx-graphics-visualize.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@utility/bitstream/libvideogfx-utility-bitstream.la \@ENABLE_MMX_FALSE@@LINUX_FALSE@nanox/libvideogfx-x11.la@ENABLE_MMX_TRUE@@LINUX_TRUE@libvideogfx_la_DEPENDENCIES =  \@ENABLE_MMX_TRUE@@LINUX_TRUE@containers/libvideogfx-containers.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/basic/libvideogfx-graphics-basic.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/color/libvideogfx-graphics-color.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/datatypes/libvideogfx-graphics-datatypes.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/draw/libvideogfx-graphics-draw.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/fileio/libvideogfx-graphics-fileio.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/filters/libvideogfx-graphics-filters.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/lowlevel/libvideogfx-graphics-lowlevel.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/motvec/libvideogfx-graphics-motvec.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/visualize/libvideogfx-graphics-visualize.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@utility/bitstream/libvideogfx-utility-bitstream.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/fileio/libvideogfx-graphics-fileio-linux.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@arch/linux/x86/libvideogfx-arch-linux-x86.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@graphics/lowlevel/libvideogfx-graphics-lowlevel-mmx.la \@ENABLE_MMX_TRUE@@LINUX_TRUE@nanox/libvideogfx-x11.lalibvideogfx_la_OBJECTS =  init.loCXXFLAGS = @CXXFLAGS@CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@HEADERS =  $(libvideogfx_include_HEADERS)DIST_COMMON =  Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = gtarGZIP_ENV = --bestDEP_FILES =  .deps/init.PSOURCES = $(libvideogfx_la_SOURCES)OBJECTS = $(libvideogfx_la_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .cc .lo .o .s$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 	cd $(top_srcdir) && $(AUTOMAKE) --gnu libvideogfx/MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-libLTLIBRARIES:clean-libLTLIBRARIES:	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)distclean-libLTLIBRARIES:maintainer-clean-libLTLIBRARIES:install-libLTLIBRARIES: $(lib_LTLIBRARIES)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libdir)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \	  else :; fi; \	doneuninstall-libLTLIBRARIES:	@$(NORMAL_UNINSTALL)	list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \	done.s.o:	$(COMPILE) -c $<.S.o:	$(COMPILE) -c $<mostlyclean-compile:	-rm -f *.o core *.coreclean-compile:distclean-compile:	-rm -f *.tab.cmaintainer-clean-compile:.s.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<.S.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<mostlyclean-libtool:	-rm -f *.loclean-libtool:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -