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

📄 makefile.am

📁 传感器网络中的嵌入式操作系统源代码
💻 AM
字号:
## $Id: Makefile.am,v 1.1 2003/06/26 17:39:44 idgay Exp $## uisp - The Micro In-System Programmer for Atmel AVR microcontrollers.# Copyright (C) 2002  Theodore A. Roth## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA## Makefile.am -- Process this file with automake to produce Makefile.in#auxdir               = @ac_aux_dir@AUX_DIST             = $(auxdir)/install-sh $(auxdir)/missing \                       $(auxdir)/mkinstalldirs $(auxdir)/READMEman_MANS             = uisp.1AUX_DIST_EXTRA       = EXTRA_DIST           = bootstrap config acconfig.h \                       CHANGES CHANGES.old \                       kernel/patch-2.2.17-ppdev1.gz \                       pavr/Makefile pavr/pavr.c \                       doc/HOWTO.windows doc/README.stk500 \                       doc/README.xilinx \                       doc/uisp-parport-connect.txt \                       uisp.1.in AUTOMAKE_OPTIONS     = foreignSUBDIRS              = srcDIST_SUBDIRS         = srcMAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure src/config-h.in \                       src/stamp-h.in $(AUX_DIST)ACLOCAL              = aclocal -I $(auxdir)install_aux_files    = AUTHORS ChangeLog COPYING INSTALL CHANGES CHANGES.old \                       TODODOC_INST_DIR         = $(DESTDIR)$(datadir)/doc/uisp-$(VERSION)install-data-local:	$(mkinstalldirs) $(DOC_INST_DIR)	for file in $(install_aux_files) ; do \	  echo " $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file"; \	  $(INSTALL_DATA) $(srcdir)/$$file $(DOC_INST_DIR)/$$file; \	doneuninstall-local:	rm -rf $(DOC_INST_DIR)dist-hook: uisp.spec	cp uisp.spec $(distdir)/uisp.spec	rm -rf $(distdir)/config/CVS

⌨️ 快捷键说明

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