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

File: [Pegasus] / pegasus / mak / message.mak (download)
Revision: 1.4.2.1, Wed Aug 13 18:39:49 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.4: +0 -0 lines
merge with 2.3 localized code


#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)

ifdef ICU_ROOT
include $(ROOT)/mak/clean.mak
else
clean:
endif

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

include $(ROOT)/mak/objects.mak

depend:

include $(ROOT)/mak/build.mak

include $(ROOT)/mak/docxx.mak

include $(ROOT)/mak/sub.mak

include $(ROOT)/mak/misc.mak


tests: $(ERROR)

poststarttests: $(ERROR)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2