mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
8 lines
151 B
Makefile
8 lines
151 B
Makefile
|
objectlist.awk.in: $(noinst_LTLIBRARIES)
|
||
|
-rm -f objectlist.awk.in
|
||
|
for i in `ls *.lo` ; \
|
||
|
do \
|
||
|
echo $$i `pwd`/$$i >> objectlist.awk.in ; \
|
||
|
done
|
||
|
|