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

📄 makefile.in

📁 gtk是linux一款强大的夸平台的图形化开发工具
💻 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 = :host_alias = @host_alias@host_triplet = @host@AS = @AS@AWK = @AWK@CATALOGS = @CATALOGS@CATOBJEXT = @CATOBJEXT@CC = @CC@DATADIRNAME = @DATADIRNAME@DLLTOOL = @DLLTOOL@GDK_WLIBS = @GDK_WLIBS@GENCAT = @GENCAT@GLIB_CFLAGS = @GLIB_CFLAGS@GLIB_CONFIG = @GLIB_CONFIG@GLIB_DEPLIBS = @GLIB_DEPLIBS@GLIB_LIBS = @GLIB_LIBS@GMOFILES = @GMOFILES@GMSGFMT = @GMSGFMT@GTK_BINARY_AGE = @GTK_BINARY_AGE@GTK_DEBUG_FLAGS = @GTK_DEBUG_FLAGS@GTK_INTERFACE_AGE = @GTK_INTERFACE_AGE@GTK_LOCALE_FLAGS = @GTK_LOCALE_FLAGS@GTK_MAJOR_VERSION = @GTK_MAJOR_VERSION@GTK_MICRO_VERSION = @GTK_MICRO_VERSION@GTK_MINOR_VERSION = @GTK_MINOR_VERSION@GTK_VERSION = @GTK_VERSION@GTK_XIM_FLAGS = @GTK_XIM_FLAGS@GT_NO = @GT_NO@GT_YES = @GT_YES@INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@INDENT = @INDENT@INSTOBJEXT = @INSTOBJEXT@INTLDEPS = @INTLDEPS@INTLLIBS = @INTLLIBS@INTLOBJS = @INTLOBJS@LD = @LD@LIBTOOL = @LIBTOOL@LN_S = @LN_S@LT_AGE = @LT_AGE@LT_CURRENT = @LT_CURRENT@LT_RELEASE = @LT_RELEASE@LT_REVISION = @LT_REVISION@MAINT = @MAINT@MAKEINFO = @MAKEINFO@MKINSTALLDIRS = @MKINSTALLDIRS@NM = @NM@OBJDUMP = @OBJDUMP@PACKAGE = @PACKAGE@PERL = @PERL@POFILES = @POFILES@POSUB = @POSUB@RANLIB = @RANLIB@REBUILD = @REBUILD@STRIP_BEGIN = @STRIP_BEGIN@STRIP_END = @STRIP_END@USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@USE_NLS = @USE_NLS@VERSION = @VERSION@glib_cflags = @glib_cflags@glib_libs = @glib_libs@glib_thread_cflags = @glib_thread_cflags@glib_thread_libs = @glib_thread_libs@gtklocaledir = @gtklocaledir@l = @l@x_cflags = @x_cflags@x_includes = @x_includes@x_ldflags = @x_ldflags@x_libs = @x_libs@xinput_progs = @xinput_progs@SRC_SUBDIRS = gdk gtkSUBDIRS = po $(SRC_SUBDIRS) docsbin_SCRIPTS = gtk-config# require automake 1.4AUTOMAKE_OPTIONS = 1.4EXTRA_DIST =  	HACKING			gtk+.spec.in	        gtk.m4          	makecopyright		TODO			NEWS.pre-1-0		ChangeLog.pre-1-0		README.cvs-commits		intl/libgettext.h		intl/po2tbl.sed.in		examples/aspectframe/Makefile  	examples/aspectframe/aspectframe.c  	examples/Makefile  	examples/README.1ST  	examples/extract.awk  	examples/extract.sh  	examples/base/Makefile  	examples/base/base.c  	examples/buttons/Makefile  	examples/buttons/buttons.c  	examples/buttons/info.xpm  	examples/calendar/Makefile  	examples/calendar/gcalendar.c  	examples/clist/Makefile  	examples/clist/clist.c  	examples/entry/Makefile  	examples/entry/entry.c  	examples/eventbox/Makefile  	examples/eventbox/eventbox.c  	examples/filesel/Makefile  	examples/filesel/filesel.c  	examples/gtkdial/Makefile  	examples/gtkdial/dial_test.c  	examples/gtkdial/gtkdial.c  	examples/gtkdial/gtkdial.h  	examples/helloworld/Makefile  	examples/helloworld/helloworld.c  	examples/helloworld2/Makefile  	examples/helloworld2/helloworld2.c  	examples/list/Makefile  	examples/list/list.c  	examples/menu/Makefile  	examples/menu/menu.c  	examples/menu/itemfactory.c  	examples/notebook/Makefile  	examples/notebook/notebook.c  	examples/packbox/Makefile  	examples/packbox/packbox.c  	examples/packer/Makefile  	examples/packer/pack.c  	examples/paned/Makefile  	examples/paned/paned.c  	examples/pixmap/Makefile  	examples/pixmap/pixmap.c  	examples/progressbar/Makefile  	examples/progressbar/progressbar.c  	examples/radiobuttons/Makefile  	examples/radiobuttons/radiobuttons.c  	examples/rangewidgets/Makefile  	examples/rangewidgets/rangewidgets.c  	examples/rulers/Makefile  	examples/rulers/rulers.c  	examples/scribble-simple/Makefile  	examples/scribble-simple/scribble-simple.c  	examples/scrolledwin/Makefile  	examples/scrolledwin/scrolledwin.c  	examples/selection/Makefile  	examples/selection/gettargets.c  	examples/selection/setselection.c  	examples/statusbar/Makefile  	examples/statusbar/statusbar.c  	examples/table/Makefile  	examples/table/table.c  	examples/text/Makefile  	examples/text/text.c  	examples/tictactoe/Makefile  	examples/tictactoe/tictactoe.c  	examples/tictactoe/tictactoe.h  	examples/tictactoe/ttt_test.c  	examples/tree/Makefile  	examples/tree/tree.c  	examples/wheelbarrow/Makefile  	examples/wheelbarrow/wheelbarrow.c  	examples/fixed/fixed.c  	examples/fixed/Makefile  	examples/frame/frame.c  	examples/frame/Makefile  	examples/spinbutton/spinbutton.c  	examples/spinbutton/Makefile  	examples/find-examples.shm4datadir = $(datadir)/aclocalm4data_DATA = gtk.m4ACLOCAL_M4 = $(top_srcdir)/aclocal.m4mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = config.hCONFIG_CLEAN_FILES =  gtk+.spec gtk-configSCRIPTS =  $(bin_SCRIPTS)DATA =  $(m4data_DATA)DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 \aclocal.m4 config.guess config.h.in config.sub configure configure.in \gtk+.spec.in gtk-config.in install-sh ltconfig ltmain.sh missing \mkinstalldirsDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = tarGZIP_ENV = --bestall: all-redirect.SUFFIXES:$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4	cd $(srcdir) && $(ACLOCAL)config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	$(SHELL) ./config.status --recheck$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)	cd $(srcdir) && $(AUTOCONF)config.h: stamp-h	@if test ! -f $@; then \		rm -f stamp-h; \		$(MAKE) stamp-h; \	else :; fistamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES= CONFIG_HEADERS=config.h \	     $(SHELL) ./config.status	@echo timestamp > stamp-h 2> /dev/null$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in	@if test ! -f $@; then \		rm -f $(srcdir)/stamp-h.in; \		$(MAKE) $(srcdir)/stamp-h.in; \	else :; fi$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h	cd $(top_srcdir) && $(AUTOHEADER)	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/nullmostlyclean-hdr:clean-hdr:distclean-hdr:	-rm -f config.hmaintainer-clean-hdr:gtk+.spec: $(top_builddir)/config.status gtk+.spec.in	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.statusgtk-config: $(top_builddir)/config.status gtk-config.in	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.statusinstall-binSCRIPTS: $(bin_SCRIPTS)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(bindir)	@list='$(bin_SCRIPTS)'; for p in $$list; do \	  if test -f $$p; then \	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \	  else if test -f $(srcdir)/$$p; then \	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \	  else :; fi; fi; \	doneuninstall-binSCRIPTS:	@$(NORMAL_UNINSTALL)	list='$(bin_SCRIPTS)'; for p in $$list; do \	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \	doneinstall-m4dataDATA: $(m4data_DATA)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(m4datadir)	@list='$(m4data_DATA)'; for p in $$list; do \	  if test -f $(srcdir)/$$p; then \	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \	  else if test -f $$p; then \	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \	    $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \	  fi; fi; \	doneuninstall-m4dataDATA:	@$(NORMAL_UNINSTALL)	list='$(m4data_DATA)'; for p in $$list; do \	  rm -f $(DESTDIR)$(m4datadir)/$$p; \	done# This directory's subdirectories are mostly independent; you can cd# into them and run `make' without going through this Makefile.# To change the values of `make' variables: instead of editing Makefiles,# (1) if the variable is set in `config.status', edit `config.status'#     (which will cause the Makefiles to be regenerated when you run `make');# (2) otherwise, pass the desired values on the `make' command line.@SET_MAKE@all-recursive install-data-recursive install-exec-recursive \installdirs-recursive install-recursive uninstall-recursive  \check-recursive installcheck-recursive info-recursive dvi-recursive:	@set fnord $(MAKEFLAGS); amf=$$2; \	dot_seen=no; \	target=`echo $@ | sed s/-recursive//`; \	list='$(SUBDIRS)'; for subdir in $$list; do \	  echo "Making $$target in $$subdir"; \	  if test "$$subdir" = "."; then \

⌨️ 快捷键说明

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