/usr/share/apertium-apy/Makefile is in apertium-apy 0.1.0~r61425-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | langNames.db: tools/apertiumlangs.sql
@if test -f unicode.db; then echo "WARNING: unicode.db now called langNames.db"; fi
rm -f $@
<$< sqlite3 $@
clean:
rm -f langNames.db
|