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