Fix clean/clobber targets to properly remove shared and static libraries (bug 136651). Patch from Philip K. Warren <pkw@austin.ibm.com>; r=dmose@netscape.com; sr=sspitzer@netscape.com.

This commit is contained in:
dmose%netscape.com 2002-04-30 03:40:22 +00:00
parent 4d27a6fdb3
commit 075fdb1600
6 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,8 @@ INSTALLDIR = $(DIST)/$(OBJDIR_NAME)
include $(topsrcdir)/config/rules.mk
GARBAGE += $(LIBIUTIL)
LOCAL_INCLUDES = -I$(PUBLIC)/nspr
INCLUDES += -I$(DISTHDIR) -I$(HDIR) -I$(INSTALLDIR)/include -I$(DIST)/include
ifeq ($(HAVE_CCONF), 1)

View File

@ -42,6 +42,8 @@ INSTALLDIR = $(DIST)/$(OBJDIR_NAME)
include $(topsrcdir)/config/rules.mk
GARBAGE += $(LIBLBER)
LOCAL_INCLUDES =
INCLUDES += -I$(HDIR) -I$(INSTALLDIR)/include
DEFINES += $(DEFS)

View File

@ -99,6 +99,8 @@ INSTALLDIR = $(DIST)/$(OBJDIR_NAME)
include $(topsrcdir)/config/rules.mk
GARBAGE += $(LIBLDAP) $(DLLLDAP)
LOCAL_INCLUDES = -I$(PUBLIC)/nspr
INCLUDES += -I$(DISTHDIR) -I$(HDIR) -I$(INSTALLDIR)/public
DEFINES += $(DEFS) -UMOZILLA_CLIENT

View File

@ -40,6 +40,8 @@ INSTALLDIR = $(DIST)/$(OBJDIR_NAME)
include $(topsrcdir)/config/rules.mk
GARBAGE += $(LIBLDIF)
LOCAL_INCLUDES = -I$(PUBLIC)/nspr
INCLUDES += -I$(HDIR) -I$(INSTALLDIR)/include -I$(DIST)/include
DEFINES += $(DEFS)

View File

@ -54,6 +54,8 @@ RELEASE_LIBS = $(DLLPRLDAP)
include $(topsrcdir)/config/rules.mk
GARBAGE += $(LIBPRLDAP) $(DLLPRLDAP)
LOCAL_INCLUDES = -I$(PUBLIC)/nspr
INCLUDES += -I$(DISTHDIR) -I$(HDIR) -I$(INSTALLDIR)/include \
-I$(DIST)/include/nspr

View File

@ -48,6 +48,8 @@ RELEASE_LIBS = $(DLLSSLDAP)
include $(topsrcdir)/config/rules.mk
GARBAGE += $(LIBSSLDAP) $(DLLSSLDAP)
LOCAL_INCLUDES = -I$(PUBLIC)/nspr
INCLUDES += -I$(DISTHDIR) -I$(HDIR) -I$(INSTALLDIR)/include \
-I$(DIST)/include \