HomeSort by relevance Sort by last modified time
    Searched refs:MAKE_VERSION (Results 1 - 4 of 4) sorted by null

  /external/dbus/dbus/
dbus-misc.c 204 #define MAKE_VERSION(x, y, z) (((x) << 16) | ((y) << 8) | (z))
206 /* check that MAKE_VERSION works and produces the intended ordering */
207 _dbus_assert (MAKE_VERSION (1, 0, 0) > MAKE_VERSION (0, 0, 0));
208 _dbus_assert (MAKE_VERSION (1, 1, 0) > MAKE_VERSION (1, 0, 0));
209 _dbus_assert (MAKE_VERSION (1, 1, 1) > MAKE_VERSION (1, 1, 0));
211 _dbus_assert (MAKE_VERSION (2, 0, 0) > MAKE_VERSION (1, 1, 1))
    [all...]
  /external/icu4c/config/
gmakever.mk 17 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
21 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
25 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"
  /ndk/build/core/
init.mk 30 $(error Android NDK: GNU Make version $(MAKE_VERSION) is too low (should be >= 3.81))
33 $(info Android NDK: GNU Make version $(MAKE_VERSION) detected)
  /build/core/
main.mk 41 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 3.81))
43 $(warning * You are using version $(MAKE_VERSION) of make.)

Completed in 815 milliseconds