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

  /external/qemu/distrib/sdl-1.2.15/
Makefile 21 CONFIG_MAKE := $(OBJS_DIR)/config.make
24 ifeq ($(wildcard $(CONFIG_MAKE)),)
25 $(error "The configuration file '$(CONFIG_MAKE)' doesnt' exist, please run the "android-configure.sh" script)
28 include $(CONFIG_MAKE)
67 rm -f $(CONFIG_MAKE) $(CONFIG_H)
  /external/qemu/
Makefile 33 CONFIG_MAKE := $(OBJS_DIR)/config.make
36 ifeq ($(wildcard $(CONFIG_MAKE)),)
37 $(error "The configuration file '$(CONFIG_MAKE)' doesnt' exist, please run the "android-configure.sh" script)
40 include $(CONFIG_MAKE)
81 rm -f $(CONFIG_MAKE) $(CONFIG_H)

Completed in 190 milliseconds