• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/po/
1AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
2bin_PROGRAMS = usey
3usey_SOURCES = usey.c
4LDADD = @LIBRPATHY@
5
6check: all
7	./usey
8