summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/bare/include/Makefile.in
blob: b19f15f8dd9c524492bbd97afb3fbb63a8e50e9a (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                             

                   



















                                                               


                   
                                                                
#
#  $Id$
#

@SET_MAKE@
srcdir = @srcdir@
VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@

INSTALL = @INSTALL@

H_FILES = $(srcdir)/bsp.h

#
#  Equate files are for including from assembly preprocessed by
#  gm4 or gasp.  No examples are provided except for those for
#  other CPUs.  The best way to generate them would be to
#  provide a program which generates the constants used based
#  on the C equivalents.
#

EQ_FILES =

SRCS=$(H_FILES) $(EQ_FILES)

include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/leaf.cfg

CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=

all:	preinstall

preinstall: $(SRCS)
	$(INSTALL) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)