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

📄 makefile.in

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 IN
字号:
# Makefile for GNU texinfo/libtxi.  -*- Indented-Text -*-# $Id: Makefile.in,v 1.4 1998/01/13 20:31:57 law Exp $# Copyright (C) 1993, 96, 98 Free Software Foundation, Inc.# 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, 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.SHELL = /bin/shsrcdir = @srcdir@VPATH = @srcdir@CC = @CC@AR = arAR_FLAGS = rcRANLIB = @RANLIB@DEFS = @DEFS@LIBS = @LIBS@LOADLIBES = $(LIBS)CFLAGS = @CFLAGS@LDFLAGS = @LDFLAGS@# This is normally inherited from parent make, but if someone wants to# build libtxi.a alone, this variable will still be properly defined.ALLOCA = @ALLOCA@# Standard functions that may be missing.LIBOBJS = @LIBOBJS@SRCS =  getopt.c getopt1.c bzero.c getopt.h OBJS =  getopt.o getopt1.o bzero.o $(ALLOCA) $(LIBOBJS)PROGS = libtxi.aall: $(PROGS)sub-all: all.c.o:	$(CC) -c $(CPPFLAGS) -I. -I$(srcdir) $(DEFS) $(CFLAGS) $<libtxi.a: $(OBJS)	rm -f $@	$(AR) $(AR_FLAGS) $@ $(OBJS)	$(RANLIB) $@getopt.o: getopt.c getopt.hgetopt1.o: getopt1.c getopt.halloca.o: alloca.cmemcpy.o: memcpy.cmemmove.o: memmove.cstrdup.o: strdup.cinstall:uninstall:dvi:install-info:TAGS: $(SRCS)	etags $(SRCS)clean:	rm -f *.o a.out core core.* $(PROGS)mostlyclean: cleandistclean: clean	rm -f Makefile config.status TAGS IDrealclean: distcleanMakefile: Makefile.in ../config.status	cd .. && sh config.status# Prevent GNU make v3 from overflowing arg limit on SysV..NOEXPORT:

⌨️ 快捷键说明

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