summaryrefslogtreecommitdiffstats
path: root/modules.awk
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-03-25 02:09:27 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-03-25 02:09:27 +0000
commit03462d65dcb2be5f8ccda2eb80353dce5e2d0d98 (patch)
tree3ea2acadf10f45f086978ba080794fe92985ce90 /modules.awk
parentb6bff935c117b5042cd2a9809218607c01bea965 (diff)
downloadds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.gz
ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.xz
ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.zip
[Bug 146919] Directory Server rebranding
1) Brandx -> Fedora 2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server) 3) Use JRE from the Admin Server package 4) Docs a) Componentize Docs b) Rebrand Docs c) Drop packaging Administration Guide in the external version
Diffstat (limited to 'modules.awk')
-rw-r--r--modules.awk23
1 files changed, 0 insertions, 23 deletions
diff --git a/modules.awk b/modules.awk
index 94f8f685..8535aea6 100644
--- a/modules.awk
+++ b/modules.awk
@@ -22,21 +22,6 @@ NEWS=$(BUILD_ROOT)/news
CMS=$(BUILD_ROOT)/species
ROGUE=$(BUILD_ROOT)/lw/rogue
-# Ari's definitions for MCOM libraries, these should have if statements
-# around them to make sure they only apply to the proxy
-ifeq ($(PRODUCT), "Netscape Proxy Server")
-ifeq ($(ARCH), HPUX)
-MCL_CFLAGS="-DMCC_PROXY -I../include -D_HPUX_SOURCE -Aa +DA1.0 +z"
-else
-MCL_CFLAGS="-DMCC_PROXY -I../include"
-endif
-endif
-
-# We need to customize how libnet works for the Catalog Server...
-ifeq ($(PRODUCT), "Netscape Catalog Server")
-MCL_CFLAGS="-DSEND_FROM_FEILD"
-endif
-
# ------------------------------- Modules --------------------------------
@@ -45,19 +30,11 @@ LIBREGEX=regex
LIBRARY regex $(NS_LIBDIR)/libregex
endif
-ifeq ($(PRODUCT), "Netscape Proxy Server")
-ifneq ($(MODULE), LibBase)
-BASE=base $(LIBREGEX) $(LIBSI18N)
-BASE_SSL=base-ssl $(LIBREGEX)
-LIBRARY base $(NS_LIBDIR)/base regex
-endif
-else
ifneq ($(MODULE), LibBase)
BASE=base $(LIBSI18N)
BASE_SSL=base-ssl
LIBRARY base $(NS_LIBDIR)/base
endif
-endif
ifneq ($(MODULE), LibAccess)
LIBACCESS=access $(BASE) $(LIBSI18N)