Hi,

I have some source files called file0.lf file1.lf file2.lf .... they should
compiled to file0.view file1.view file2.view ...
For compilation they need the file bla.file (whithout the number).

My question is how i can write a pattern Rule that my makefile atomatically
compiles my *.view files when ther is a chang in *.lf or *.file.

I've tried many things like

%.view : ./src/dss/%.file $(%:%[0-9]=%)
      echo "compiling"

but nothing works :(

Has anybody an idea how to write such a rule?

Greetings

Bofrost
-- 
View this message in context: 
http://old.nabble.com/Rule-to-compile-file-0-9-.lf-%2B-file.file-%3D%3E-file-0-9-.view-tp32019482p32019482.html
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.


_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to