Makefile.am.extra 754 B

1234567891011121314151617181920212223242526
  1. AM_V_DLLTOOL = $(am__v_DLLTOOL_$(V))
  2. am__v_DLLTOOL_ = $(am__v_DLLTOOL_$(AM_DEFAULT_VERBOSITY))
  3. am__v_DLLTOOL_0 = @echo " DLLTOOL " $@;
  4. am__v_DLLTOOL_1 =
  5. AM_V_RC = $(am__v_RC_$(V))
  6. am__v_RC_ = $(am__v_RC_$(AM_DEFAULT_VERBOSITY))
  7. am__v_RC_0 = @echo " RC " $@;
  8. am__v_RC_1 =
  9. LTRC = $(LIBTOOL) $(AM_V_lt) --tag=RC $(AM_LIBTOOLFLAGS) \
  10. $(LIBTOOLFLAGS) --mode=compile $(RC) $(AM_RCFLAGS) \
  11. $(RCFLAGS)
  12. RCPPARGS = \
  13. --preprocessor-arg -MT \
  14. --preprocessor-arg $@ \
  15. --preprocessor-arg -MD \
  16. --preprocessor-arg -MP \
  17. --preprocessor-arg -MF \
  18. --preprocessor-arg $$depbase.Tpo
  19. .rc.lo:
  20. $(AM_V_RC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  21. $(LTRC) $(RCPPARGS) -i $< -o $@ &&\
  22. $(am__mv) $$depbase.Tpo $$depbase.Plo