summaryrefslogblamecommitdiffstats
path: root/c/src/lib/include/rtems/Makefile.am
blob: 1b54a93c86ed2149e70da477a25493db931a63b7 (plain) (tree)




















                                                        
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

H_FILES = assoc.h error.h libcsupport.h libio.h libio_.h

noinst_HEADERS = $(H_FILES)

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

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

all-local: $(PREINSTALL_FILES)

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