Makefile (7c478bd9) Makefile (54925bf6)
1#
1#
2# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5# ident "%Z%%M% %I% %E% SMI"
6#
7# lib/krb5/Makefile
8#
9# include global definitions
10include ../../Makefile.master
11
12#
13# Build everything in parallel; use .WAIT for dependencies
14.PARALLEL:
15
16SUBDIRS= \
3# Use is subject to license terms.
4#
5# ident "%Z%%M% %I% %E% SMI"
6#
7# lib/krb5/Makefile
8#
9# include global definitions
10include ../../Makefile.master
11
12#
13# Build everything in parallel; use .WAIT for dependencies
14.PARALLEL:
15
16SUBDIRS= \
17 db2 \
18 dyn \
19 .WAIT \
20 kdb \
21 .WAIT \
22 kadm5 \
17 dyn \
18 .WAIT \
19 kdb \
20 .WAIT \
21 kadm5 \
23 ss
22 .WAIT \
23 ss \
24 plugins
24
25all := TARGET= all
26install := TARGET= install
27clean := TARGET= clean
28clobber := TARGET= clobber
29lint := TARGET= lint
30_msg := TARGET= _msg
31
32.KEEP_STATE:
33
34all install clean clobber lint _msg: $(SUBDIRS)
35
36$(SUBDIRS): FRC
37 @cd $@; pwd; $(MAKE) $(TARGET)
38
39FRC:
25
26all := TARGET= all
27install := TARGET= install
28clean := TARGET= clean
29clobber := TARGET= clobber
30lint := TARGET= lint
31_msg := TARGET= _msg
32
33.KEEP_STATE:
34
35all install clean clobber lint _msg: $(SUBDIRS)
36
37$(SUBDIRS): FRC
38 @cd $@; pwd; $(MAKE) $(TARGET)
39
40FRC: