4.104.114.84.95
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | @SET_MAKE@ |
---|
6 | srcdir = @srcdir@ |
---|
7 | VPATH = @srcdir@ |
---|
8 | RTEMS_ROOT = @top_srcdir@ |
---|
9 | PROJECT_ROOT = @PROJECT_ROOT@ |
---|
10 | |
---|
11 | C_PIECES= debug extension fatal exinit io posixapi rtemsapi |
---|
12 | C_FILES=$(C_PIECES:%=%.c) |
---|
13 | C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) |
---|
14 | |
---|
15 | SRCS=$(C_FILES) |
---|
16 | OBJS=$(C_O_FILES) |
---|
17 | |
---|
18 | include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg |
---|
19 | include $(RTEMS_ROOT)/make/lib.cfg |
---|
20 | |
---|
21 | # |
---|
22 | # Add local stuff here using += |
---|
23 | # |
---|
24 | |
---|
25 | DEFINES += |
---|
26 | CPPFLAGS += |
---|
27 | CFLAGS += $(CFLAGS_OS_V) |
---|
28 | |
---|
29 | # |
---|
30 | # Add your list of files to delete here. The config files |
---|
31 | # already know how to delete some stuff, so you may want |
---|
32 | # to just run 'make clean' first to see what gets missed. |
---|
33 | # 'make clobber' already includes 'make clean' |
---|
34 | # |
---|
35 | |
---|
36 | CLEAN_ADDITIONS += |
---|
37 | CLOBBER_ADDITIONS += |
---|
38 | |
---|
39 | all: ${ARCH} $(SRCS) ${OBJS} |
---|
Note: See
TracBrowser
for help on using the repository browser.