1 #####################################################
2 # Top-level Makefile for Grace #
3 #####################################################
4 # You should not change anything here. #
5 #####################################################
9 subdirs
: configure Make.conf
10 @set
-e
; for i in
$(SUBDIRS
); do
(cd
$$i; $(MAKE
)) || exit
1; done
15 @set
-e
; for i in
$(SUBDIRS
); do
(cd
$$i; $(MAKE
) install) || exit
1; done
16 $(MKINSTALLDIRS
) $(DESTDIR
)$(GRACE_HOME
)
17 @if
test -f
$(DESTDIR
)$(GRACE_HOME
)/gracerc
; then \
18 echo
" $(DESTDIR)$(GRACE_HOME)/gracerc exists"; \
19 echo
" Installing only $(DESTDIR)$(GRACE_HOME)/gracerc.sample"; \
20 $(INSTALL_DATA
) gracerc
$(DESTDIR
)$(GRACE_HOME
)/gracerc.sample
; \
22 $(INSTALL_DATA
) gracerc
$(DESTDIR
)$(GRACE_HOME
); \
24 $(INSTALL_DATA
) gracerc.user
$(DESTDIR
)$(GRACE_HOME
)
27 @set
-e
; for i in
$(SUBDIRS
); do
(cd
$$i; $(MAKE
) tests
) || exit
1; done
32 @set
-e
; for i in
$(SUBDIRS
); do
(cd
$$i; $(MAKE
) links
) || exit
1; done
35 @set
-e
; for i in
$(SUBDIRS
); do
(cd
$$i; $(MAKE
) clean) || exit
1; done
38 $(RM
) config.log config.status config.cache
include/config.h Make.conf
39 $(RM
) -r autom4te.cache
44 texts
: NEWS ChangeLog
50 .
/scripts
/cvs2cl.pl
-F trunk
52 Make.conf
: ac-tools
/Make.conf.in configure
54 @echo
'Please re-run ./configure'
58 configure
: ac-tools
/configure.in ac-tools
/aclocal.m4
59 autoconf ac-tools
/configure.in
> configure