commit focused on renaming to diff tool friendly file names

This commit is contained in:
Michael W Powell
2017-03-07 11:25:32 -05:00
parent f564583d4e
commit c6a750b0e0
5 changed files with 3 additions and 2 deletions

View File

@@ -42,11 +42,12 @@ OR_ROOT_FULL=$(OR_TOOLS_TOP)
# Load local variables
include $(OR_ROOT)Makefile.local
# Change the file extensions to increase diff tool friendliness.
# Then include specific system commands and definitions
include $(OR_ROOT)makefiles/Makefile.$(SYSTEM)
include $(OR_ROOT)makefiles/Makefile.$(SYSTEM).mk
# Rules to fetch and build third party dependencies.
include $(OR_ROOT)makefiles/Makefile.third_party.$(SYSTEM)
include $(OR_ROOT)makefiles/Makefile.third_party.$(SYSTEM).mk
# Include .mk files.
include $(OR_ROOT)makefiles/Makefile.cpp.mk

0
makefiles/Makefile.unix → makefiles/Makefile.unix.mk Executable file → Normal file
View File

0
makefiles/Makefile.win → makefiles/Makefile.win.mk Executable file → Normal file
View File