(file) Return to message.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / message.mak (download)
Revision: 1.2, Fri Aug 8 12:34:11 2003 UTC (20 years, 9 months ago) by mday
Branch: MAIN
Changes since 1.1: +20 -0 lines
l10n fix - include depend.mak in message.mak


#include $(ROOT)/mak/common.mak

################################################################################
##
## Build list of bundle names.
##
################################################################################

# If we are using ICU resource bundles, then the compiled bundles are .res files
ifdef ICU_ROOT
	TMP_MSG_BUNDLES = $(foreach i,$(MSG_SOURCES),$(MSG_DIR)/$i)
	MSG_BUNDLES = $(TMP_MSG_BUNDLES:.txt=.res)
endif

################################################################################
##
## Message compile rule:
##
################################################################################

# Rule for ICU resource bundles
ifdef ICU_ROOT
$(MSG_DIR)/%.res: %.txt $(ERROR)
	$(MKDIRHIER) $(MSG_DIR)
	$(MSG_COMPILE) -d $(MSG_DIR) $(MSG_FLAGS) -p $(MSG_PACKAGE) $*.txt
	@ $(ECHO)
endif

################################################################################
##
## Clean rules:
##
################################################################################

FILES_TO_CLEAN = $(MSG_BUNDLES)

include $(ROOT)/mak/clean.mak

################################################################################
##
## Build list of object names:
##
################################################################################

include $(ROOT)/mak/objects.mak

include $(ROOT)/mak/depend.mak

include $(ROOT)/mak/build.mak

include $(ROOT)/mak/docxx.mak

include $(ROOT)/mak/sub.mak

-include $(OBJ_DIR)/depend.mak

include $(ROOT)/mak/misc.mak


tests: $(ERROR)

poststarttests: $(ERROR)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2