From 552736c9e53d3eff4f6d480e9d815061ce2f00db Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Sat, 24 Oct 1998 05:31:24 +0000 Subject: [PATCH] Cleaned it up and made it work properly. --- base/src/unix/Makefile | 43 ------------------------------------------ 1 file changed, 43 deletions(-) diff --git a/base/src/unix/Makefile b/base/src/unix/Makefile index 4d9d99e351a..e69de29bb2d 100644 --- a/base/src/unix/Makefile +++ b/base/src/unix/Makefile @@ -1,43 +0,0 @@ -#!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 -# compliance with the NPL. You may obtain a copy of the NPL at -# http://www.mozilla.org/NPL/ -# -# Software distributed under the NPL is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL -# for the specific language governing rights and limitations under the -# NPL. -# -# The Initial Developer of this code under the NPL is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All Rights -# Reserved. - - -DEPTH = ../../.. - - -LIBRARY_NAME = gmbaseunix - -MODULE=raptor - -REQUIRES=xpcom raptor - -DEFINES = -D_IMPL_NS_WIDGET - -CPPSRCS= \ - nsTimer.cpp - -CPP_OBJS= \ - ./$(OBJDIR)/nsTimer.o \ - $(NULL) - -include $(DEPTH)/config/config.mk - -TARGETS = $(LIBRARY) - -include $(DEPTH)/config/rules.mk - -