summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/wrap/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include/rtems/wrap/Makefile.in')
-rw-r--r--c/src/exec/score/include/rtems/wrap/Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/c/src/exec/score/include/rtems/wrap/Makefile.in b/c/src/exec/score/include/rtems/wrap/Makefile.in
new file mode 100644
index 0000000000..b6abaa78b4
--- /dev/null
+++ b/c/src/exec/score/include/rtems/wrap/Makefile.in
@@ -0,0 +1,20 @@
+#
+# $Id$
+#
+
+@SET_MAKE@
+srcdir = @srcdir@
+VPATH = @srcdir@
+RTEMS_ROOT = @top_srcdir@
+PROJECT_ROOT = @PROJECT_ROOT@
+
+H_PIECES=debug system
+H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
+
+SRCS=$(H_FILES)
+
+include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
+
+all: $(SRCS)
+ $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems