# # If BUILDMSG is not defined, the define it as the empty string to make # the conditionals easier to write. # .SUFFIXES: .mh .mcp GENTGT = $(_OBJ_DIR)\$(TARGET_DIRECTORY) # Create a .h file from a .mh file. {..}.mh{$(GENTGT)}.h: m4 -I.. $< > $*.h # Create a .cpp file from a .mcp file. {..}.mcp{$(GENTGT)}.cpp: m4 -I.. $< > $(GENTGT)\$(