From 660b77270e599fed9a8a6bc94a0e2d44b8f282dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 7 Nov 2010 01:12:05 +0200 Subject: build: use build system from apk-tools/opennhrp --- Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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: -- cgit v1.2.3