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 | |
| 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')
| -rw-r--r-- | src/Makefile.am | 1 | ||||
| -rw-r--r-- | src/bind/makefile.in | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5aa625014..7c820933f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -131,6 +131,7 @@ EXTRA_DIST = \ sp-skeleton.cpp sp-skeleton.h \ algorithms/makefile.in \ application/makefile.in \ + bind/makefile.in \ debug/makefile.in \ dialogs/makefile.in \ dialogs/filedialog-win32.cpp \ 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) |
