File: Makefile.am

package info (click to toggle)
gyoto 2.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,444 kB
  • sloc: cpp: 42,330; sh: 4,512; python: 3,436; xml: 2,865; makefile: 691; ansic: 346
file content (25 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (7)
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
ACLOCAL_AMFLAGS = -I m4 
SUBDIRS=@mySUBDIRS@

@VERBATIM@ifneq ($(wildcard plugins/python/Makefile),)
@VERBATIM@    SUBDIRS += plugins/python
@VERBATIM@endif

list-dirs:
	echo $(SUBDIRS)

$(SUBDIRS):
	cd $@ ; $(MAKE)

ChangeLog:
	git log --no-merges > ChangeLog

check-mpi check-mpi-clean check-lorene check-lorene-clean check-lorene-mpi check-lorene-mpi-clean:
if BUILD_GYOTO
	cd bin ; $(MAKE) $@
endif
if HAVE_YORICK
	cd yorick ; $(MAKE) $@
endif

.PHONY: $(SUBDIRS) install ChangeLog