webmcp

diff libraries/mondelefant/Makefile @ 0:9fdfb27f8e67

Version 1.0.0
author jbe/bsw
date Sun Oct 25 12:00:00 2009 +0100 (2009-10-25)
parents
children 30391b40722f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libraries/mondelefant/Makefile	Sun Oct 25 12:00:00 2009 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +include ../../Makefile.options
     1.5 +
     1.6 +mondelefant_native.so: mondelefant_native.o
     1.7 +	$(LD) $(LDFLAGS) $(LDFLAGS_PGSQL) -o mondelefant_native.$(SLIB_EXT) mondelefant_native.o -lpq
     1.8 +
     1.9 +mondelefant_native.o: mondelefant_native.c
    1.10 +	$(CC) -c $(CFLAGS) $(CFLAGS_PGSQL) -o mondelefant_native.o mondelefant_native.c
    1.11 +
    1.12 +test:: mondelefant_native.so mondelefant.lua
    1.13 +	lua -l mondelefant
    1.14 +
    1.15 +clean::
    1.16 +	rm -f mondelefant_native.so mondelefant_native.o

Impressum / About Us