File: Makefile.am

package info (click to toggle)
getfem%2B%2B 5.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 32,668 kB
  • ctags: 20,930
  • sloc: cpp: 110,660; ansic: 72,312; python: 6,064; sh: 3,608; perl: 1,710; makefile: 1,343
file content (21 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#http://sources.redhat.com/automake/automake.html#Local-Macros
#ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src tests

install-toolbox: all
	cd src && $(MAKE) install-toolbox

#EXTRA_DIST=BUGS README.alpha_cxx README.sgiCC README.darwin gnumex autogen.sh

#DISTCHECK_CONFIGURE_FLAGS = ...PLOPLOPLOPAREMPLIR
host_canonical=@host_cpu@-@host_vendor@-@host_os@

bindist: all	
	mkdir bdist
	cp @srcdir@/src/*.m bdist
	cp -a @srcdir@/src/private bdist
	cp -a @srcdir@/src/@gf* bdist
	cp src/*.m bdist
	cp src/gf_matlab@MATLAB_COM_EXT@ bdist
	mv bdist getfem-matlab-$(host_canonical) && tar czvf getfem-matlab-$(host_canonical).tar.gz getfem-matlab-$(host_canonical)