summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/common.mk b/common.mk
new file mode 100644
index 0000000..644fee5
--- /dev/null
+++ b/common.mk
@@ -0,0 +1,16 @@
+# -*- make -*-
+# FILE: "/home/evmik/jobs/wm/2013_fall_Experimental_Atomic_Physics_251/common.mk"
+# LAST MODIFICATION: "Wed, 11 Sep 2013 11:01:00 -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
+