Hi,
Suppose I have following lines in my Makefile:
## srcgen generates C++ files cpp1,cpp2,cppn
mytarget1:
srcgen someinput1
gcc -c cpp1, cpp2
srcgen someinput2
mytarget2:mytarget1
gcc otherstuff
Is there a way to let autotools generate this from Makefile.am?
TIA
-s
|
|
0
|
|
|
|
Reply
|
seand
|
4/4/2004 12:20:32 AM |
|