File: Makefile.am

package info (click to toggle)
gmap 2017-01-14-1
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 32,596 kB
  • ctags: 10,947
  • sloc: ansic: 489,036; perl: 5,420; sh: 4,248; makefile: 799
file content (16 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

# Removed mpi for now
SUBDIRS = src util tests

EXTRA_DIST = VERSION NOTICE config.site

CLEANFILES = so_locations

ACLOCAL_AMFLAGS = -I config

install-data-local:
#	$(mkinstalldirs) $(GMAPDB)

dist-hook:
#	svn log -v --xml | ./svncl.pl > ChangeLog