Build system fix-- now to update all the poor bitrotted examples so
they actually build. git-svn-id: http://svn.xiph.org/trunk/fusd@12315 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
0922adc0b1
commit
48511c545d
@ -12,8 +12,8 @@ install: $(TARGETS)
|
||||
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 $@.$$$$
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user