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

Makefile.shared « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50e2f0cd59328bb2fe954b6016eef0a262f29637 (plain)
1
2
3
4
5
6
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