# /make_process/cpp/bld/mkcommonexerules.mk # Documentation is at the end of the file in the help target. # Rules # Default rule tests: $(EXES) # Link a single object file into and executable program. If a program is # constructed from more than one object file a specific rule needs to be # implemented in the source code directory makefile. $(OBJDIR)/%$(EXE_SUFFIX): $(OBJDIR)/%.$(OBJ_EXT) $(LIB_DEPS) $(SET_E); $(EXELINK) # Alias rule to handle case of just the executable program name. %$(EXE_SUFFIX): $(OBJDIR)/%$(EXE_SUFFIX) @$(ECHO) include $(TOP)/cpp/bld/mkcommonrules.mk .PHONY: tests