diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2007-09-12 05:33:02 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2007-09-12 05:33:02 +0000 |
| commit | c5ba611c51002e66793a8e6bec15d24f70929686 (patch) | |
| tree | e2cb4cd0b5c81b1028ff6c28fac17b46c47fb4c2 /src/live_effects | |
| parent | (PrintPS::begin): Change isspace to g_ascii_isspace. (diff) | |
| download | inkscape-c5ba611c51002e66793a8e6bec15d24f70929686.tar.gz inkscape-c5ba611c51002e66793a8e6bec15d24f70929686.zip | |
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEXT) instead of %.o.
(bzr r3726)
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) |
