Home | History | Annotate | Line # | Download | only in rpathlzyx
      1 AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
      2 bin_PROGRAMS = usez
      3 usez_SOURCES = usez.c
      4 LDADD = @LIBRPATHZ@
      5 
      6 check: all
      7 	./usez
      8