Home | History | Annotate | Line # | Download | only in dist
check-libopts.mf revision 1.1.1.1.12.2
      1  1.1.1.1.12.2  snj ## check-libopts.mf - automake fragment
      2  1.1.1.1.12.2  snj ##
      3  1.1.1.1.12.2  snj ## If we are not using the tearoff libopts, we won't be
      4  1.1.1.1.12.2  snj ## building its libopts.la, so the submake is allowed
      5  1.1.1.1.12.2  snj ## to fail.
      6  1.1.1.1.12.2  snj 
      7  1.1.1.1.12.2  snj BUILT_SOURCES	+= check-libopts
      8  1.1.1.1.12.2  snj CLEANFILES	+= check-libopts
      9  1.1.1.1.12.2  snj 
     10  1.1.1.1.12.2  snj check-libopts: ../sntp/libopts/libopts.la
     11  1.1.1.1.12.2  snj 	@echo stamp > $@
     12  1.1.1.1.12.2  snj 
     13  1.1.1.1.12.2  snj ../sntp/libopts/libopts.la:
     14  1.1.1.1.12.2  snj 	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
     15