summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/include/Makefile.in
blob: 47bebbc523f6749e69684cf2d01ce57a1a68b70c (plain) (tree)
1
2
3
4
5
6
7
8
9





                 


                                           
 

                   




                                         















                                                               
                                                  




                                   
                  
 
                   
                                                                



                                                                              
#
#  $Id$
#

@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = ../../../../../../..
subdir = c/src/lib/libbsp/sh/gensh1/include

INSTALL = @INSTALL@

RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
PROJECT_ROOT = @PROJECT_ROOT@

VPATH=@srcdir@

H_FILES = \
	$(srcdir)/bsp.h \
	$(srcdir)/coverhd.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)

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	cd $(top_builddir) \
	 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status