From dc82a853f0761c90cdaf48688a6636aaf04e5737 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 25 Feb 2013 11:25:17 -0500 Subject: Preliminary import of vm --- emacsen/Makefile | 14 +++++++++++++- emacsen/vm | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) create mode 160000 emacsen/vm (limited to 'emacsen') diff --git a/emacsen/Makefile b/emacsen/Makefile index 0e72249..9880e50 100644 --- a/emacsen/Makefile +++ b/emacsen/Makefile @@ -9,7 +9,8 @@ SUBDIRS = auto-complete \ magit \ markdown-mode \ popup \ - proofgeneral + proofgeneral \ + vm # color-theme-6.6.0 \ MAKEDIRS = $(SUBDIRS:%=make-%) @@ -50,6 +51,10 @@ make-auto-complete: make-proofgeneral: $(MAKE) -C $(@:make-%=%) compile +make-vm: + cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) + $(MAKE) -C $(@:make-%=%) + install-auto-complete: -mkdir -p $(EMACSD)/$(@:install-%=%) $(MAKE) -C $(@:install-%=%) -e DIR=$(EMACSD)/$(@:install-%=%) install @@ -82,7 +87,14 @@ install-proofgeneral: -mkdir -p $(EMACSD)/$(@:install-%=%) $(MAKE) -C $(@:install-%=%) -e ELISP=$(EMACSD)/$(@:install-%=%) install-el install-elc +install-vm: + -mkdir -p $(EMACSD)/$(@:install-%=%) + $(MAKE) -C $(@:install-%=%) -e lispdir=$(EMACSD)/$(@:install-%=%) install + clean-magit: $(MAKE) -C $(@:clean-%=%) clean +clean-vm: + $(MAKE) -C $(@:clean-%=%) distclean + .PHONY: all install clean $(CLEANDIRS) diff --git a/emacsen/vm b/emacsen/vm new file mode 160000 index 0000000..9156ca2 --- /dev/null +++ b/emacsen/vm @@ -0,0 +1 @@ +Subproject commit 9156ca2a7ff0cb3491620c294f3568a0c7c3cc2b -- cgit v1.2.3