source: rtems/c/src/lib/libbsp/m68k/idp/include/Makefile.in @ 02d0880

4.104.114.84.95
Last change on this file since 02d0880 was 02d0880, checked in by Joel Sherrill <joel.sherrill@…>, on 08/04/97 at 21:50:35

moved header files into the motorola and zilog subdirectories

  • Property mode set to 100644
File size: 726 bytes
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/leds.h \
[02d0880]11          $(srcdir)/mc68230.h
[254b4450]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
21EQ_FILES =
22
23SRCS=$(H_FILES) $(EQ_FILES)
24
25include $(RTEMS_CUSTOM)
26include $(PROJECT_ROOT)/make/leaf.cfg
27
28CLEAN_ADDITIONS +=
29CLOBBER_ADDITIONS +=
30
31all:    $(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.