📄 makefile.in
字号:
## Makefile for utils/amd-udi/mondfe# Copyright (C) 1993 Free Software Foundation## This file 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., 675 Mass Ave, Cambridge, MA 02139, USA. ## $Id: Makefile.in,v 1.1.1.1 2003/06/09 09:23:37 stevench Exp $## Written by Jeffrey Wheat (cassidy@cygnus.com)##### Start of system configuration section. ####srcdir = @srcdir@VPATH = @srcdir@CC = @CC@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_DATA = @INSTALL_DATA@DEFS = @DEFS@LIBS = @LIBS@RANLIB = @RANLIB@AR = arAR_FLAGS = cqCFLAGS = -gLD = ldLDFLAGS = -gMV = mvRM = rmprefix = /usr/localexec_prefix = $(prefix)bindir = $(exec_prefix)/binlibdir = $(exec_prefix)/libmandir = $(prefix)/manman1dir = $(mandir)/man1man2dir = $(mandir)/man2man3dir = $(mandir)/man3man4dir = $(mandir)/man4man5dir = $(mandir)/man5man6dir = $(mandir)/man6man7dir = $(mandir)/man7man8dir = $(mandir)/man8SHELL = /bin/shINSTALL = install -cINSTALL_DATA = $(INSTALL)INSTALL_PROGRAM = $(INSTALL)#### End of system configuration section. ####OBJS = main.o monitor.o error.o help.o commands.o asm.o \ opcodes.o regs.o bkpt.o dasm.o fill.o move.o \ set.o xcmd.o yank.o dump.o getdata.o io.o icmd.o mini2udi.oLIBDFE = ../udi/libdfe.aINCLUDE = -I$(srcdir)/../udi -I$(srcdir)/../include.c.o: $(CC) $(INCLUDE) $(DEFS) $(CFLAGS) -c $<all: mondfemondfe: $(LIBUDIDFE) $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBDFE) $(LIBIBERTY)install: allmostlyclean clean: $(RM) -f *.o mondfedistclean maintainer-clean realclean: clean $(RM) -f Makefile config.status.PHONY: check installcheck info install-info clean-info dvicheck installcheck:info install-info clean-info dvi:# with the gnu make, this is done automatically.Makefile: Makefile.in $(SHELL) ./config.statusconfig.status: configure $(srcdir)/configure --no-createconfigure: configure.in autoconf# Prevent GNU make v3 from overflowing arg limit on SysV..NOEXPORT:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -