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

(-)mozilla/extensions/p3p/Makefile.in.old (-16 / +6 lines)
Lines 44-51 Link Here
44
44
45
MODULE	= p3p
45
MODULE	= p3p
46
DIRS      = public src
46
DIRS      = public src
47
CHROME_DEPS = p3p200005.xsl p3p200010.xsl p3p200012.xsl p3p200109.xsl \
47
CHROME_DEPS = p3p200005.xsl p3p200010.xsl p3p200012.xsl p3p200109.xsl p3p200201.xsl
48
	p3p200201.xsl
49
48
50
PP = $(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/preprocessor.pl
49
PP = $(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/preprocessor.pl
51
50
Lines 56-84 Link Here
56
55
57
p3p200005.xsl: resources/content/p3p.xsl.in Makefile.in
56
p3p200005.xsl: resources/content/p3p.xsl.in Makefile.in
58
	@$(RM) -f $@
57
	@$(RM) -f $@
59
	$(PP) -DNAMESPACE=http://www.w3.org/2000/P3Pv1 \
58
	$(PP) -DNAMESPACE=http://www.w3.org/2000/P3Pv1 $< > $@
60
	$< > $@
61
59
62
p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in
60
p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in
63
	@$(RM) -f $@
61
	@$(RM) -f $@
64
	$(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
62
	$(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 -DHAS_TMPL_RETENTION $< > $@
65
	-DHAS_TMPL_RETENTION\
66
	$< > $@
67
63
68
p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in
64
p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in
69
	@$(RM) -f $@
65
	@$(RM) -f $@
70
	$(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 \
66
	$(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 -DHAS_CALL_OURS $< > $@
71
	-DHAS_CALL_OURS\
72
	$< > $@
73
67
74
p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in
68
p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in
75
	@$(RM) -f $@
69
	@$(RM) -f $@
76
	$(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 \
70
	$(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 -DHAS_CALL_OURS $< > $@
77
	-DHAS_CALL_OURS\
78
	$< > $@
79
71
80
p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in
72
p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in
81
	@$(RM) -f $@
73
	@$(RM) -f $@
82
	$(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \
74
	$(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 -DHAS_CALL_OURS -DHAS_PURPOSE_SRC $< > $@
83
	-DHAS_CALL_OURS -DHAS_PURPOSE_SRC\
84
	$< > $@

Return to bug 130610