Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19252171
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
Index: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am (revision 1727)
+++ trunk/Makefile.am (revision 1728)
@@ -1,64 +1,64 @@
## Makefile.am -- Main Makefile for WHIZARD
##
## Process this file with automake to produce Makefile.in
## Use the m4 directory for local Autoconf macros
ACLOCAL_AMFLAGS = -I m4
## Subdirectories to configure
SUBDIRS = src share test
if !OCAML_AVAILABLE
dist-hook:
rm -rf $(distdir)
mkdir $(distdir)
endif
## Install libtool
pkglib_SCRIPTS = libtool
## Help users find an installed WHIZARD and libs
dist_bin_SCRIPTS = whizard-setup.sh whizard-setup.csh
## Extra files in the distribution
dist_noinst_DATA = BUGS EXTENSIONS
## Use the same compiler and compiler flags for distcheck
DISTCHECK_CONFIGURE_FLAGS = FC=$(FC) FCFLAGS="$(FCFLAGS)" LIBS="$(LIBS)"
EXTRA_DISTCHECK_CONFIGURE_FLAGS = \
"--disable-noweb" \
- "--disable-noweb --disable-omega" \
+ "--disable-noweb --disable-ocaml" \
"--disable-noweb --disable-static"
extra-distcheck:
@echo "=================================================" >$@.log
@echo "make distcheck with additional configure options:" >>$@.log
for flag in $(EXTRA_DISTCHECK_CONFIGURE_FLAGS); do \
if $(MAKE) $(AM_MAKEFLAGS) \
DISTCHECK_CONFIGURE_FLAGS='$(DISTCHECK_CONFIGURE_FLAGS) '"$$flag" \
distcheck; then \
echo "PASS $$flag" >>$@.log; \
else \
echo "FAIL $$flag" >>$@.log; \
fi; \
done
@echo "=================================================" >>$@.log
@cat $@.log
@rm -f $@.log
## Re-create Fortran dependencies
fc-depend:
$(MAKE) -C src fc-depend
.PHONY: fc-depend
## This is generated by configure
DISTCLEANFILES = VERSION
## Generate O'Mega caches:
install-all-caches:
cd src/omega && $(MAKE) $(AM_MAKEFLAGS) install-all-caches
## Remove backup files
maintainer-clean-local:
-rm -f *~
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Sep 30, 6:14 AM (5 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6566496
Default Alt Text
(1 KB)
Attached To
Mode
rWHIZARDSVN whizardsvn
Attached
Detach File
Event Timeline
Log In to Comment