~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/jabber_whiteboard/makefile.in

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Convenience stub makefile to call the real Makefile.
2
 
 
3
 
@SET_MAKE@
4
 
 
5
 
OBJEXT = @OBJEXT@
6
 
 
7
 
# Explicit so that it's the default rule.
8
 
all:
9
 
        cd .. && $(MAKE) jabber_whiteboard/all
10
 
 
11
 
clean %.a %.$(OBJEXT):
12
 
        cd .. && $(MAKE) jabber_whiteboard/$@
13
 
 
14
 
.PHONY: all clean
15
 
 
16
 
.SUFFIXES:
17
 
.SUFFIXES: .a .$(OBJEXT)