summaryrefslogtreecommitdiffstats
path: root/ldap/clients/Makefile
blob: c027920ae22125ec4931235d44cf22402a257344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Build Directory client apps
#
# BEGIN COPYRIGHT BLOCK
# Copyright 2001 Sun Microsystems, Inc.
# Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
# All rights reserved.
# END COPYRIGHT BLOCK
#
#   Name:
#   Platform: gmake
# --------------------------------------------------------------------------
override BUILD_MODULE=HTTP_ADMIN

NOSTDCLEAN=true
NO_BUILD_NUM=true

MCOM_ROOT=../../..

include ../../nsconfig.mk
include ../../ldap/javarules.mk

all: ldaptags online dsgw dsmlgw

ldaptags:
	cd ldaptags; $(MAKE)

online:
	cd online; $(MAKE)

dsgw:
	cd dsgw; $(MAKE)

dsmlgw:
	cd dsmlgw; $(MAKE)

clean: 
	cd dsgw; $(MAKE) $(MFLAGS) clean
	cd dsmlgw; $(MAKE) clean