Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331105
Collapse All | Expand All

(-)Makefile~ (-4 / +4 lines)
Lines 70-88 Link Here
70
# Target
70
# Target
71
subtitle2pgm: subtitle2pgm.o spudec.o
71
subtitle2pgm: subtitle2pgm.o spudec.o
72
	@echo "Linking $@"
72
	@echo "Linking $@"
73
	@$(CC) $^ -o $@ $(LIBS)
73
	@$(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
74
74
75
subtitle2vobsub: subtitle2vobsub.o vobsub.o 
75
subtitle2vobsub: subtitle2vobsub.o vobsub.o 
76
	@echo "Linking $@"
76
	@echo "Linking $@"
77
	@$(CC) $^ -o $@ $(LIBS)
77
	@$(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
78
78
79
srttool: srttool.o
79
srttool: srttool.o
80
	@echo "Linking $@"
80
	@echo "Linking $@"
81
	@$(CC) -g $^ -o $@ $(LIBS)
81
	@$(CC) $(LDFLAGS) -g $^ -o $@ $(LIBS)
82
82
83
vobsub2pgm: vobsub2pgm.o vobsub.o spudec.o
83
vobsub2pgm: vobsub2pgm.o vobsub.o spudec.o
84
	@echo "Linking $@"
84
	@echo "Linking $@"
85
	@$(CC) -g $^ -o $@ $(LIBS)
85
	@$(CC) $(LDFLAGS) -g $^ -o $@ $(LIBS)
86
86
87
.PHONY: clean dist rpm
87
.PHONY: clean dist rpm
88
clean:
88
clean:

Return to bug 331105