4.104.114.84.95
Last change
on this file since 33508cb was
33508cb,
checked in by Joel Sherrill <joel.sherrill@…>, on 03/24/99 at 21:15:21
|
Patch from Ralf Corsepius <corsepiu@…>.
|
-
Property mode set to
100644
|
File size:
491 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | @SET_MAKE@ |
---|
6 | srcdir = @srcdir@ |
---|
7 | top_srcdir = @top_srcdir@ |
---|
8 | top_builddir = ../.. |
---|
9 | subdir = c/src |
---|
10 | |
---|
11 | INSTALL = @INSTALL@ |
---|
12 | |
---|
13 | RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@ |
---|
14 | PROJECT_ROOT = @PROJECT_ROOT@ |
---|
15 | |
---|
16 | VPATH = @srcdir@ |
---|
17 | |
---|
18 | include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg |
---|
19 | include $(RTEMS_ROOT)/make/directory.cfg |
---|
20 | |
---|
21 | SUB_DIRS=exec lib tests |
---|
22 | |
---|
23 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
24 | cd $(top_builddir) \ |
---|
25 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
Note: See
TracBrowser
for help on using the repository browser.