[xiph-commits] r12315 - trunk/fusd/examples

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sat Jan 13 01:00:29 PST 2007


Author: xiphmont
Date: 2007-01-13 01:00:28 -0800 (Sat, 13 Jan 2007)
New Revision: 12315

Removed:
   trunk/fusd/examples/helloworld
Modified:
   trunk/fusd/examples/Makefile
Log:
Build system fix-- now to update all the poor bitrotted examples so
they actually build.



Modified: trunk/fusd/examples/Makefile
===================================================================
--- trunk/fusd/examples/Makefile	2007-01-13 08:55:34 UTC (rev 12314)
+++ trunk/fusd/examples/Makefile	2007-01-13 09:00:28 UTC (rev 12315)
@@ -12,8 +12,8 @@
 clean:
 	rm -f *.o *.d $(TARGETS) gmon.out *~ 
 
-$(TARGETS): %.o: %.c
-	$(CC) '-g -O2 $(SCF) $(GCF)' $< -o $@ libfusd.so.0.0 $(SLF)
+$(TARGETS): %: %.c
+	$(CC) $(GCF) $< -o $@ ../libfusd/libfusd.a 
 
 %.d: %.c
 	$(CC) -M $(CFLAGS) $< > $@.$$$$; sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; rm -f $@.$$$$

Deleted: trunk/fusd/examples/helloworld
===================================================================
(Binary files differ)



More information about the commits mailing list