4.104.114.84.95
Last change
on this file since 02d0880 was
02d0880,
checked in by Joel Sherrill <joel.sherrill@…>, on Aug 4, 1997 at 9:50:35 PM
|
moved header files into the motorola and zilog subdirectories
|
-
Property mode set to
100644
|
File size:
726 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | @SET_MAKE@ |
---|
6 | srcdir = @srcdir@ |
---|
7 | top_srcdir = @top_srcdir@ |
---|
8 | VPATH=@srcdir@ |
---|
9 | |
---|
10 | H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/leds.h \ |
---|
11 | $(srcdir)/mc68230.h |
---|
12 | |
---|
13 | # |
---|
14 | # Equate files are for including from assembly preprocessed by |
---|
15 | # gm4 or gasp. No examples are provided except for those for |
---|
16 | # other CPUs. The best way to generate them would be to |
---|
17 | # provide a program which generates the constants used based |
---|
18 | # on the C equivalents. |
---|
19 | # |
---|
20 | |
---|
21 | EQ_FILES = |
---|
22 | |
---|
23 | SRCS=$(H_FILES) $(EQ_FILES) |
---|
24 | |
---|
25 | include $(RTEMS_CUSTOM) |
---|
26 | include $(PROJECT_ROOT)/make/leaf.cfg |
---|
27 | |
---|
28 | CLEAN_ADDITIONS += |
---|
29 | CLOBBER_ADDITIONS += |
---|
30 | |
---|
31 | all: $(SRCS) |
---|
32 | $(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include |
---|
33 | $(INSTALL) -m 444 $(EQ_FILES) ${PROJECT_RELEASE}/include |
---|
Note: See
TracBrowser
for help on using the repository browser.