summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6d4a739
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,34 @@
+##
+# Building opennhrp
+
+PACKAGE := squark
+VERSION := 0.1
+
+##
+# Default directories
+
+DESTDIR:=
+BINDIR:=/usr/bin
+SBINDIR:=/usr/sbin
+CONFDIR:=/etc/$(PACKAGE)
+MANDIR:=/usr/share/man
+DOCDIR:=/usr/share/doc/$(PACKAGE)
+STATEDIR:=/var/run
+LUALIBDIR:=/usr/lib/lua/5.1
+
+export DESTDIR BINDIR SBINDIR CONFDIR MANDIR DOCDIR STATEDIR LUALIBDIR
+
+##
+# Top-level rules and targets
+
+targets := src/ man/
+
+##
+# Include all rules and stuff
+
+include Make.rules
+
+##
+# Top-level targets
+
+install: