File: Makefile.am

package info (click to toggle)
gmap 2019-01-24-1
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 30,600 kB
  • sloc: ansic: 474,114; perl: 6,114; sh: 4,261; makefile: 926
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