Home | History | Annotate | Download | only in darwin
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 dist_noinst_SCRIPTS = filter_stderr
      5 
      6 EXTRA_DIST = \
      7 	access_extended.stderr.exp access_extended.vgtest \
      8 	apple-main-arg.stderr.exp apple-main-arg.vgtest \
      9 	bug254164.stderr.exp bug254164.vgtest \
     10 	rlimit.stderr.exp rlimit.vgtest
     11 
     12 check_PROGRAMS = \
     13 	access_extended \
     14 	apple-main-arg \
     15 	bug254164 \
     16 	rlimit
     17 
     18 
     19 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
     20 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
     21 
     22