summaryrefslogtreecommitdiffstats
path: root/ldap/admin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/admin/Makefile')
-rw-r--r--ldap/admin/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/ldap/admin/Makefile b/ldap/admin/Makefile
new file mode 100644
index 00000000..99b1653b
--- /dev/null
+++ b/ldap/admin/Makefile
@@ -0,0 +1,33 @@
+#
+# BEGIN COPYRIGHT BLOCK
+# Copyright 2001 Sun Microsystems, Inc.
+# Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
+# All rights reserved.
+# END COPYRIGHT BLOCK
+#
+#
+# GNU Makefile for Directory Server Admin components
+#
+
+MCOM_ROOT = ../../..
+LDAP_SRC = ../
+
+NOSTDCLEAN=true # don't let nsconfig.mk define target clean
+NOSTDSTRIP=true # don't let nsconfig.mk define target strip
+NSPR20=true # probably should be defined somewhere else (not sure where)
+
+include $(MCOM_ROOT)/ldapserver/nsdefs.mk
+include $(MCOM_ROOT)/ldapserver/nsconfig.mk
+include $(LDAP_SRC)/nsldap.mk
+
+all:
+ cd include; $(MAKE) $(MFLAGS) all
+ cd lib; $(MAKE) $(MFLAGS) all
+ cd src; $(MAKE) $(MFLAGS) all
+
+veryclean: clean
+
+clean:
+ cd include; $(MAKE) $(MFLAGS) clean
+ cd lib; $(MAKE) $(MFLAGS) clean
+ cd src; $(MAKE) $(MFLAGS) clean