From f9a8f2906ab3efe029c95a0820f017b8a301c4e1 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Mon, 19 Jul 1999 23:15:25 +0000 Subject: [PATCH] Fixed the logic and cleaned it up. --- view/src/Makefile.in | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/view/src/Makefile.in b/view/src/Makefile.in index d58547f8576..ee8b979c373 100644 --- a/view/src/Makefile.in +++ b/view/src/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,33 +13,28 @@ # Communications Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. +# -DEPTH = ../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -include $(topsrcdir)/config/config.mk +MODULE = raptor +LIBRARY_NAME = raptorview -MODULE=raptor +CPPSRCS = \ + nsView.cpp \ + nsScrollingView.cpp \ + nsViewManager.cpp \ + nsViewFactory.cpp \ + $(NULL) -LIBRARY_NAME=raptorview - -CPPSRCS = \ - nsView.cpp \ - nsScrollingView.cpp \ - nsViewManager.cpp \ - nsViewFactory.cpp \ - $(NULL) - -REQUIRES = raptor xpcom - -DEFINES += -D_IMPL_NS_VIEW - -TARGETS = $(LIBRARY) +REQUIRES = raptor xpcom include $(topsrcdir)/config/rules.mk +DEFINES += -D_IMPL_NS_VIEW