root/trunk/Julian/Makefile.am

Revision 1473, 0.5 kB (checked in by powell, 3 years ago)

Removed orbit directory, which was useless.

  • Property svn:keywords set to Author Date Id Revision
Line 
1## Process this file with automake to produce Makefile.in
2
3#EXTRA_DIST = README ChangeLog
4
5if HAVE_LIBLAPACK
6lapack_SUBDIRS =
7else
8lapack_SUBDIRS = lapack
9endif
10
11stamp-doc:
12        $(MAKE) -C doc stamp-doc
13
14SUBDIRS = $(lapack_SUBDIRS) julian minutia tests doc
15
16## to automatically rebuild aclocal.m4 if any of the macros in
17## `macros/' change
18@MAINT@include macros/macros.dep
19@MAINT@macros/macros.dep: macros/Makefile.am
20@MAINT@ cd macros && $(MAKE) macros.dep
21
22ACLOCAL_AMFLAGS = -I macros
23
24EXTRA_DIST = config.rpath mkinstalldirs macros
Note: See TracBrowser for help on using the browser.