summaryrefslogblamecommitdiffstats
path: root/c/src/exec/rtems/include/Makefile.am
blob: 09e318db3b386a7add2c26105bea23e0dde1ef30 (plain) (tree)
1
2
3
4
5
6
7
8
9


        


                              
                 
 
                           
 

                                            





                             
                              




                                                  
##
##  $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

H_FILES = rtems.h

noinst_HEADERS = $(H_FILES)

PREINSTALL_FILES += $(PROJECT_INCLUDE) \
    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)

$(PROJECT_INCLUDE):
	@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: %.h
	$(INSTALL_DATA) $< $@

all-local: $(PREINSTALL_FILES)

SUBDIRS = rtems

include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am