summaryrefslogtreecommitdiff
path: root/rvs/plugins/repo/main.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'rvs/plugins/repo/main.mk.in')
-rw-r--r--rvs/plugins/repo/main.mk.in37
1 files changed, 1 insertions, 36 deletions
diff --git a/rvs/plugins/repo/main.mk.in b/rvs/plugins/repo/main.mk.in
index 7078bb6..1ed4da6 100644
--- a/rvs/plugins/repo/main.mk.in
+++ b/rvs/plugins/repo/main.mk.in
@@ -20,29 +20,6 @@ ver=0.8r61
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
export rvs ?= @name@
-# directories ######################################################
-srcdir ?= @srcdir@
-prefix ?= @prefix@
-exec_prefix ?= @exec_prefix@
-bindir ?= @bindir@
-sbindir ?= @sbindir@
-libexecdir ?= @libexecdir@
-dirs = $(srcdir) $(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir)/
-#export srcdir prefix exec_prefix bindir sbindir libexecdir
-
-# programs #########################################################
-CC ?= @CC@
-RVS ?= @RVS@
-SHELL ?= @SHELL@
-RM ?= rm
-CP ?= cp
-SED ?= sed
-INSTALL ?= install
-MKDIR ?= $(INSTALL) -d #mkdir -p
-INSTALL_PROGRAM ?= $(INSTALL)
-INSTALL_DATA ?= $(INSTALL) -m 644
-TOUCH ?= touch # This file doesn't use touch
-#export RVS SHELL RM CP SED INSTALL MKDIR INSTALL_PROGRAM INSTALL_DATA TOUCH
# phony targets ####################################################
all : $(name)
@@ -79,18 +56,6 @@ distclean : clean
$(RM) Makefile
$(RM) -r out
-# dist #############################################################
-
-id = $(name)-$(ver)
-dist : $(id).tar.gz
-
-$(id).tar.gz : $(id)
- tar -czf $@ $<
-
-$(id) : distclean
- $(INSTALL) -m 777 -d $@
- $(CP) -r $(mysrcdir)/* $@
-
# implicit rules ###################################################
b := @
@@ -103,6 +68,6 @@ $(myoutdir)/% : $(mysrcdir)/%.sh $(myoutdir)
-e 's/$bID@/$(subst /,\/,$(id))/g' \
$@
-$(dirs) $(libexecdir)/$(rvs) $(myoutdir) :
+$(libexecdir)/$(rvs) $(myoutdir) :
$(MKDIR) $@