source: rtems/c/src/lib/libbsp/bspstart.am @ 717a34e9

4.104.114.84.95
Last change on this file since 717a34e9 was bb37d32, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/18/03 at 23:12:29

2003-12-18 Ralf Corsepius <corsepiu@…>

  • bspstart.am: Use .$(OBJEXT) instead of .o.
  • Makefile.am: Remove shmdr.
  • Property mode set to 100644
File size: 245 bytes
Line 
1#
2# HACK: Compilation rules for building variant'ed object files.
3#
4$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): %.c $(ARCH)/$(dirstamp)
5        ${COMPILE} -o $@ -c $<
6$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): %.S $(ARCH)/$(dirstamp)
7        ${CCASCOMPILE} -DASM -o $@ -c $<
8
Note: See TracBrowser for help on using the repository browser.