|
Revision 1473, 0.5 kB
(checked in by powell, 19 months 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 | |
|---|
| 5 | if HAVE_LIBLAPACK |
|---|
| 6 | lapack_SUBDIRS = |
|---|
| 7 | else |
|---|
| 8 | lapack_SUBDIRS = lapack |
|---|
| 9 | endif |
|---|
| 10 | |
|---|
| 11 | stamp-doc: |
|---|
| 12 | $(MAKE) -C doc stamp-doc |
|---|
| 13 | |
|---|
| 14 | SUBDIRS = $(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 | |
|---|
| 22 | ACLOCAL_AMFLAGS = -I macros |
|---|
| 23 | |
|---|
| 24 | EXTRA_DIST = config.rpath mkinstalldirs macros |
|---|