PFLAGS += -Fu.. -Fu../generic PFLAGS += -Fu../../Parser PFLAGS += -Fu../../Logger include ../settings.MK OBJECTS = graphics_2D_implementations.o UNITS = graphics_2D_implementations.ppu TARGET = libgraphics_memory.$(SO) all: $(TARGET) $(TARGET): $(UNITS) $(OBJECTS) ppumove -o libgraphics_memory -e ppl $(UNITS) chmod +x $(TARGET) graphics_2D_implementations.ppu graphics_2D_implementations.o: graphics_2D_implementations.PP #graphics_2D.ppu framebuffers.ppu images.ppu colors.ppu type_fixes.ppu clean: del /F *.o del /F $(OBJECTS) del /F *.ppl distclean: clean