35 |
|
# This optional file has custom definitions created by the configure script. |
36 |
|
# Do this after compiler selection since custom.mk might use $COMPILER or $FCOMPILER. |
37 |
|
# custom.mk might also set compiler (through moreconfigure.pl) |
38 |
< |
-include $(LOCALIZATIONDIR)/custom.mk |
38 |
> |
-include $(SRCDIR)/$(LOCALIZATIONDIR)/custom.mk |
39 |
|
#***********************************************************************************************# |
40 |
|
|
41 |
|
#***********************************************************************************************# |
331 |
|
# PROJECT MAKE RULES |
332 |
|
# |
333 |
|
# Make rules that apply to all projects outside of the base DRMS/SUMS system |
334 |
< |
-include $(SRCDIR)/proj/make_basic.mk |
334 |
> |
-include $(SRCDIR)/$(LOCALIZATIONDIR)/make_basic.mk |
335 |
|
#***********************************************************************************************# |
336 |
|
|
337 |
|
|