summaryrefslogtreecommitdiffstats
path: root/contrib/libxo/bin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libxo/bin/Makefile.am')
-rw-r--r--contrib/libxo/bin/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/libxo/bin/Makefile.am b/contrib/libxo/bin/Makefile.am
deleted file mode 100644
index 3bda1be..0000000
--- a/contrib/libxo/bin/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Copyright 2013, Juniper Networks, Inc.
-# All rights reserved.
-# This SOFTWARE is licensed under the LICENSE provided in the
-# ../Copyright file. By downloading, installing, copying, or otherwise
-# using the SOFTWARE, you agree to be bound by the terms of that
-# LICENSE.
-
-ACLOCAL_AMFLAGS = -I m4
-
-EXTRA_DIST = gt setup.sh
-
-GT_INSTALL_DIR = ${prefix}/bin
-GT_INSTALL_FILES = gt
-
-install-data-hook:
- @echo "Installing gt ... "
- @-mkdir -p ${GT_INSTALL_DIR}
- @for file in ${GT_INSTALL_FILES} ; do \
- if [ -f $$file ]; then \
- rfile=$$file ; \
- else \
- rfile=${srcdir}/$$file ; \
- fi ; \
- mdir=${GT_INSTALL_DIR}/ ; \
- mkdir -p $$mdir ; \
- cp $$rfile $$mdir/ ; \
- done
- @${CHMOD} a+x ${GT_INSTALL_DIR}/gt
OpenPOWER on IntegriCloud