diff options
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/makefile.in | 34 | ||||
| -rw-r--r-- | src/live_effects/parameter/makefile.in | 34 |
2 files changed, 34 insertions, 34 deletions
diff --git a/src/live_effects/makefile.in b/src/live_effects/makefile.in index 360773401..8a4da813b 100644 --- a/src/live_effects/makefile.in +++ b/src/live_effects/makefile.in @@ -1,17 +1,17 @@ -# Convenience stub makefile to call the real Makefile.
-
-@SET_MAKE@
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) live_effects/all
-
-clean %.a %.o:
- cd .. && $(MAKE) live_effects/$@
-
-.PHONY: all clean
-
-OBJEXT = @OBJEXT@
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)
+# Convenience stub makefile to call the real Makefile. + +@SET_MAKE@ + +OBJEXT = @OBJEXT@ + +# Explicit so that it's the default rule. +all: + cd .. && $(MAKE) live_effects/all + +clean %.a %.$(OBJEXT): + cd .. && $(MAKE) live_effects/$@ + +.PHONY: all clean + +.SUFFIXES: +.SUFFIXES: .a .$(OBJEXT) diff --git a/src/live_effects/parameter/makefile.in b/src/live_effects/parameter/makefile.in index 2a6294c4d..af48c8e7a 100644 --- a/src/live_effects/parameter/makefile.in +++ b/src/live_effects/parameter/makefile.in @@ -1,17 +1,17 @@ -# Convenience stub makefile to call the real Makefile.
-
-@SET_MAKE@
-
-# Explicit so that it's the default rule.
-all:
- cd ../.. && $(MAKE) live_effects/parameter/all
-
-clean %.a %.o:
- cd ../.. && $(MAKE) live_effects/parameter/$@
-
-.PHONY: all clean
-
-OBJEXT = @OBJEXT@
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)
+# Convenience stub makefile to call the real Makefile. + +@SET_MAKE@ + +OBJEXT = @OBJEXT@ + +# Explicit so that it's the default rule. +all: + cd ../.. && $(MAKE) live_effects/parameter/all + +clean %.a %.$(OBJEXT): + cd ../.. && $(MAKE) live_effects/parameter/$@ + +.PHONY: all clean + +.SUFFIXES: +.SUFFIXES: .a .$(OBJEXT) |
