Home | History | Annotate | Download | only in testcase
      1 test: foo.c
      2 
      3 # simplified case for gyp-generated action targets
      4 # with 'process_outputs_as_sources': 1
      5 # and 'hard_dependency': 1
      6 foo.c: CFLAGS:=-g
      7 foo.c:
      8 	echo generating foo.c
      9 
     10 outputs := foo.c
     11 
     12 $(outputs): |
     13 
     14 
     15