# Where exactly are we ? TOPDIR=.. all: test include $(TOPDIR)/conf/Makefile.common -include .depend test: test.o lib @echo $(BLU)[LD]$(NOR) $@ @$(CPP) $(CPPFLAGS) $(LIBINCLUDE) $(LIBS) -liwear_test -liwear_core -liwear_output -liwear_context -liwear_griffin -lSDL -lSDL_image -lSDL_ttf -lSDL_gfx -liwear_output_audio -liwear-iwearmap -lm test.o -o $@