1 #-----------------------------------------------------------------------------
2 # Copyright (c) 1994 Regents of the University of Michigan.
5 # Redistribution and use in source and binary forms are permitted
6 # provided that this notice is preserved and that due credit is given
7 # to the University of Michigan at Ann Arbor. The name of the University
8 # may not be used to endorse or promote products derived from this
9 # software without specific prior written permission. This software
10 # is provided ``as is'' without express or implied warranty.
12 # LDAP buildtools makefile
14 #-----------------------------------------------------------------------------
17 @if [ ! -z "$(NEEDUNPROTO)" ]; then \
18 cd unproto; $(MAKE) $(MFLAGS) CC=$(CC); \
26 cd unproto; $(MAKE) $(MFLAGS) clean
27 cd platforms; $(MAKE) $(MFLAGS) clean
30 cd unproto; $(MAKE) $(MFLAGS) clean
31 cd platforms; $(MAKE) $(MFLAGS) veryclean
34 @echo "making links in `$(PWD)`"; \
35 $(LN) .src/version .src/platforms .src/Make-append .src/install.sh . ; \
36 ( $(MKDIR) unproto; cd unproto; $(LN) ../.src/unproto .src; \
37 $(LN) .src/Makefile .src/*.[ch] . )