forked from INCF/MUSIC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
33 lines (25 loc) · 993 Bytes
/
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
SUBDIRS = mpidep rudeconfig src utils @TESTDIR@ @EXTRAS@ doc @EXAMPLESDIR@ @MUSICCONFIGDIR@ @PYMUSIC_SUBDIR@
debdir=../@PACKAGE_NAME@-@PACKAGE_VERSION@
debian-source: dist
mv @PACKAGE_NAME@-@[email protected] ../@PACKAGE_NAME@_@[email protected]
@test ! -e $(debdir) || ( echo "*** Remove directory ../@PACKAGE_NAME@-@PACKAGE_VERSION@" && exit 1 )
( cd ..; tar zxf @PACKAGE_NAME@_@[email protected] )
mkdir $(debdir)/debian
cp -p debian/* $(debdir)/debian
cp -p doc/music-manual.tex doc/music-rfc.bib doc/music-c-int.h $(debdir)/doc
mkdir $(debdir)/doc/figures
cp -p doc/figures/*.asy $(debdir)/doc/figures
EXTRA_DIST = BUGS
#dist-hook:
# rm $(distdir)/TODO
installcheck-local:
if LAUNCHSTYLE_SET
/bin/sh $(DESTDIR)$(bindir)/music_tests.sh
else
@echo "checkinstall target is supported only when compiled with openMPI or MPICH libraries."
@exit 1
endif
distuninstallcheck:
@:
#uninstall:
# @echo "make: uninstall target is not supported."