1AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
2bin_PROGRAMS = usey
3usey_SOURCES = usey.c
4LDADD = @LIBRPATHY@
5
6check: all
7	./usey
8