* Remove useless (and confusing) files.
This commit is contained in:
jean.chalard
2008-12-13 05:23:58 +00:00
parent 649efe7987
commit 104df0afa6
4 changed files with 0 additions and 118 deletions
-20
View File
@@ -1,20 +0,0 @@
PSPSDK=$(shell psp-config --pspsdk-path)
PSPDIR=$(shell psp-config --psp-prefix)
TARGET_LIB = libhgetools.a
OBJS = src/hge/hgecolor.o src/hge/hgeparticle.o \
src/hge/hgerect.o src/hge/hgevector.o \
src/hge/hgedistort.o src/hge/hgefont.o
INCDIR = include/psp include/psp/freetype2
LIBDIR = lib/psp
CFLAGS = -O2 -G0 -Wall
LIBS = -lgif -lfreetype -ljpeg -lpng -lz -lmikmod -lpsppower -lpspmpeg -lpspaudiocodec -lpspaudiolib -lpspaudio -lpspgum -lpspgu -lpsprtc -lm -lstdc++
include $(PSPSDK)/lib/build.mak
install: $(TARGET_LIB)
@cp libhgetools.a lib/psp
@echo "Done"