use autoconf/automake for configuration
[goodguy/history.git] / cinelerra-5.1 / plugins / Makefile
index 2467e78d8e6fee89a02230d0678413ccfecf6821..e498f2b9e827c3ca9f239b11cf8a906e0a84464c 100644 (file)
@@ -1,6 +1,7 @@
-include ../global_config
+TOPDIR ?= $(CURDIR)/..
+include $(TOPDIR)/global_config
 
-ifeq ($(HAVE_DVB), y)
+ifeq ($(HAVE_DVB), yes)
 LIVEDVB = liveaudio livevideo
 endif
 
@@ -37,7 +38,6 @@ DIRS = \
        delayvideo \
        denoise \
        denoisefft \
-       denoisemjpeg \
        denoiseseltempavg \
        denoisevideo \
        despike \
@@ -58,7 +58,6 @@ DIRS = \
        gamma \
        gradient \
        graphic \
-       greycstoration \
        histogram \
        histogram_bezier \
        holo \
@@ -139,7 +138,11 @@ DIRS = \
        theme_suv \
        theme_unflat \
 
+# too costly
 #      findobject \
+#      greycstoration \
+# not finished
+#      denoisemjpeg \
 
 DATA = $(PLUGIN_DIR)/fonts $(PLUGIN_DIR)/shapes
 LADSPA = $(BINDIR)/ladspa
@@ -162,7 +165,7 @@ $(DIRS):
 
 clean:
        rm -rf $(foreach d,$(DIRS),$(d)/$(OBJDIR))
-       rm -rf $(PLUGIN_DIR)
+       rm -rf $(PLUGIN_DIR) $(LADSPA)
 
 install: