blob: 429d58ef634fed8163984f9476d592e2dbb60294 [file] [log] [blame]
# Source files in this directory
TARGET =
CSOURCES = gtMiiSmiIf.c platformDeps.c gtSem.c gtDebug.c
ASOURCES =
# Include common variable definitions
ifeq ($(OS_RUN),VXWORKS)
include $(DSDT_TOOL_DIR)\make.defs
endif
ifeq ($(OS_RUN),WIN32)
include $(DSDT_TOOL_DIR)\makewce.defs
endif
ifeq ($(OS_RUN),LINUX)
include $(DSDT_TOOL_DIR)/makelnx.defs
endif
# Add in extra stuffs
EXTRA_INCLUDE +=
EXTRA_DEFINE +=
ADDED_CFLAGS +=
# Include common build rules
ifeq ($(OS_RUN),VXWORKS)
include $(DSDT_TOOL_DIR)\make.rules
endif
ifeq ($(OS_RUN),WIN32)
include $(DSDT_TOOL_DIR)\makewce.rules
endif
ifeq ($(OS_RUN),LINUX)
include $(DSDT_TOOL_DIR)/makelnx.rules
endif
# end of file