[PD-cvs] SF.net SVN: pure-data: [9542] trunk/externals/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri Mar 7 01:49:08 CET 2008


Revision: 9542
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9542&view=rev
Author:   eighthave
Date:     2008-03-06 16:49:08 -0800 (Thu, 06 Mar 2008)

Log Message:
-----------
enable pdlua on Windows and add minor cleanup

Modified Paths:
--------------
    trunk/externals/Makefile

Modified: trunk/externals/Makefile
===================================================================
--- trunk/externals/Makefile	2008-03-06 10:41:06 UTC (rev 9541)
+++ trunk/externals/Makefile	2008-03-07 00:49:08 UTC (rev 9542)
@@ -56,7 +56,7 @@
   STRIP = strip -x
 endif
 ifeq ($(OS_NAME),linux)
-  CFLAGS +=  -DUNIX -Dunix -fPIC -I/usr/include/lua5.1
+  CFLAGS +=  -DUNIX -Dunix -fPIC
   LDFLAGS += -Wl,-export_dynamic  -shared
   LIBS += -lc
   DYLIB_LDFLAGS = $(LDFLAGS)
@@ -128,7 +128,7 @@
 
 # this is for libraries that don't compile (yet) on all platforms
 ifeq ($(OS_NAME),windows)
-  LIB_TARGETS += 
+  LIB_TARGETS += pdlua
 else
   ifeq ($(OS_NAME),darwin)
     LIB_TARGETS += hid hidio pdp pidip gem2pdp wiiremote iem16 usbhid pdlua
@@ -1909,7 +1909,7 @@
 #------------------------------------------------------------------------------#
 # PDLUA
 PDLUA_NAME=pdlua
-PDLUA_OBJECTS := $(wildcard $(externals_src)/loaders/pdlua/src/lua.c)
+PDLUA_OBJECTS := $(externals_src)/loaders/pdlua/src/lua.c
 pdlua: $(PDLUA_OBJECTS:.c=.$(EXTENSION))
 
 pdlua_install: pdlua


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list