diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-03-10 09:45:47 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-03-10 09:45:47 +0000 |
| commit | df2b4695e392a7a0b4b6a7627f773e7e8e6614ae (patch) | |
| tree | 2fe371a9a78215962d4e0b0bf437b9c2dcc1aa1b /src/bind/makefile.in | |
| parent | noop: Address a warning. (diff) | |
| download | inkscape-df2b4695e392a7a0b4b6a7627f773e7e8e6614ae.tar.gz inkscape-df2b4695e392a7a0b4b6a7627f773e7e8e6614ae.zip | |
minor: Add bind/makefile.in
(bzr r5038)
Diffstat (limited to 'src/bind/makefile.in')
| -rw-r--r-- | src/bind/makefile.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/bind/makefile.in b/src/bind/makefile.in new file mode 100644 index 000000000..90ed85bb4 --- /dev/null +++ b/src/bind/makefile.in @@ -0,0 +1,17 @@ +# Convenience stub makefile to call the real Makefile. + +@SET_MAKE@ + +OBJEXT = @OBJEXT@ + +# Explicit so that it's the default rule. +all: + cd .. && $(MAKE) bind/all + +clean %.a %.$(OBJEXT): + cd .. && $(MAKE) bind/$@ + +.PHONY: all clean + +.SUFFIXES: +.SUFFIXES: .a .$(OBJEXT) |
