summaryrefslogtreecommitdiffstats
path: root/contrib/libg++/libstdc++/stl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libg++/libstdc++/stl/Makefile.in')
-rw-r--r--contrib/libg++/libstdc++/stl/Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/libg++/libstdc++/stl/Makefile.in b/contrib/libg++/libstdc++/stl/Makefile.in
new file mode 100644
index 0000000..438d81d
--- /dev/null
+++ b/contrib/libg++/libstdc++/stl/Makefile.in
@@ -0,0 +1,12 @@
+#### package, host, target, and site dependent Makefile fragments come in here.
+##
+
+STL_OBJECTS = tempbuf.o tree.o random.o
+
+stl.list: stamp-picdir $(STL_OBJECTS)
+ @echo "$(STL_OBJECTS)" >stl.list
+
+# These are here for SunOS VPATH.
+tempbuf.o: tempbuf.cc
+random.o: random.cc
+tree.o: tree.cc
OpenPOWER on IntegriCloud