File: Makefile.am

package info (click to toggle)
quantlib-swig 1.40-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,276 kB
  • sloc: python: 6,024; java: 1,552; cs: 774; makefile: 309; sh: 22
file content (15 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

SUBDIRS = CSharp Java Python R Scala

EXTRA_DIST = \
	ChangeLog.txt \
	LICENSE.TXT \
	News.md \
	README.md \
	autogen.sh


dist-hook:
	mkdir -p $(distdir)/SWIG
	cp -p ./SWIG/*.i $(distdir)/SWIG
	cp -p ./binder/requirements.txt $(distdir)/Python/examples/