📄 makefile.am
字号:
## ############################################################################## File: Makefile.am#### Purpose: Run automake at the top level to make Makefile.in in all## subdirectories.#### Version: $Id: Makefile.am,v 1.37 2005/09/07 20:59:01 sizemore Exp $#### Copyright 1999 Tech-X Coporation. All rights reserved.#### ########################################################################### Following is config.guess config.sub depcomp install-sh missing mkinstalldirs# along with Makefile.in *.am *.sh *.m4 *.plCONFIG_DIST = config.guess config.sub depcomp install-sh missing \ mkinstalldirs## EXTRA_DIST now autogenerated with## make makefilefiles## make updatemakefile.amDIST_FILES = COPYINGDIST_SUFFIXES = .am .m4 .pl .shNODIST_FILES = Makefile.amEXTRA_DIST = \ COPYING \ bindist.am bundle.am clean-ac.am clean-cxx.am depend.am \ doxygen.am filelists.am modify-output.am \ ant.m4 aztec.m4 babel.m4 ccafe.m4 cmee.m4 corba.m4 \ cxx.m4 defaultcomps.m4 dpmta.m4 f77flags.m4 \ f77interop.m4 f77.m4 fcflags.m4 fcinterop.m4 fc.m4 \ fftw.m4 finterop.m4 flags.m4 fnorb.m4 globus.m4 gsoap.m4 \ hdf5_cpp.m4 hdf5.m4 hl5.m4 idldepend.m4 ionpack.m4 \ jacorb.m4 java2.m4 java.m4 jchart.m4 jcorba.m4 \ jmflibs.m4 jun4java.m4 libs.m4 linlibs.m4 macros.m4 \ mdsplus.m4 mpicompilers.m4 mpif77.m4 mpif90.m4 netcdf.m4 \ nm.m4 nsecc.m4 ntcbase.m4 numpy.m4 opendx.m4 opengl.m4 \ os_tag.m4 pvwave.m4 pycxx.m4 python.m4 qscimpl.m4 \ qt.m4 rsiidl.m4 sshtools.m4 swig.m4 tcltk.m4 txbase.m4 \ txcrange.m4 txmath.m4 txqplot.m4 vorpal.m4 waspc.m4 \ wx.m4 x11_ext.m4 x11.m4 x11xm.m4 xerces.m4 xpm.m4 \ cvs2cl.pl fdepend.pl writedep.pl \ automake.sh chgnames.sh cleanconf.sh cleanemacs.sh \ ltmain.sh mpifuncs.sh regenconf.sh replaceh5.sh \ updatemfs.sh include_HEADERS = \ txc_hdf5.h txc_std.h txc_streams.h cleanautoconf: rm -f Makefile.in if test -n "$(SUBDIRS)"; then \ for i in $(SUBDIRS); do cd $$i; $(MAKE) cleanautoconf; done \ fi rm -f Makefile.bak mv Makefile Makefile.bak.PHONY: cleanautoconf## ########### Other targets#### #######include $(top_srcdir)/config/filelists.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -