2 # The first and therefor default rule
13 include Makefile.d/${G_VARSMK}
20 include lib/${G_VARSMK}
24 # include all of the dir.mk
25 include lib/${G_DIRMK}
27 include tests/${G_DIRMK}
28 include physics/${G_DIRMK}
32 # Do not include deps files when doing a clean operation
33 ifeq ($(filter ${L_CLEANCMDS},${MAKECMDGOALS}),)