aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/makefile.pd-cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/makefile.pd-cygwin')
-rw-r--r--externals/grill/flext/makefile.pd-cygwin6
1 files changed, 4 insertions, 2 deletions
diff --git a/externals/grill/flext/makefile.pd-cygwin b/externals/grill/flext/makefile.pd-cygwin
index 92d2def2..0c3c503f 100644
--- a/externals/grill/flext/makefile.pd-cygwin
+++ b/externals/grill/flext/makefile.pd-cygwin
@@ -36,8 +36,8 @@ NAME=flext
include make-files.txt
ifdef SNDOBJ
-_SRCS=$(SRCS) flsndobj.cpp
-_HDRS=$(HDRS) flsndobj.h
+_SRCS=$(SRCS) $(SRCS_SNDOBJ)
+_HDRS=$(HDRS) $(HDRS_SNDOBJ)
else
_SRCS=$(SRCS)
_HDRS=$(HDRS)
@@ -89,10 +89,12 @@ $(TARGET_TD) : $(patsubst %.cpp,$(TARGDIR)/%.tdo,$(_SRCS))
clean:
rm -f $(TARGDIR)/*.o $(TARGET) $(TARGET_D)
+ifdef INSTDIR
$(INSTDIR):
-mkdir $(INSTDIR)
install:: $(INSTDIR)
+endif
install:: $(TARGET) $(TARGET_D) $(patsubst %,source/%,$(_HDRS)) # $(TARGET_T) $(TARGET_TD)
cp $^ $(INSTDIR)