2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>

* Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
	out make-cxx-exe usage example.
This commit is contained in:
Joel Sherrill
2007-06-21 15:43:26 +00:00
parent 4ab3a29bb5
commit 2b2cfb755f
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
out make-cxx-exe usage example.
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/gen5200.cfg: Remove junk comment.

View File

@@ -71,9 +71,15 @@ CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) $(PGMS)
# The following links using C rules.
${ARCH}/xxx-your-program-here: ${OBJS} ${LINK_FILES}
$(make-exe)
# The following links using C++ rules to get the C++ libraries.
# Be sure you BSP has a make-cxx-exe rule if you use this.
# ${ARCH}/xxx-your-program-here: ${OBJS} ${LINK_FILES}
# $(make-cxx-exe)
# Install the program(s), appending _g or _p as appropriate.
# for include files, just use $(INSTALL_CHANGE)
install: all