2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bspstart.am: New.
This commit is contained in:
Ralf Corsepius
2003-12-09 14:22:48 +00:00
parent 0456f9ebec
commit 55de07fab7
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bspstart.am: New.
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.

View File

@@ -0,0 +1,8 @@
#
# HACK: Compilation rules for building variant'ed object files.
#
${ARCH}/%$(LIB_VARIANT).o: %.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<
${ARCH}/%$(LIB_VARIANT).o: %.S $(ARCH)/$(dirstamp)
${CCASCOMPILE} -DASM -o $@ -c $<