summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/force386/start/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-21 15:44:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-21 15:44:26 +0000
commit4e01c9c496fd823cf8846ed21d401f6df0717814 (patch)
tree0f679b08b353f0d929620382b4fc5ffec2800cb1 /c/src/lib/libbsp/i386/force386/start/Makefile.in
parentCorrected typo in copyright notice. (diff)
downloadrtems-4e01c9c496fd823cf8846ed21d401f6df0717814.tar.bz2
Added BSP specific start since it had become VERY complex to attempt
to share the start code across i386 BSPs.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/force386/start/Makefile.in57
1 files changed, 57 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/force386/start/Makefile.in b/c/src/lib/libbsp/i386/force386/start/Makefile.in
new file mode 100644
index 0000000000..388e25b482
--- /dev/null
+++ b/c/src/lib/libbsp/i386/force386/start/Makefile.in
@@ -0,0 +1,57 @@
+#
+# $Id$
+#
+
+@SET_MAKE@
+srcdir = @srcdir@
+VPATH = @srcdir@
+RTEMS_ROOT = @top_srcdir@
+PROJECT_ROOT = @PROJECT_ROOT@
+
+PGMS=${ARCH}/start.o
+
+# C source names, if any, go here -- minus the .c
+C_PIECES=
+C_FILES=$(C_PIECES:%=%.c)
+C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
+
+H_FILES=
+
+# Assembly source names, if any, go here -- minus the .s
+S_PIECES=start
+S_FILES=$(S_PIECES:%=%.s)
+S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o)
+
+SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
+OBJS=$(C_O_FILES) $(S_O_FILES)
+
+include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
+
+#
+# (OPTIONAL) Add local stuff here using +=
+#
+
+DEFINES +=
+CPPFLAGS +=
+CFLAGS +=
+
+LD_PATHS +=
+LD_LIBS +=
+LDFLAGS +=
+
+#
+# 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: ${ARCH} $(SRCS) $(OBJS) $(PGM)
+ $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib
+
+# Install the program(s), appending _g or _p as appropriate.
+# for include files, just use $(INSTALL)