> 6. In your static-library example, you should have the steps to build > the static library. Right now, it doesn't exist. Write a .c file with > a function, buy_badam_halwa(), and just print the string "badam halwa" > in it. Make this .c file into a static library. > > You need to write a test .c file to link to this static library. The > build for this test .c file should also be in the Makefile. Make clean > should remove the static library as well (this is not done as of now).
I dint totally understand this point.. I mean the makefile part. I mean do you mean that the static library shoud be built inside the make file and then a make clean should remove it. ?? _______________________________________________ Users mailing list [email protected] http://lists.dgplug.org/listinfo.cgi/users-dgplug.org
