[Mono-list] Tabs / Space in Makefile

Mujahid Azam mujahidazam at gmail.com
Wed May 18 04:22:22 EDT 2011


Hello,

Shown below is a sample Makefile to compile C# programs on Mono 2.4. But
this is not working, can you please let me know where are the places where
"Tab" is required and where "Space" is required. I have been with this for
over 2 days and still not able to make it run. The .exe file is not getting
generated. Plz help.


.PHONY:all clean distclean

all:HelloWorld.exe.so

HelloWorld.exe:
gmcs -checked+ -debug- -optimize+ -unsafe+ HelloWorld.cs -out:HelloWorld.exe

HelloWorld.exe.so:HelloWorld.exe
mono --aot -O=all HelloWorld.exe

clean:
@- $(RM) HelloWorld.exe.so @- $(RM) HelloWorld.exe

distclean:clean




-- 
Thanks & Regards
Mujahid E Azam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20110518/9b308de9/attachment.html 


More information about the Mono-list mailing list