diff options
| author | MenTaLguY <mental@rydia.net> | 2006-07-25 18:33:02 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-07-25 18:33:02 +0000 |
| commit | 7ccea868d1bdcb62d74728531cf9f1aef94c540e (patch) | |
| tree | 2f2fb83f7c9a87c2385fb1c6e498392665634294 /src/extension/plugin/makefile.in | |
| parent | remove lsbcc check for now (diff) | |
| download | inkscape-7ccea868d1bdcb62d74728531cf9f1aef94c540e.tar.gz inkscape-7ccea868d1bdcb62d74728531cf9f1aef94c540e.zip | |
remove vestigal plugin support
(bzr r1473)
Diffstat (limited to 'src/extension/plugin/makefile.in')
| -rw-r--r-- | src/extension/plugin/makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/extension/plugin/makefile.in b/src/extension/plugin/makefile.in deleted file mode 100644 index 9de8caf05..000000000 --- a/src/extension/plugin/makefile.in +++ /dev/null @@ -1,17 +0,0 @@ -# Convenience stub makefile to call the real Makefile. - -@SET_MAKE@ - -# Explicit so that it's the default rule. -all: - cd ../.. && $(MAKE) extension/plugin/all - -clean %.a %.o: - cd ../.. && $(MAKE) extension/plugin/$@ - -.PHONY: all clean - -OBJEXT = @OBJEXT@ - -.SUFFIXES: -.SUFFIXES: .a .$(OBJEXT) |
