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

📄 makefile.in

📁 sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu
💻 IN
字号:
############################################################## Makefile for the GNU PIC Library###### Copyright (C) 2005 by Raphael Neider <rneider AT web.de>###### The GNU PIC Library was originally designed and### implemented by###	Vangelis Rokas <vrokas@otenet.gr>###### It is currently maintained by###	Raphael Neider <rneider AT web.de>###### This file may be distributed under the terms of the the### GNU General Public License (GPL). See COPYING for details.###### $Id: Makefile.in 4306 2006-07-27 17:32:43Z borutr $###top_builddir = @top_builddir@top_srcdir   = @top_srcdir@srcdir       = @srcdir@VPATH        = @srcdir@top_pic16builddir = .include $(top_pic16builddir)/Makefile.commonifeq (:,$(findstring :,$(LD) $(AS) $(LIB))).PHONY : allall % : 	@echo "gputils not found -- PIC16 library not built!"elseSUBDIRS	   = debug libc libdev libio libm libsdcc startupbuilddir   = buildinstalldir = binexport installdirC_SRC = $(notdir $(wildcard $(srcdir)/*.c))S_SRC = $(notdir $(wildcard $(srcdir)/*.S))OBJS = $(C_SRC:.c=.o) $(S_SRC:.S=.o).PHONY : all clean distclean clean-intermediate installall : installinstall : recurseclean : recurse	$(Q)-$(RMDIR) "$(top_pic16builddir)/$(builddir)"distclean: clean	$(Q)-$(RM) config.cache config.log config.status Makefile Makefile.common pics.build	$(Q)find $(SUBDIRS) -name Makefile -delete	$(Q)-[ ! -d bin ] || $(RMDIR) binclean-intermediate : recurseinclude $(top_srcdir)/Makefile.rulesendif

⌨️ 快捷键说明

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