📄 makefile.simple
字号:
# Generated automatically from Makefile.in by configure.# Makefile.in generated automatically by automake 1.4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.SHELL = /bin/shsrcdir = .top_srcdir = .prefix = /usr/localexec_prefix = ${prefix}bindir = ${exec_prefix}/binsbindir = ${exec_prefix}/sbinlibexecdir = ${exec_prefix}/libexecdatadir = ${prefix}/sharesysconfdir = ${prefix}/etcsharedstatedir = ${prefix}/comlocalstatedir = ${prefix}/varlibdir = ${exec_prefix}/libinfodir = ${prefix}/infomandir = ${prefix}/manincludedir = ${prefix}/includeoldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/oopicpkglibdir = $(libdir)/oopicpkgincludedir = $(includedir)/oopictop_builddir = .INSTALL = /usr/bin/install -cINSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = ${INSTALL} -m 644INSTALL_SCRIPT = ${INSTALL_PROGRAM}transform = s,x,x,NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :host_alias = i686-pc-linux-gnuhost_triplet = i686-pc-linux-gnuAR = ar crARFLAGS = CC = gccCPP = gcc -ECXX = g++CXXCOMP = g++CXXCPP = g++ -EDEFINE_MPI = DEFINE_NOX = INSTALL_LIBRARY = ${INSTALL} -m 644LIBEXT = .aLN_S = ln -sMAKEINFO = makeinfoMPICC = MPICXX = PACKAGE = oopicPURIFY_DEFINE = PURIFY_PATH = RANLIB = ranlibREALMPICC = REALMPICXX = VERSION = 2.6abs_top_builddir = /home/pmlocal/oopic/oopicPIC_DIRS = otools physics advisor xg SUBDIRS = $(PIC_DIRS) DISTFILES = $(SOURCES) $(HEADERS) $(EXTRA_DIST)TAR = gtarGZIP_ENV = --best.SUFFIXES:all:: (touch config.h) (cd otools; make -f Makefile.simple; cd ..) (cd physics; make -f Makefile.simple; cd ..) (cd advisor; make -f Makefile.simple; cd ..) (cd xg; make -f Makefile.simple; cd ..)clean:: (rm -f */*.a */*.o) (cd otools; make -f Makefile.simple clean; cd ..) (cd physics; make -f Makefile.simple clean; cd ..) (cd advisor; make -f Makefile.simple clean; cd ..) (cd xg; make -f Makefile.simple clean; cd ..)depend:: (cd otools; make -f Makefile.simple depend; cd ..) (cd physics; make -f Makefile.simple depend; cd ..) (cd advisor; make -f Makefile.simple depend; cd ..) (cd xg; make -f Makefile.simple depend; cd ..)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -