fixed velocity math mistake, updated gravtiy well force to look better
[libbear.git] / Makefile
CommitLineData
6da586f4 1
72482893 2# The first and therefor default rule
91a299db
PG
3.PHONY: default
4default:
3fc83b9f 5
55b26c7b
PG
6# Suppress all builtin variables and rules
7MAKEFLAGS += -rR
8
9# Suppress all command printing
10MAKEFLAGS += -s
11
ebb35834
PG
12G_DIRMK := dir.mk
13G_VARSMK := vars.mk
14G_FILESMK := files.mk
15G_RULESMK := rules.mk
16G_LISTSMK := lists.mk
17G_TVARSMK := tvars.mk
630fa680 18
52ea3ab0
PG
19include Makefile.d/${G_VARSMK}
20
7b1ed706 21include ${G_LISTSMK}
6b7bcb90 22include ${G_VARSMK}
7bbc50a4 23
fac0f562 24include packages.mk
fac0f562 25
6b7bcb90
PG
26include lib/${G_VARSMK}
27
28include targets.mk
630fa680 29
5e936898 30# include all of the dir.mk
7bbc50a4 31include lib/${G_DIRMK}
5417a0bc 32
a98a33a6 33include tests/${G_DIRMK}
7f0cd435 34include physics/${G_DIRMK}
7bbc50a4 35
016c4cab
PG
36include ${G_RULESMK}
37
10d7d89a
PG
38# Do not warn or error if not found, dependencies will get created with the object files
39-include ${L_DEPS}
6da586f4 40