Makefile.am | Makefile.am | |||
---|---|---|---|---|
# | # | |||
# Written by Patrick Guio <patrick.guio@fys.uio.no> | # Written by Patrick Guio <patrick.guio@fys.uio.no> | |||
# | # | |||
SUBDIRS = . bin compiler blitz random src lib manual testsuite examples ben | ACLOCAL_AMFLAGS = -I m4 | |||
chmarks demos | ||||
EXTRA_DIST = LEGAL LICENSE README.binutils config.h.in ChangeLog.1 | ||||
demodir = $(prefix)/demos | if FORTRAN_ENABLED | |||
demo_DATA = demos/Makefile | FORTRAN_DIRS = benchmarks | |||
endif | ||||
check-compiler: | SUBDIRS = bin blitz random lib testsuite \ | |||
@(cd compiler && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; | examples $(FORTRAN_DIRS) doc | |||
EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET.txt Blitz-VS.NET.z | ||||
ip \ | ||||
ChangeLog.1 | ||||
pkgconfigdir = $(libdir)/pkgconfig | ||||
pkgconfig_DATA = blitz.pc blitz-uninstalled.pc | ||||
DISTCLEANFILES = blitz.pc blitz.pc.in blitz-uninstalled.pc | ||||
lib: blitz-library | ||||
blitz-library: | ||||
@(cd lib && $(MAKE) $(AM_MAKEFLAGS)) || exit 1; | ||||
check-testsuite: lib | check-testsuite: lib | |||
@(cd testsuite && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; | @(cd testsuite && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; | |||
check-examples: lib | check-examples: lib | |||
@(cd examples && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; | @(cd examples && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; | |||
check-benchmarks: lib | check-benchmarks: lib | |||
@(cd benchmarks && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; | @(cd benchmarks && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; | |||
lib: check-compiler | ||||
@(cd src && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; | ||||
clean-local: | clean-local: | |||
-rm -rf .deps | -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files | |||
End of changes. 5 change blocks. | ||||
10 lines changed or deleted | 20 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |