Windows: Partial fix for data race in composite_copy_transfer_data
[platform/upstream/libusb.git] / libusb / Makefile.am.extra
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
6 AM_V_RC = $(am__v_RC_$(V))
7 am__v_RC_ = $(am__v_RC_$(AM_DEFAULT_VERBOSITY))
8 am__v_RC_0 = @echo "  RC      " $@;
9 am__v_RC_1 = 
10
11 LTRC = $(LIBTOOL) $(AM_V_lt) --tag=RC $(AM_LIBTOOLFLAGS) \
12        $(LIBTOOLFLAGS) --mode=compile $(RC) $(AM_RCFLAGS) \
13        $(RCFLAGS)
14
15 RCPPARGS = \
16         --preprocessor-arg -MT \
17         --preprocessor-arg $@ \
18         --preprocessor-arg -MD \
19         --preprocessor-arg -MP \
20         --preprocessor-arg -MF \
21         --preprocessor-arg $$depbase.Tpo
22
23 .rc.lo:
24         $(AM_V_RC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
25         $(LTRC) $(RCPPARGS) -i $< -o $@ &&\
26         $(am__mv) $$depbase.Tpo $$depbase.Plo