PFLAGS += -Fu.. include ../settings.MK UNITS = loggers.ppu OBJECTS = loggers.o TARGET = libLogger.$(SO) all: $(TARGET) ifdef WIN32 $(TARGET): $(UNITS) $(OBJECTS) else $(TARGET): $(UNITS) $(OBJECTS) ppumove -o Logger -e ppl $(UNITS) chmod +x $(TARGET) endif loggers.o loggers.ppu: loggers.PP clean: /bin/rm -f -- $(UNITS) $(OBJECTS) distclean: clean /bin/rm -f -- $(TARGET)