18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 include $(SRC)/Makefile.master
27
28 SUBDIRS = common euro hi_IN ja ko th_TH zh utf-8 vi
29
30 install := TARGET = install
31 all := TARGET = all
32 lint := TARGET = lint
33 clean := TARGET = clean
34 clobber := TARGET = clobber
35
36 all install lint clean clobber: $(SUBDIRS)
37
38 $(SUBDIRS): FRC
39 cd $@; $(MAKE) $(TARGET)
40
41 FRC:
|
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 include $(SRC)/Makefile.master
27
28 SUBDIRS = common euro hi_IN ja ko th_TH zh utf-8 vi
29
30 install := TARGET = install
31 all := TARGET = all
32 lint := TARGET = lint
33 clean := TARGET = clean
34 clobber := TARGET = clobber
35
36 all install lint clean clobber: $(SUBDIRS)
37
38 .PARALLEL: $(SUBDIRS)
39
40 $(SUBDIRS): FRC
41 cd $@; $(MAKE) $(TARGET)
42
43 FRC:
|