File: Makefile.am

package info (click to toggle)
lhapdf 5.8.7%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,096 kB
  • sloc: fortran: 55,662; sh: 10,220; cpp: 2,033; ansic: 612; python: 488; makefile: 426
file content (17 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src include ccwrap lib examples pyext 
if WITH_OCTAVE
SUBDIRS += octave
endif
SUBDIRS += bin tests

dist_pkgdata_DATA = PDFsets.index

## Remove temporary program generated by AC compiler tests
mostlyclean-local:
	rm -rf a.out

## Clean out SVN files
dist-hook:
	rm -rf `find $(distdir) -name ".svn"`