automake

hi
on machine automake 1.9 are install but i am not able create make file
so please tell me what proper command to create make file using automake

Try with

1) makegen -r -s -g
This would make a file for your obj as Makefile

2) make -f Makefile link
this would run the file i.e. compile the entire source code (link for which exists in Makefile)

Regards
Adhir
(Joined on 27th Dec 06)