altos-map: Install .jar file for altos-map
authorKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2018 00:11:13 +0000 (18:11 -0600)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2018 00:11:13 +0000 (18:11 -0600)
Signed-off-by: Keith Packard <keithp@keithp.com>
map-server/altos-map/Makefile.am

index efaae4573a5cf49c300d0eefa262d0b90e7cb1af..f7c9bdc8523d40fccd731365c776cb06e2cb2185 100644 (file)
@@ -19,6 +19,12 @@ FATJAR=altosmap-fat.jar
 
 all-local: classes/altosmap $(JAR) altos-map altos-map-test altos-map-jdb
 
+install-altosmapJAVA: altosmap.jar
+       @$(NORMAL_INSTALL)
+       test -z "$(altosmapdir)" || $(MKDIR_P) "$(DESTDIR)$(altosmapdir)"
+       echo " $(INSTALL_DATA)" "$<" "'$(DESTDIR)$(altosmapdir)/altosmap.jar'"; \
+       $(INSTALL_DATA) "$<" "$(DESTDIR)$(altosmapdir)"
+
 classes/altosmap:
        mkdir -p classes/altosmap