#
# This MAKEFILE was automatically built with Falch.net DeveloperStudio, and
# any changes you make in this file will be overwritten the next time you
# build this project.
#
# To edit this file manually, turn off "Automatically rebuild makefile on each
# build" in the "Project Properties" dialog ("Project" -> "Properties" ->
# "Advanced" Tab)
#

#  
#  Target ALL
#  
all : ./Debug/MCP215XDemo.prc

#  
#  Target Remove temporary files
#  
temp : 
	cd ./Debug/ && \
	rm -f clean ./Debug/main.o ./Debug/Menu.o ./Debug/frmMain.o ./Debug/comms.o ./Debug/MCP215XDemo.ro ./Debug/MCP215XDemo

#  
#  Target Clean
#  
clean : 
	rm -f ./Debug/main.o ./Debug/Menu.o ./Debug/frmMain.o ./Debug/comms.o ./Debug/MCP215XDemo.ro ./Debug/MCP215XDemo ./Debug/MCP215XDemo.prc

#  
#  Rule for building sourcefile main.c
#  
./Debug/main.o : main.c
	@echo "Compiling main.c..." && \
	m68k-palmos-gcc -palmos4.0 -g  -I/cygdrive/c/Program\ Files/Falch.net/DeveloperStudio\ 2.6/PalmDev/MathLib/Src -I/cygdrive/c/Program\ Files/Falch.net/DeveloperStudio\ 2.6/bin/POSE -mdebug-labels -o./Debug/main.o -c main.c -MD
	@mv  main.d ./Debug/main.d

#  
#  Rule for building sourcefile Menu.c
#  
./Debug/Menu.o : Menu.c
	@echo "Compiling Menu.c..." && \
	m68k-palmos-gcc -palmos4.0 -g  -I/cygdrive/c/Program\ Files/Falch.net/DeveloperStudio\ 2.6/PalmDev/MathLib/Src -I/cygdrive/c/Program\ Files/Falch.net/DeveloperStudio\ 2.6/bin/POSE -mdebug-labels -o./Debug/Menu.o -c Menu.c -MD
	@mv  Menu.d ./Debug/Menu.d

#  
#  Rule for building sourcefile frmMain.c
#  
./Debug/frmMain.o : frmMain.c
	@echo "Compiling frmMain.c..." && \
	m68k-palmos-gcc -palmos4.0 -g  -I/cygdrive/c/Program\ Files/Falch.net/DeveloperStudio\ 2.6/PalmDev/MathLib/Src -I/cygdrive/c/Program\ Files/Falch.net/DeveloperStudio\ 2.6/bin/POSE -mdebug-labels -o./Debug/frmMain.o -c frmMain.c -MD
	@mv  frmMain.d ./Debug/frmMain.d

#  
#  Rule for building sourcefile comms.c
#  
./Debug/comms.o : comms.c
	@echo "Compiling comms.c..." && \
	m68k-palmos-gcc -palmos4.0 -g  -I/cygdrive/c/Program\ Files/Falch.net/DeveloperStudio\ 2.6/PalmDev/MathLib/Src -I/cygdrive/c/Program\ Files/Falch.net/DeveloperStudio\ 2.6/bin/POSE -mdebug-labels -o./Debug/comms.o -c comms.c -MD
	@mv  comms.d ./Debug/comms.d

#  
#  Rule for building resources
#  
./Debug/MCP215XDemo.ro : MCP215XDemo.rcp
	@pilrc -q -ro MCP215XDemo.rcp ./Debug/MCP215XDemo.ro

#  
#  Rule for Linking the project
#  
./Debug/MCP215XDemo : ./Debug/main.o ./Debug/Menu.o ./Debug/frmMain.o ./Debug/comms.o MCP215XDemo.FNP
	@echo "Linking..." && \
	m68k-palmos-gcc ./Debug/main.o ./Debug/Menu.o ./Debug/frmMain.o ./Debug/comms.o -palmos4.0 -g -o "$@"

#  
#  Rule for building Palm OS Program File
#  
./Debug/MCP215XDemo.prc : ./Debug/MCP215XDemo.ro ./Debug/MCP215XDemo
	@echo "Building program file ./Debug/MCP215XDemo.prc..." && \
	build-prc  -t appl -o ./Debug/MCP215XDemo.prc -n "MCP215XDemo" -c MCPX ./Debug/MCP215XDemo.ro ./Debug/MCP215XDemo
