Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26640
Modified Files: Makefile Log Message: added first stab at making universal builds. Everything compiles, except if I add ppc64 as an architecture
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.160 retrieving revision 1.161 diff -C2 -d -r1.160 -r1.161 *** Makefile 23 Oct 2007 01:22:39 -0000 1.160 --- Makefile 26 Oct 2007 18:16:23 -0000 1.161 *************** *** 49,54 ****
ifeq ($(OS_NAME),darwin) ! CFLAGS += -I/sw/include -DMACOSX -DUNIX -Dunix ! LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -L/sw/lib LIBS += -lc DYLIB_LDFLAGS = -dynamiclib -read_only_relocs warning -L/sw/lib --- 49,56 ----
ifeq ($(OS_NAME),darwin) ! CFLAGS += -I/sw/include -DMACOSX -DUNIX -Dunix \ ! -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc ! LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -L/sw/lib \ ! -arch i386 -arch ppc LIBS += -lc DYLIB_LDFLAGS = -dynamiclib -read_only_relocs warning -L/sw/lib