#
VPATH = .
OBJECTSALL =    main.o TrackPoint.o

TARGET = main
OBJECTS = $(OBJECTSALL)	


all:	$(TARGET)
	echo $(TARGET)
	echo $(OBJECTS)

MYINCLUDE = -I.
# mylibs can be extra library includes or directories
MYLIBS = -L.
include /mnt/code/IPP/include/Makefile.standard
