# Makefile - makefile skeleton for Reads.c
#
# Copyright (C) 1996 Wind River Systems, Inc.
#
# This file was generated via the Tornado Project Facility.
#

CPU = I80486
TOOL = gnu
ADDED_CFLAGS   = -g -D_VXWORKS
ADDED_C++FLAGS =    -D_VXWORKS -DCMDLINE
HEAPI_DIR      = c:/heapi
ARGS = -Bc:\tornado/host/x86-win32/lib/gcc-lib/ -m486 -ansi -nostdinc -DRW_MULTI_THREAD \
       -D_REENTRANT -O -fvolatile -nostdlib -fno-builtin -fno-defer-pop  -I/h   -I.     \
       -Ic:\tornado\target\config\all -Ic:\tornado\target/h -Ic:\tornado\target/src/config \
       -Ic:\tornado\target/src/drv -I$(HEAPI_DIR) \
       -DCPU=I80486 -D_VXWORKS -DCMDLINE -DPC

#include $(WIND_BASE)/target/h/make/defs.bsp
#include $(WIND_BASE)/target/h/make/make.$(CPU)$(TOOL)
#include $(WIND_BASE)/target/h/make/defs.$(WIND_HOST_TYPE)
#include $(WIND_BASE)/target/h/make/rules.bsp

cc      = cc386
ld      = ld386

mywsl.o : $(deps)
	$(cc) $(ARGS)  -c ../mysl.cpp -o mysl.o

clean:
	rm mysl.o

