PFLAGS += -Fu.. PFLAGS += -Fu../../Parser include ../settings.MK OBJECTS = SYSV_Shared_Memory.o SYSV.o UNITS = SYSV_Shared_Memory.ppu SYSV.ppu TARGET = libgraphics_SYSV.$(SO) all: $(TARGET) $(TARGET): $(UNITS) $(OBJECTS) ppumove -o libgraphics_SYSV -e ppl $(UNITS) chmod +x $(TARGET) SYSV_Shared_Memory.ppu SYSV_Shared_Memory.o: SYSV_Shared_Memory.PP SYSV.ppu SYSV.ppu SYSV.o: SYSV.PP clean: /bin/rm -f -- $(OBJECTS) $(UNITS) *.ppu distclean: clean /bin/rm -f -- $(TARGET)