created function include varibles F_
[libbear.git] / Makefile
CommitLineData
6da586f4 1
72482893 2# The first and therefor default rule
91a299db
PG
3.PHONY: default
4default:
3fc83b9f 5
f1e07aad 6
ebb35834
PG
7G_DIRMK := dir.mk
8G_VARSMK := vars.mk
9G_FILESMK := files.mk
10G_RULESMK := rules.mk
11G_LISTSMK := lists.mk
12G_TVARSMK := tvars.mk
630fa680 13
52ea3ab0
PG
14include Makefile.d/${G_VARSMK}
15
7b1ed706 16include ${G_LISTSMK}
6b7bcb90 17include ${G_VARSMK}
7bbc50a4 18
fac0f562 19include packages.mk
fac0f562 20
6b7bcb90
PG
21include lib/${G_VARSMK}
22
23include targets.mk
630fa680 24
5e936898 25# include all of the dir.mk
7bbc50a4 26include lib/${G_DIRMK}
5417a0bc 27
a98a33a6 28include tests/${G_DIRMK}
5417a0bc 29-include physics/${G_DIRMK}
7bbc50a4 30
016c4cab
PG
31include ${G_RULESMK}
32
7bbc50a4
PG
33# Do not include deps files when doing a clean operation
34ifeq ($(filter ${L_CLEANCMDS},${MAKECMDGOALS}),)
35 -include ${L_DEPS}
36endif
6da586f4 37