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