Changeset a85d8ec in rtems for cpukit/score/cpu/c4x/Makefile.am
- Timestamp:
- Jul 26, 2002, 1:32:13 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- cce1ac79
- Parents:
- 2a582aa5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/c4x/Makefile.am
r2a582aa5 ra85d8ec 39 39 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 40 40 41 REL = $(ARCH)/rtems-cpu.rel 41 LIB = $(ARCH)/libscorecpu.a 42 42 43 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)43 libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES) 44 44 45 $( REL): $(rtems_cpu_rel_OBJECTS)46 $(make- rel)45 $(LIB): $(libscorecpu_a_OBJECTS) 46 $(make-library) 47 47 48 all-local: $(ARCH) $(PREINSTALL_FILES) $( rtems_cpu_rel_OBJECTS) $(REL) \48 all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \ 49 49 $(TMPINSTALL_FILES) 50 51 .PRECIOUS: $(REL)52 50 53 51 EXTRA_DIST = cpu.c irq.c cpu_asm.S
Note: See TracChangeset
for help on using the changeset viewer.