# Makefile generated by the project manager
#


## core information

PRJ_FILE       = diffcontrol.wpj
PRJ_DIR        = C:/IXP1200/SA1_CoreLibs/rtm
PRJ_TYPE       = vxApp
PRJ_OBJS       = rtm.o rtm_console.o
BUILD_SPEC     = ARMSA110gnu
TGT_DIR        = $(WIND_BASE)/target




## build-configuration info

ifeq ($(BUILD_SPEC),ARMSA110gnu)
CPU              = ARMSA110
TOOL             = gnu
DEFAULT_RULE     = diffcontrol.out
endif

include $(TGT_DIR)/h/make/defs.project

## build-configuration info

ifeq ($(BUILD_SPEC),ARMSA110gnu)
AR               = ararm
AS               = ccarm
CC               = ccarm
CFLAGS           = -g -mcpu=strongarm110 -mapcs-32 -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -mno-sched-prolog -fno-builtin -fvolatile -I. -Ic:/ixp1200/include -Ic:/ixp1200/utils -IC:/Tornado/target/h -DCPU=ARMSA110 -DIOSTYLE=HARDWARE -DOS=VXWORKS
CFLAGS_AS        = -g -mcpu=strongarm110 -mapcs-32 -ansi -nostdinc -mno-sched-prolog -fno-builtin -fvolatile -P -x assembler-with-cpp -I. -Ic:/ixp1200/include -Ic:/ixp1200/utils -IC:/Tornado/target/h -DCPU=ARMSA110 -DIOSTYLE=HARDWARE -DOS=VXWORKS
CPP              = ccarm -E -P -xc
LD               = ldarm
LDDEPS           = 
LDFLAGS          = -X -N
LD_PARTIAL_FLAGS = -X -r
NM               = nmarm -g
OPTION_DEFINE_MACRO = -D
OPTION_INCLUDE_DIR = -I
POST_BUILD_RULE  = 
PRJ_LIBS         = 
SIZE             = sizearm
endif

# override make definitions only below this line


# override make definitions only above this line
include $(TGT_DIR)/h/make/rules.project



## build-configuration info

ifeq ($(BUILD_SPEC),ARMSA110gnu)
rtm.o:
	$(CC) -g -mcpu=strongarm110 -mapcs-32 -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -mno-sched-prolog -fno-builtin -fvolatile -I. -Ic:/ixp1200/include -Ic:/ixp1200/utils -I$(WIND_BASE)/target/h -DCPU=ARMSA110 -DIOSTYLE=HARDWARE -DOS=VXWORKS -c $(PRJ_DIR)/rtm.cpp
rtm_console.o:
	$(CC) -g -mcpu=strongarm110 -mapcs-32 -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -mno-sched-prolog -fno-builtin -fvolatile -I. -Ic:/ixp1200/include -Ic:/ixp1200/utils -I$(WIND_BASE)/target/h -DCPU=ARMSA110 -DIOSTYLE=HARDWARE -DOS=VXWORKS -c $(PRJ_DIR)/rtm_console.cpp
endif


## dependencies

rtm.o: $(PRJ_DIR)/rtm.cpp

rtm_console.o: $(PRJ_DIR)/rtm_console.cpp


## user defined rules

