From ab114004a86b1f025c38e51aa53bd6d0cd00d11c Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Fri, 2 Jul 1999 07:53:42 +0000 Subject: [PATCH] Cleanup and fixes for OpenBSD. git-svn-id: svn://10.0.0.236/trunk@38022 18797224-902f-48f8-a5cc-f745e15eee43 --- .../mailnews/mime/emitters/build/Makefile.in | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/mozilla/mailnews/mime/emitters/build/Makefile.in b/mozilla/mailnews/mime/emitters/build/Makefile.in index 9024d1fd6a8..50bd5bc6540 100644 --- a/mozilla/mailnews/mime/emitters/build/Makefile.in +++ b/mozilla/mailnews/mime/emitters/build/Makefile.in @@ -1,4 +1,3 @@ -#!gmake # # The contents of this file are subject to the Netscape Public License # Version 1.0 (the "NPL"); you may not use this file except in @@ -14,37 +13,34 @@ # Communications Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. +# -DEPTH = ../../../.. +DEPTH = ../../../.. topsrcdir = @top_srcdir@ VPATH = @srcdir@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE=mimeemitter -LIBRARY_NAME=mimeemitter -IS_COMPONENT=1 -CPPSRCS= \ - nsEmitterFactory.cpp \ - $(NULL) +MODULE = mimeemitter +LIBRARY_NAME = mimeemitter +IS_COMPONENT = 1 -EXPORTS = \ - nsMimeEmitterCID.h \ - $(NULL) +CPPSRCS = nsEmitterFactory.cpp +EXPORTS = nsMimeEmitterCID.h SHARED_LIBRARY_LIBS = \ - $(DIST)/lib/libemitterutil_s.a \ + $(DIST)/lib/libemitterutil_s.a \ $(NULL) EXTRA_DSO_LDOPTS = \ - $(MKSHLIB_FORCE_ALL) \ - $(SHARED_LIBRARY_LIBS) \ - $(MKSHLIB_UNFORCE_ALL) \ - -L$(DIST)/bin \ - $(NSPR_LIBS) \ - -lxpcom \ - -lreg \ + $(MKSHLIB_FORCE_ALL) \ + $(SHARED_LIBRARY_LIBS) \ + $(MKSHLIB_UNFORCE_ALL) \ + -L$(DIST)/bin \ + -L$(DIST)/lib \ + -lxpcom \ + -lreg \ $(NULL) include $(topsrcdir)/config/rules.mk