File: Makefile.am

package info (click to toggle)
geographiclib 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,572 kB
  • sloc: cpp: 27,765; sh: 5,463; makefile: 695; python: 12; ansic: 10
file content (8 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#
# Makefile.am
#
# Copyright (C) 2022, Charles Karney <karney@alum.mit.edu>

TEST_FILES = geodtest.cpp signtest.cpp polygontest.cpp intersecttest.cpp

EXTRA_DIST = CMakeLists.txt $(TEST_FILES)