Code

Rearrange to enable code that does not directly rely on lcms.
[inkscape.git] / src / dom / makefile.in
index 1e0b42977072ecd36a13783e30837cfbe8025d60..b505975a6f57167fa83376e9bac1b87726f0807b 100644 (file)
@@ -2,16 +2,16 @@
 
 @SET_MAKE@
 
+OBJEXT = @OBJEXT@
+
 # Explicit so that it's the default rule.
 all:
        cd .. && $(MAKE) dom/all
 
-clean %.a %.o:
+clean %.a %.$(OBJEXT):
        cd .. && $(MAKE) dom/$@
 
 .PHONY: all clean
 
-OBJEXT = @OBJEXT@
-
 .SUFFIXES:
 .SUFFIXES: .a .$(OBJEXT)