60 строки
1.2 KiB
Makefile
60 строки
1.2 KiB
Makefile
ACLOCAL_AMFLAGS = -I config/m4
|
|
|
|
SUBDIRS = \
|
|
extlib \
|
|
util \
|
|
rfg \
|
|
vtlib \
|
|
tools \
|
|
include \
|
|
doc
|
|
|
|
vtdata_DATA = \
|
|
$(top_builddir)/config.log
|
|
|
|
vtdata_SCRIPTS = \
|
|
$(top_builddir)/libtool
|
|
|
|
vtdatadir = $(datadir)
|
|
|
|
EXTRA_DIST = \
|
|
config_bottom.h \
|
|
VERSION \
|
|
config/defaults/bgl \
|
|
config/defaults/bgp \
|
|
config/defaults/bgq \
|
|
config/defaults/crayxt \
|
|
config/defaults/crayxe \
|
|
config/defaults/ibm \
|
|
config/defaults/ibm-64 \
|
|
config/defaults/sicortex \
|
|
config/defaults/sicortex-32 \
|
|
config/defaults/sun \
|
|
config/defaults/necsx \
|
|
config/mpigen/c_dont_generate.txt \
|
|
config/mpigen/fortran_dont_generate.txt \
|
|
config/mpigen/mpi_standard.h \
|
|
config/mpigen/mpi2_1sided.h \
|
|
config/mpigen/mpi2_extcoll.h \
|
|
config/mpigen/mpi2_file.h \
|
|
config/mpigen/mpi2_proc.h \
|
|
config/mpigen/mpi2_thread.h \
|
|
config/mpigen/mpi2_standard.h \
|
|
examples/c/Makefile \
|
|
examples/c/Makefile.config \
|
|
examples/c/hello.c \
|
|
examples/c/mdlbrot.c \
|
|
examples/c/pi.c \
|
|
examples/c/ring.c \
|
|
examples/cxx/Makefile \
|
|
examples/cxx/Makefile.config \
|
|
examples/cxx/hello.cc \
|
|
examples/cxx/pi.cc \
|
|
examples/cxx/ring.cc \
|
|
examples/fortran/Makefile \
|
|
examples/fortran/Makefile.config \
|
|
examples/fortran/hello.F \
|
|
examples/fortran/pi.F \
|
|
examples/fortran/ring.F
|
|
|