forked from IBAMR/IBAMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
42 lines (39 loc) · 1.61 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/config/Make-rules
SUBDIRS = doc ibtk src lib examples
ACLOCAL_AMFLAGS = -I m4
## Standard make targets.
lib: all
examples: lib
@(cd examples && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;
install-exec-local:
@echo "===================================================================="
@echo "===================================================================="
@echo "WARNING: make install is not officially supported by IBAMR!"
@echo " use at your own risk!"
@echo "===================================================================="
@echo "===================================================================="
## Add various "extra" files to the IBAMR distribution.
EXTRA_DIST = $(top_srcdir)/COPYRIGHT
EXTRA_DIST += $(top_srcdir)/autogen.sh
EXTRA_DIST += $(top_srcdir)/doc/Doxyfile.in
EXTRA_DIST += $(top_srcdir)/doc/footer.html
EXTRA_DIST += $(top_srcdir)/doc/header.html
EXTRA_DIST += $(top_srcdir)/doc/libstdc++.tag
EXTRA_DIST += $(top_srcdir)/doc/mainpage.dox
EXTRA_DIST += $(top_srcdir)/doc/online_Doxyfile.in
EXTRA_DIST += $(top_srcdir)/doc/samrai.tag
EXTRA_DIST += $(top_srcdir)/doc/stylesheet.css
## Automatically link header files in $(top_srcdir)/include and
## refresh emacs TAGS file.
##
## Note that these are for developer use only.
copy_headers:
cd ibtk && $(MAKE) relink_headers
cd $(top_srcdir) && src/tools/includes.pl
relink_headers:
cd ibtk && $(MAKE) relink_headers
cd $(top_srcdir) && src/tools/includes.pl --link
refresh_tags:
cd ibtk && $(MAKE) refresh_tags
cd $(top_srcdir) && find . -name "*.[ChIf]" -print | etags -