summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/include/wrap/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 23:40:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 23:40:53 +0000
commit5428b10686487708a0b3074088312c82fd0af9bd (patch)
tree26d612b2db3ef387fb5a9293ac42ceb4045fa0bd /c/src/exec/sapi/include/wrap/Makefile.in
parentMoved around per Ralf Corsepius as preparation for automake (diff)
downloadrtems-5428b10686487708a0b3074088312c82fd0af9bd.tar.bz2
More automake preparation changes from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
Diffstat (limited to 'c/src/exec/sapi/include/wrap/Makefile.in')
-rw-r--r--c/src/exec/sapi/include/wrap/Makefile.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/c/src/exec/sapi/include/wrap/Makefile.in b/c/src/exec/sapi/include/wrap/Makefile.in
new file mode 100644
index 0000000000..4ae1cd6bdd
--- /dev/null
+++ b/c/src/exec/sapi/include/wrap/Makefile.in
@@ -0,0 +1,30 @@
+#
+# $Id$
+#
+
+@SET_MAKE@
+srcdir = @srcdir@
+VPATH = @srcdir@
+RTEMS_ROOT = @top_srcdir@
+PROJECT_ROOT = @PROJECT_ROOT@
+
+H_PIECES= confdefs
+H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
+
+SRCS=$(H_FILES)
+
+include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
+
+#
+# Add your list of files to delete here. The config files
+# already know how to delete some stuff, so you may want
+# to just run 'make clean' first to see what gets missed.
+# 'make clobber' already includes 'make clean'
+#
+
+CLEAN_ADDITIONS +=
+CLOBBER_ADDITIONS +=
+
+all: $(SRCS)
+ $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)