From 9e93944f18de5d7e38c15651df0235156d9c6d4e Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Thu, 24 Oct 2019 23:17:51 +0200 Subject: Removed intermediate files --- support/scripts/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 support/scripts/Makefile (limited to 'support/scripts') 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 -- cgit v1.2.3