src/s60installs/deviceconfiguration/qtconfig.flm
changeset 25 e24348a560a6
parent 22 79de32ba3296
child 30 5dc02b23752f
equal deleted inserted replaced
23:89e065397ea6 25:e24348a560a6
    76 # If variable "done_..." not set, set it to 1, so that
    76 # If variable "done_..." not set, set it to 1, so that
    77 # UREL and UDEB do not execute makesis twice on the same target 
    77 # UREL and UDEB do not execute makesis twice on the same target 
    78 ifeq ($($(GUARD)),)
    78 ifeq ($($(GUARD)),)
    79 $(GUARD):=1
    79 $(GUARD):=1
    80 ifneq ($(filter linux,$(HOSTPLATFORM)),)
    80 ifneq ($(filter linux,$(HOSTPLATFORM)),)
    81 ALL:: $(QT_TOOLS) $(TARGET_TOOLS)
    81 EXPORT:: $(QT_TOOLS) $(TARGET_TOOLS)
    82 else
    82 else
    83 ALL:: $(TARGET_TOOLS)
    83 EXPORT:: $(TARGET_TOOLS)
    84 endif
    84 endif
    85 $(eval $(call QtConfiguration))
    85 $(eval $(call QtConfiguration))
    86 $(eval $(call whatmacro,$(TARGET_TOOLS)))
    86 $(eval $(call whatmacro,$(TARGET_TOOLS)))
    87 ifeq ($(OSTYPE),unix)
    87 ifeq ($(OSTYPE),unix)
    88 $(eval $(call GenerateStandardCleanTarget,$(QT_TOOLS) $(TARGET_TOOLS) $(SOURCE_TOOLS),$(TARGETDIR)))
    88 $(eval $(call GenerateStandardCleanTarget,$(QT_TOOLS) $(TARGET_TOOLS) $(SOURCE_TOOLS),$(TARGETDIR)))