- Timestamp:
- Mar 9, 2011, 4:11:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/Makefile
r134 r140 1 ADD_OBJS = stdio.o stdlib.o exception.o system.o \ 2 $(patsubst %.c,%.o,$(wildcard *.c)) \ 3 $(patsubst common/%.c,common/%.o,$(wildcard common/*.c)) \ 4 $(patsubst irq/%.c,irq/%.o,$(wildcard irq/*.c)) \ 5 $(patsubst benchmark/%.c,benchmark/%.o,$(wildcard benchmark/*.c)) \ 1 ADD_OBJS = \ 2 $(patsubst self_code_modifying/%.c,self_code_modifying/%.o,$(wildcard self_code_modifying/*.c)) \ 6 3 $(patsubst matrix_multiplication/%.c,matrix_multiplication/%.o,$(wildcard matrix_multiplication/*.c)) \ 7 4 $(patsubst sort/%.c,sort/%.o,$(wildcard sort/*.c)) \ 8 $(patsubst dhrystone/%.c,dhrystone/%.o,$(wildcard dhrystone/*.c)) 5 $(patsubst dhrystone/%.c,dhrystone/%.o,$(wildcard dhrystone/*.c)) \ 6 $(patsubst benchmark/%.c,benchmark/%.o,$(wildcard benchmark/*.c)) \ 7 $(patsubst irq/%.c,irq/%.o,$(wildcard irq/*.c)) \ 8 $(patsubst common/%.c,common/%.o,$(wildcard common/*.c)) \ 9 $(patsubst %.c,%.o,$(wildcard *.c)) \ 10 stdio.o stdlib.o exception.o system.o 11 9 12 10 13 ADD_CFLAGS = 14 ADD_LDFLAGS = 11 15 SOCLIB ?= $(shell soclib-cc --getpath) 12 16
Note: See TracChangeset
for help on using the changeset viewer.