DCOUPLE = ../dcouple/ SRC = test.d \ widgets.d \ $(DCOUPLE)signal.d \ $(DCOUPLE)slot.d\ $(DCOUPLE)signalslot.d\ $(DCOUPLE)connect.d\ $(DCOUPLE)release.d D = dmd DFLAGS = -debug -g -w all: $(SRC) $(D) $(DFLAGS) $(SRC) clean: $(RM) *.o dist-clean: clean $(RM) *~ test