Changeset 90ff45b in rtems
- Timestamp:
- 06/14/00 15:37:30 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- abd9401
- Parents:
- e90e428
- Location:
- c/src/lib/libcpu/powerpc/shared
- Files:
-
- 7 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/shared/Makefile.am
re90e428 r90ff45b 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 C_FILES = cpuIdent.c 8 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 7 SUBDIRS = include src 9 8 10 H_FILES = cpu.h spr.h io.h mmu.h page.h byteorder.h pgtable.h 11 12 OBJS = $(C_O_FILES) 13 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 15 include $(top_srcdir)/../../../../../automake/lib.am 16 17 LIB = $(ARCH)/libcpuspec.a 18 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): $(OBJS) 24 $(make-library) 25 26 $(PROJECT_INCLUDE)/libcpu: 27 $(mkinstalldirs) $@ 28 29 $(PROJECT_INCLUDE)/libcpu/%.h: %.h 30 $(INSTALL_DATA) $< $@ 31 32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \ 33 $(H_FILES:%=$(PROJECT_INCLUDE)/libcpu/%) 34 35 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) 36 37 .PRECIOUS: $(LIB) 38 39 EXTRA_DIST = byteorder.h cpu.h cpuIdent.c io.h mmu.h page.h pgtable.h spr.h 40 9 include $(top_srcdir)/../../../../../automake/subdirs.am 41 10 include $(top_srcdir)/../../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.