forked from Imagelibrary/rtems
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove all LIB-related rules.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Remove all LIB-related rules.
|
||||||
|
|
||||||
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Don't use gmake rules for preinstallation.
|
* Makefile.am: Don't use gmake rules for preinstallation.
|
||||||
|
|||||||
@@ -23,17 +23,7 @@ include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
|
|||||||
include_rtems_powerpcdir = $(includedir)/rtems/powerpc
|
include_rtems_powerpcdir = $(includedir)/rtems/powerpc
|
||||||
include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
|
include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
|
||||||
|
|
||||||
C_FILES = # cpu.c
|
all-local: $(PREINSTALL_FILES)
|
||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|
||||||
|
|
||||||
S_FILES = # cpu_asm.S
|
|
||||||
OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
|
||||||
|
|
||||||
$(LIB): $(OBJS)
|
|
||||||
$(make-library)
|
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
|
||||||
$(TMPINSTALL_FILES)
|
|
||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user