~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to src/extension/makefile.in

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

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
# Explicit so that it's the default rule.
 
6
all:
 
7
        cd .. && $(MAKE) extension/all
 
8
 
 
9
clean %.a %.o:
 
10
        cd .. && $(MAKE) extension/$@
 
11
 
 
12
.PHONY: all clean
 
13
 
 
14
OBJEXT = @OBJEXT@
 
15
 
 
16
.SUFFIXES:
 
17
.SUFFIXES: .a .$(OBJEXT)