summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in
blob: 51b045ba958a4d84546d07b40ad13bd4126eb2fa (plain) (tree)
1
2
3
4
5
6
7
8
9





                 
                
                         
                             






















                                                                      
                                                  
                                   




                    

                                                                   
#
#  $Id$
#

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

H_PIECES = bsp coverhd
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)

RTEMS_H_PIECES = ttydrv
RTEMS_H_FILES=$(RTEMS_H_PIECES:%=$(srcdir)/%.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.
#
#  If you add equate files, don't forget to uncomment the install line
#  below.
#

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:	$(SRCS)
	$(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
	$(INSTALL) -m 444 $(RTEMS_H_FILES) $(PROJECT_INCLUDE)/rtems