summaryrefslogtreecommitdiff
path: root/support/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'support/scripts')
-rw-r--r--support/scripts/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/support/scripts/Makefile b/support/scripts/Makefile
deleted file mode 100644
index eb94eac..0000000
--- a/support/scripts/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-
-srcdir = .
-top_builddir = ../..
-
-include $(top_builddir)/Makefile.common
-
-TARGET = $(top_builddir)/bin/as2gbmap
-
-all:
- cp $(srcdir)/as2gbmap.py $(TARGET) && chmod +x $(TARGET)
-
-install: all installdirs
- $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)/`echo as2gbmap|sed '$(transform)'`
-
-installdirs:
- -$(INSTALL) -d $(DESTDIR)$(bindir)
-
-uninstall:
- rm -rf $(DESTDIR)$(bindir)/`echo as2gbmap|sed '$(transform)'`
-
-include $(srcdir)/clean.mk