Files
rtems/cpukit/sapi/inline/Makefile.am
Ralf Corsepius fed6210d43 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Include $(top_srcdir)/automake/*.am.
2002-06-17 09:27:44 +00:00

23 lines
384 B
Makefile

##
## $Id$
##
include_rtemsdir = $(includedir)/rtems
$(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%: %
$(INSTALL_DATA) $< $@
if INLINE
include_rtems_HEADERS = rtems/extension.inl
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/automake/local.am