Changeset 006a432a in rtems for c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am
- Timestamp:
- 12/22/03 16:09:19 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d0e77c7
- Parents:
- de2b815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am
rde2b815 r006a432a 3 3 ## 4 4 5 VPATH = @srcdir@:@srcdir@/../../shared/clock6 7 5 C_FILES = p_clock.c 8 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 9 10 OBJS = $(C_O_FILES) 6 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 7 12 8 include $(top_srcdir)/../../../../automake/compile.am 13 9 include $(top_srcdir)/../../../../automake/lib.am 14 10 15 # 16 # (OPTIONAL) Add local stuff here using += 17 # 11 # the .o files built here will be put into libbsp.a by ../wrapup/Makefile 18 12 19 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 20 21 all-local: $(OBJS) 13 noinst_DATA = $(OBJS) 22 14 23 15 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.