simple make file

2010-09-14 Thread stolennomenclature
be much appreciated. -- View this message in context: http://old.nabble.com/simple-make-file-tp29707615p29707615.html Sent from the GNUstep - General mailing list archive at Nabble.com. ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http

Re: simple make file

2010-09-14 Thread Truls Becken
On 2010-09-14, at 13:32, stolennomenclature wrote: I have the following simple makefile, copied from the GNUstep manual.pdf, for the simple example program, as follows: include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = source.m rabbitMP_OBJC_FILES = source.m include

Re: simple make file

2010-09-14 Thread Richard Frith-Macdonald
On 14 Sep 2010, at 12:32, stolennomenclature wrote: I have the following simple makefile, copied from the GNUstep manual.pdf, for the simple example program, as follows: include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = source.m rabbitMP_OBJC_FILES = source.m include

RE: simple make file

2010-09-14 Thread Nicola Pero
Now I want to expand it to incorporate the sqlite3 database, which is in the form of a single source file called sqlite3.c and its accompanying header file sqlite3.h. Somehow the sqlite3 c file needs to be compiled to a linkable static object file and then linked in with the source.m file,

Re: simple make file

2010-09-14 Thread stolennomenclature
object based code to access sqlite3. ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep -- View this message in context: http://old.nabble.com/simple-make-file-tp29707615p29713961.html Sent