summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/common.mk b/common.mk
deleted file mode 100644
index fcb9e73..0000000
--- a/common.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- make -*-
-# FILE: "/home/evmik/jobs/wm/2013_fall_Experimental_Atomic_Physics_251/common.mk"
-# LAST MODIFICATION: "Wed, 11 Sep 2013 13:54:04 -0400 (evmik)"
-# (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com>
-# $Id:$
-
-ifndef PREFIX
- PREFIX=web_site_version
-endif
-
-ifndef DESTDIR
- DESTDIR=$(TOPDIR)/
-endif
-
-INSTALL = install -C
-MAKEINCLUDE_DIR = $(TOPDIR)/make_templates
-