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

📄 makefile.in

📁 读取音乐光盘磁道为磁盘文件的程序
💻 IN
字号:
# $Id: Makefile.in,v 1.3 1996/01/18 13:51:33 jim Exp $## Makefile for airubc# Created by Jim Mintha on Fri Dec  3 11:55:30 1993# Copyright (C) 1993 Jim Mintha## $Log: Makefile.in,v $# Revision 1.3  1996/01/18 13:51:33  jim# Don't need X win includes## Revision 1.2  1995/02/14 13:53:17  mintha# bunch of portability changes## Revision 1.1  1994/11/11  12:05:57  mintha# Initial revision### 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., 675 Mass Ave, Cambridge, MA 02139, USA.SHELL 	= /bin/shsrcdir 	= @srcdir@VPATH 	= @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@CC 	= @CC@AR 	= arRANLIB 	= @RANLIB@DEFS 	= @DEFS@CFLAGS 	= @CFLAGS@XINCL   = SOURCES = getopt.c getopt1.c gen_str.c gen_num.c gen_date.c \gen_misc.cOBJECTS = getopt.o getopt1.o gen_str.o gen_num.o gen_date.o \gen_misc.oDISTFILES = Makefile.in $(SOURCES) \gen_utils.h gen_utils_x.h getopt.h libtest.call: libjim.a.c.o:	$(CC) -c $(CPPFLAGS) $(DEFS) -I. $(XINCL) $(CFLAGS) $<install: alluninstall:TAGS: $(SOURCES)	etags $(SOURCES)check:clean:	rm -f *.a *.omostlyclean: cleandistclean: clean	rm -f Makefilerealclean: distclean	rm -f TAGSdist: $(DISTFILES)	for file in $(DISTFILES); do \	  ln $$file ../`cat ../.fname`/lib \	    || cp -p $$file ../`cat ../.fname`/lib; \	donelibjim.a: $(OBJECTS)	rm -f $@	$(AR) cr $@ $(OBJECTS)	-$(RANLIB) $@libtest:  libtest.o	$(CC) $(LDFLAGS) -o $@ libtest.o libjim.a $(LIBS)# Tell versions [3.59,3.63) of GNU make not to export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:# Dependenciesgetopt1.o: 	getopt.hgetopt.o:  	getopt.hgen_str.o:	gen_utils_x.hgen_num.o:	gen_utils_x.hgen_date.o:	gen_utils_x.hgen_misc.o:	gen_utils_x.h

⌨️ 快捷键说明

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