Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f860a740b2401cdf99b8c3b21f11c11e28be589e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SOURCE_DIR=$(CURDIR)/source
BUILD_DIR=$(CURDIR)/build
COMMANDS_DIR=$(CURDIR)/commands
TESTS_DIR=$(CURDIR)/tests
TOOLS_DIR=$(CURDIR)/tools
BASE_DIR=$(CURDIR)
TIME=time -f "\n= Time =\n\nreal\t%e\nuser\t%U\nsys\t%S\n"

.PHONY: all

all: build

include Makefile.config
include Makefile.commands
include Makefile.snapshot
include Makefile.docs