Code

**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEXT) inste...
[inkscape.git] / src / live_effects / makefile.in
index 360773401526d4afae08c206c9045ba6dc2b44cd..8a4da813be589612fcd8a6a832d1509ad4940301 100644 (file)
@@ -1,17 +1,17 @@
-# Convenience stub makefile to call the real Makefile.\r
-\r
-@SET_MAKE@\r
-\r
-# Explicit so that it's the default rule.\r
-all:\r
-       cd .. && $(MAKE) live_effects/all\r
-\r
-clean %.a %.o:\r
-       cd .. && $(MAKE) live_effects/$@\r
-\r
-.PHONY: all clean\r
-\r
-OBJEXT = @OBJEXT@\r
-\r
-.SUFFIXES:\r
-.SUFFIXES: .a .$(OBJEXT)\r
+# 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)