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

📄 makefile

📁 早期freebsd实现
💻
字号:
# This file was generated automatically by configure.  Do not edit.VPATH = .links = host_alias = m68k-hp-bsdhost_cpu = m68khost_vendor = hphost_os = bsdhost_canonical = m68k-hp-bsdtarget_alias = m68k-hp-bsdtarget_cpu = m68ktarget_vendor = hptarget_os = bsdtarget_canonical = m68k-hp-bsdhost_makefile_frag = ../../m68k-hp-bsd.mhALL=all.internal# Copyright (C) 1989, 1992 Free Software Foundation, Inc.# written by Douglas C. Schmidt (schmidt@ics.uci.edu)# # This file is part of GNU GPERF.# # GNU GPERF 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 1, or (at your option)# any later version.# # GNU GPERF 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 GNU GPERF; see the file COPYING.  If not, write to# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. srcdir = .prefix = /usr/localexec_prefix = $(prefix)bindir = $(exec_prefix)/binlibdir = $(exec_prefix)/libdatadir = $(prefix)/libmandir = $(prefix)/manman1dir = $(mandir)/man1man2dir = $(mandir)/man2man3dir = $(mandir)/man3man4dir = $(mandir)/man4man5dir = $(mandir)/man5man6dir = $(mandir)/man6man7dir = $(mandir)/man7man8dir = $(mandir)/man8man9dir = $(mandir)/man9infodir = $(prefix)/infoincludedir = $(prefix)/includedocdir = $(datadir)/docSHELL = /bin/shINSTALL = install -cINSTALL_PROGRAM = $(INSTALL)INSTALL_DATA = $(INSTALL)AR = `if [ -f ../../../binutils/ar ] ; \	then echo ../../../binutils/ar ; \	else echo ar ; fi`AR_FLAGS = qcRANLIB = `if [ -f ../../../binutils/ranlib ] ; \	then echo ../../../binutils/ranlib ; \	else echo ranlib ; fi`MAKEINFO = `if [ -f ../../../texinfo/C/makeinfo ] ; \	then echo ../../../texinfo/C/makeinfo ; \	else echo makeinfo ; fi`CC = `if [ -f ../../../gcc/gcc ] ; \	then echo ../../../gcc/gcc -B../../../gcc/ ; \	else echo cc ; fi`CXX = `if [ -f ../../../gcc/gcc ] ; \	then echo ../../../gcc/gcc -B../../../gcc/ ; \	else echo gcc ; fi`CXXFLAGS = -g -OXTRAFLAGS = `if [ -f ../../../gcc/gcc ] ; \	then echo -I../../../gcc/include ; \	else echo ; fi`LIBS = ../../libg++.aIO_DIR = iostreamOBJECTS  = new.o options.o iterator.o main.o gen-perf.o key-list.o list-node.o\           hash-table.o bool-array.o read-line.o std-err.o version.o DEPEND_SOURCES = ${srcdir}/*.ccWRAP_C_INCLUDES = -I$(srcdir)/../../g++-includePROGRAM = gperfCFLAGS = -g#### host and target dependent Makefile fragments come in here.INSTALL = install -cINSTALL_DATA = install -c -m 644# RANLIB = ranlib# Use -nostdinc++ flag if your version of gcc understands it.NOSTDINC = # -nostdinc++# If the C include files are C++-ready (with extern "C"),# define: HAVE_CPLUS_EXTERN = 1 and: WRAP_C_INCLUDES =# If not, define HAVE_CPLUS_EXTERN = 0, and do not define WRAP_C_INCLUDES here.HAVE_CPLUS_EXTERN = 0# Flags to pass to gen-params when building _G_config.h.# For example: G_CONFIG_ARGS = size_t="unsigned long"G_CONFIG_ARGS =##.SUFFIXES: .cc .o.cc.o:	$(CXX) $(CXXFLAGS) $(NOSTDINC) $(HDEFINES) -DLO_CAL \	-I../.. -I$(srcdir) -I$(srcdir)/../../$(IO_DIR) -I$(srcdir)/../../src \	$(WRAP_C_INCLUDES) $(XTRAFLAGS) -c $<.PHONY: allall: $(PROGRAM).PHONY: infoinfo:.PHONY: clean-infoclean-info:.PHONY: install-infoinstall-info:.PHONY: checkcheck:gperf: $(OBJECTS) 	$(CXX) -o $@ $(OBJECTS) $(LIBS).PHONY: installinstall: $(PROGRAM)	-parent=`echo $(bindir)|sed -e 's@/[^/]*$$@@'`; \	if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi	-if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi	$(INSTALL) $(PROGRAM) $(bindir)/$(PROGRAM).PHONY: mostlyclean clean distclean realcleanmostlyclean:	rm -f *.o coreclean: mostlycleandistclean: clean	rm -f $(PROGRAM) *~ Makefile config.statusrealclean: distclean	rm -f depend.PHONY: forceforce:# with the gnu make, this is done automatically.Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)	$(SHELL) ./config.status# DO NOT DELETE THIS LINE -- g++dep uses it.# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.bool-array.o : bool-array.cc \  options.h \  std-err.h \  trace.h \  bool-array.h gen-perf.o : gen-perf.cc \  options.h \  std-err.h \  trace.h \  gen-perf.h \  key-list.h \  list-node.h \  vectors.h \  read-line.h \  bool-array.hhash-table.o : hash-table.cc \  hash-table.h \  list-node.h \  std-err.h \  vectors.h \  options.h \  trace.hiterator.o : iterator.cc \  $(srcdir)/../../$(IO_DIR)/stream.h \  $(srcdir)/../../$(IO_DIR)/iostream.h \  $(srcdir)/../../$(IO_DIR)/streambuf.h \  iterator.h \  trace.hkey-list.o : key-list.cc \  options.h \  std-err.h \  trace.h \  read-line.h \  hash-table.h \  list-node.h \  vectors.h \  key-list.hlist-node.o : list-node.cc \  options.h \  std-err.h \  trace.h \  list-node.h \  vectors.hmain.o : main.cc \  std-err.h \  options.h \  trace.h \  gen-perf.h \  key-list.h \  list-node.h \  vectors.h \  read-line.h \  bool-array.h new.o : new.cc \  std-err.h \  trace.hoptions.o : options.cc \  options.h \  std-err.h \  trace.h \  iterator.hread-line.o : read-line.cc \  std-err.h \  read-line.h \  trace.hstd-err.o : std-err.cc \  std-err.h \  trace.hversion.o : version.cc # IF YOU PUT ANYTHING HERE IT WILL GO AWAY

⌨️ 快捷键说明

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