Adding shell script in Makefile

  • Follow


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

Never mind :)


0
Reply seand 4/5/2004 10:18:39 PM


1 Replies
304 Views

(page loaded in 0.045 seconds)

Similiar Articles:










7/29/2012 12:22:40 PM


Reply: