Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/Makefile.shared')
-rw-r--r--newlib/Makefile.shared7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/Makefile.shared b/newlib/Makefile.shared
new file mode 100644
index 000000000..50e2f0cd5
--- /dev/null
+++ b/newlib/Makefile.shared
@@ -0,0 +1,7 @@
+objectlist.awk.in: $(noinst_LTLIBRARIES)
+ -rm -f objectlist.awk.in
+ for i in `ls *.lo` ; \
+ do \
+ echo $$i `pwd`/$$i >> objectlist.awk.in ; \
+ done
+