From 6c9a77c6c215bde1080b02dc714d007157f48c46 Mon Sep 17 00:00:00 2001 From: "kjh-5727%comcast.net" Date: Thu, 11 Mar 2004 22:05:32 +0000 Subject: [PATCH] Bug 175879 - Build process adjustments. r=cls, no sr needed (makefile only), a=dbaron --- gfx/src/Makefile.in | 13 +++++++++---- gfx/src/ps/Makefile.in | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gfx/src/Makefile.in b/gfx/src/Makefile.in index 899d7310d123..6c03a1c75f3c 100644 --- a/gfx/src/Makefile.in +++ b/gfx/src/Makefile.in @@ -132,11 +132,9 @@ EXPORTS += \ endif ifdef MOZ_ENABLE_POSTSCRIPT +PS_LCPPSRCS = nsPaperPS.cpp CPPSRCS += \ - ps/nsPaperPS.cpp \ - $(NULL) -EXPORTS += \ - ps/nsPaperPS.h \ + $(PS_LCPPSRCS) \ $(NULL) endif @@ -158,3 +156,10 @@ FORCE_USE_PIC = 1 include $(topsrcdir)/config/rules.mk DEFINES += -D_IMPL_NS_GFX + +ifdef MOZ_ENABLE_POSTSCRIPT +GARBAGE += $(PS_LCPPSRCS) + +export:: $(addprefix $(srcdir)/ps/,$(PS_LCPPSRCS)) + $(INSTALL) $^ . +endif diff --git a/gfx/src/ps/Makefile.in b/gfx/src/ps/Makefile.in index 26feaca9e1df..2a0027bc60fb 100644 --- a/gfx/src/ps/Makefile.in +++ b/gfx/src/ps/Makefile.in @@ -61,8 +61,8 @@ EXPORTS = \ nsIDeviceContextPS.h \ nsGfxPSCID.h \ nsIDeviceContextSpecPS.h \ - nsPostScriptObj.h \ nsTempfilePS.h \ + nsPaperPS.h \ $(NULL) EXPORT_RESOURCE = \