source: rtems/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.in @ 3fdde4ce

4.104.114.84.95
Last change on this file since 3fdde4ce was 3fdde4ce, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/98 at 16:05:14

Made tod.h shared

  • Property mode set to 100644
File size: 832 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h \
12  $(srcdir)/dmv170.h $(srcdir)/chain.h \
13  $(srcdir)/../../../shared/tod.h
14
15#
16#  Equate files are for including from assembly preprocessed by
17#  gm4 or gasp.  No examples are provided except for those for
18#  other CPUs.  The best way to generate them would be to
19#  provide a program which generates the constants used based
20#  on the C equivalents.
21#
22#  If you add equate files, don't forget to uncomment the install line
23#  below.
24#
25
26EQ_FILES =
27
28SRCS=$(H_FILES) $(EQ_FILES)
29
30include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
31include $(RTEMS_ROOT)/make/leaf.cfg
32
33CLEAN_ADDITIONS +=
34CLOBBER_ADDITIONS +=
35
36all:    $(SRCS)
37        $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
Note: See TracBrowser for help on using the repository browser.