aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 4f78ff32..00000000
--- a/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-SUBDIRS = include src man data cmake
-DIST_SUBDIRS = include src man data cmake test
-
-EXTRA_DIST = CMakeLists.txt CITATION README.md
-
-dist_doc_DATA = COPYING NEWS AUTHORS
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = proj.pc
-
-AUTOMAKE_OPTIONS = dist-zip
-ACLOCAL_AMFLAGS = -I m4
-
-check-local:
- cd test; $(MAKE) check
-
-all-local: README
-
-README: README.md
- fgrep -v "[![" $< > $@
-
-clean-local:
- $(RM) README