summaryrefslogblamecommitdiffstats
path: root/cpukit/posix/include/Makefile.am
blob: 7988a93e040559d04e4dbea8638093a95c941393 (plain) (tree)
1
2
3
4
5
6
7
8
9


       


                              
                                
 
                                                    
 
                                        
                                             





                             
                              


                   
                              


                                                     
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

noinst_HEADERS = devctl.h intr.h

include_HEADERS = sched.h aio.h mqueue.h semaphore.h

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

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

all-local: $(PREINSTALL_FILES)

SUBDIRS = rtems sys

EXTRA_DIST = $(noinst_HEADERS)

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