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

📄 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.internalsrcdir = .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`IO_DIR = iostreamCXX = `if [ -f ../../../gcc/gcc ] ; \	then echo ../../../gcc/gcc -B../../../gcc/ ; \	else echo gcc ; fi`CFLAGS = -gCXXFLAGS = -g -OXTRAFLAGS = `if [ -f ../../../gcc/gcc ] ; \	then echo -I../../../gcc/include ; \	else echo ; fi`TARGETLIB = libstream.aWRAP_C_INCLUDES = -I$(srcdir)/../g++-include#### 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 =##C_FLAGS = $(CXXFLAGS) -I$(srcdir) -I../.. $(WRAP_C_INCLUDES).SUFFIXES: .o .cc# ../libg++.a depends on the stamp file..cc.o:	$(CXX) $(C_FLAGS) $(XTRAFLAGS) -c $<	@touch stampOBJS = File.o PlotFile.o Filebuf.o SFile.o \  filebuf.o form.o istream.o  itoa.o ostream.o streambuf.o# The following include files are publicly visible, and# should be installed where user programs can find them.USER_INCLUDES = File.h Filebuf.h Fmodes.h PlotFile.h SFile.h \  filebuf.h istream.h ostream.h stream.h streambuf.h# The following include files are private to the implementation.INTERNAL_INCLUDES = DEPEND_SOURCES = $(srcdir)/*.c  $(srcdir)/*.cc.PHONY: allall: $(TARGETLIB)$(TARGETLIB): $(OBJS)	$(AR) $(AR_FLAGS) $(TARGETLIB) $(OBJS)	$(RANLIB) $(TARGETLIB).PHONY: infoinfo:.PHONY: install-infoinstall-info:.PHONY: clean-infoclean-info:.PHONY: checkcheck:.PHONY: cleanclean:	rm -f *.o *~ core *.tar.Zdistclean: clean	rm -f *.a config.status Makefilerealclean: distclean	install-include-files:	if [ ! -d $(IDIR) ] ; then mkdir $(IDIR) ; fi	cd $(srcdir);					  \	for FILE in $(USER_INCLUDES) ; do		  \		rm -f $(IDIR)/$$FILE; 	               	  \		$(INSTALL_DATA) $$FILE $(IDIR)/$$FILE ;	  \		chmod 0444 $(IDIR)/$$FILE; 	       	  \		echo $(IDIR)/$$FILE installed; 	       	  \	doneforce:# 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.File.o : File.cc \  File.h \  Fmodes.h Filebuf.o : Filebuf.cc \  Filebuf.h \  File.h \  Fmodes.h \  streambuf.h PlotFile.o : PlotFile.cc \  PlotFile.h \  File.h \  Fmodes.hSFile.o : SFile.cc \  SFile.h \  File.h \  Fmodes.hfilebuf.o : filebuf.cc \  filebuf.h \  streambuf.h \  Fmodes.hform.o : form.cc istream.o : istream.cc \  stream.h \  ostream.h \  File.h \  Fmodes.h \  streambuf.h \  filebuf.h \  Filebuf.h \  istream.h itoa.o : itoa.cc ostream.o : ostream.cc \  stream.h \  ostream.h \  File.h \  Fmodes.h \  streambuf.h \  filebuf.h \  Filebuf.h \  istream.h streambuf.o : streambuf.cc \  streambuf.h \  Fmodes.h# IF YOU PUT ANYTHING HERE IT WILL GO AWAY

⌨️ 快捷键说明

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