mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 04:24:46 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user