1 #
2 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
4 #
5 # lib/libldap5/sparcv9/Makefile
6 #
7
8 PR_MDUSOBJS = os_SunOS.o
9
10 include ../Makefile.com
11 include ../../Makefile.lib.64
12
13 LDLIBS += -L$(ADJUNCT_PROTO)$(NSS_LDPATH64) $(NSS_LIBS)
14 DYNFLAGS += -R$(NSS_LDPATH64)
15
16 all: $(LIBS)
17
18 install: all $(ROOTLIBS64) $(ROOTLINKS64)
|
1 #
2 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
4 #
5 # lib/libldap5/sparcv9/Makefile
6 #
7
8 PR_MDUSOBJS = os_SunOS.o
9
10 include ../Makefile.com
11 include ../../Makefile.lib.64
12
13 DYNFLAGS += -R$(NSS_LDPATH64)
14
15 all: $(LIBS)
16
17 install: all $(ROOTLIBS64) $(ROOTLINKS64)
|