Makefile (5801b0f01c3c34499a929ed96164a5a68b470945) Makefile (d17be682a2c70b4505d43c830bbd2603da11918d)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 52 unchanged lines hidden (view full) ---

61 $(RM) $(OBJS)
62
63$(POFILE) : $(SRCS)
64 $(RM) $@
65 $(COMPILE.cpp) $(SRCS) | $(XGETTEXT) $(XGETFLAGS) -
66 $(SED) -e '/^domain/d' messages.po > $@
67 $(RM) messages.po
68
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 52 unchanged lines hidden (view full) ---

61 $(RM) $(OBJS)
62
63$(POFILE) : $(SRCS)
64 $(RM) $@
65 $(COMPILE.cpp) $(SRCS) | $(XGETTEXT) $(XGETFLAGS) -
66 $(SED) -e '/^domain/d' messages.po > $@
67 $(RM) messages.po
68
69sb: $(SRCS)
70 $(COMPILE.c) -xsbfast $(SRCS)
71
72include ../Makefile.targ
69include ../Makefile.targ