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

📄 makefile.in

📁 含有完整TCP/IP PPP协议的嵌入式操作系统
💻 IN
📖 第 1 页 / 共 5 页
字号:
# Makefile.in generated by automake 1.9.5 from Makefile.am.# @configure_input@# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004, 2005  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@## Copyright (C) 2005 by egnite Software GmbH. All rights reserved.## Redistribution and use in source and binary forms, with or without# modification, are permitted provided that the following conditions# are met:## 1. Redistributions of source code must retain the above copyright#    notice, this list of conditions and the following disclaimer.# 2. Redistributions in binary form must reproduce the above copyright#    notice, this list of conditions and the following disclaimer in the#    documentation and/or other materials provided with the distribution.# 3. Neither the name of the copyright holders nor the names of#    contributors may be used to endorse or promote products derived#    from this software without specific prior written permission.## THIS SOFTWARE IS PROVIDED BY EGNITE SOFTWARE GMBH AND CONTRIBUTORS# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL EGNITE# SOFTWARE GMBH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF# SUCH DAMAGE.## For additional information see http://www.ethernut.de/### $Log: Makefile.am,v $# Revision 1.4  2005/11/22 20:03:52  haraldkipp# Added missing bitmaps.## Revision 1.3  2005/07/20 11:15:23  haraldkipp# Linux application icon added## Revision 1.2  2005/05/22 14:55:16  haraldkipp# Lua libs are determined in configure.ac.# Option to build no configuration tools.## Revision 1.1  2005/04/28 15:08:35  haraldkipp# First check in##SOURCES = $(nutconf_SOURCES) $(nutconfigure_SOURCES)srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ../..am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :@BUILD_NUTCONF_TOOLS_TRUE@bin_PROGRAMS = nutconfigure$(EXEEXT) \@BUILD_NUTCONF_TOOLS_TRUE@	$(am__EXEEXT_1)@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@am__append_1 = nutconfsubdir = tools/nutconfDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.inACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/configure.acam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \	$(ACLOCAL_M4)mkinstalldirs = $(install_sh) -dCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@am__EXEEXT_1 = nutconf$(EXEEXT)am__installdirs = "$(DESTDIR)$(bindir)"binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)PROGRAMS = $(bin_PROGRAMS)am__nutconf_SOURCES_DIST = nutconf.cpp nutcomponent.c appoptdlg.cpp \	bldoptdlg.cpp configitem.cpp configtree.cpp enumeditctrl.cpp \	iconinfo.cpp iconlist.cpp infowindow.cpp inteditctrl.cpp \	mainframe.cpp nutconfdoc.cpp nutconfhint.cpp nutconfview.cpp \	propertylist.cpp repoptdlg.cpp scrolledtree.cpp settings.cpp \	settingsdlg.cpp splitscroll.cpp texteditctrl.cpp \	tooloptdlg.cpp treecomp.cpp treeitemdata.cpp utils.cpp \	valuewindow.cpp appoptdlg.h iconinfo.h nutconfdoc.h \	scrolledtree.h treeitemdata.h bldoptdlg.h iconlist.h nutconf.h \	settingsdlg.h utils.h configitem.h ids.h nutconfhint.h \	settings.h valuewindow.h configtree.h infowindow.h \	nutconfview.h splitscroll.h inteditctrl.h propertylist.h \	texteditctrl.h enumeditctrl.h mainframe.h repoptdlg.h \	tooloptdlg.h nutcomponent.h resource.h treecomp.h \	bitmaps/application.xpm bitmaps/checked_dis.xpm \	bitmaps/module.xpm bitmaps/checked.xpm bitmaps/nutconf.xpm \	bitmaps/closedfolder_dis.xpm bitmaps/closedfolder.xpm \	bitmaps/radiooff_dis.xpm bitmaps/copy.xpm bitmaps/radiooff.xpm \	bitmaps/enumerated_dis.xpm bitmaps/radioon_dis.xpm \	bitmaps/enumerated.xpm bitmaps/radioon.xpm \	bitmaps/integer_dis.xpm bitmaps/integer.xpm \	bitmaps/text_dis.xpm bitmaps/library_dis.xpm bitmaps/text.xpm \	bitmaps/library.xpm bitmaps/unchecked_dis.xpm \	bitmaps/module_dis.xpm bitmaps/unchecked.xpm \	bitmaps/buildlibrary.xpm bitmaps/buildlibrary_large.xpm \	bitmaps/help.xpm bitmaps/help_large.xpm bitmaps/open.xpm \	bitmaps/open_large.xpm bitmaps/save.xpm bitmaps/save_large.xpm \	bitmaps/search.xpm bitmaps/search_large.xpm@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@am_nutconf_OBJECTS = nutconf-nutconf.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutcomponent.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-appoptdlg.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-bldoptdlg.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-configitem.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-configtree.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-enumeditctrl.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-iconinfo.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-iconlist.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-infowindow.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-inteditctrl.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-mainframe.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-nutconfdoc.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-nutconfhint.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-nutconfview.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-propertylist.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-repoptdlg.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-scrolledtree.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-settings.$(OBJEXT) \@BUILD_NUTCONF_GUI_TRUE@@BUILD_NUTCONF_TOOLS_TRUE@	nutconf-settingsdlg.$(OBJEXT) \

⌨️ 快捷键说明

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