Przeglądaj źródła

Use standard rules, not GNU extensions

Samuel Thibault 14 lat temu
rodzic
commit
609f714e19
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      examples/stencil/Makefile.am

+ 3 - 3
examples/stencil/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 # 
-# Copyright (C) 2010  Université de Bordeaux 1
+# Copyright (C) 2010-2011  Université de Bordeaux 1
 # 
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -83,10 +83,10 @@ pics: $(outs:.out=.xpm)
 
 CLEANFILES = *.xpm
 
-%.out2: %.out
+.out.out2:
 	grep '^|' $< | tr -d ' ' > $@
 
-%.xpm: %.out2
+.out2.xpm:
 	( width=$$(expr $$(head -n 1 < $< | wc -c) - 1) ; \
 	height=`wc -l < $<` ; \
 	echo "/* XPM */" ; \