Files
ec-gn-ja-pcf/EC-GN-JA-PCF/.svn/pristine/f5/f5734b484968e75ba2471ee8a12c0a164d2ae5a4.svn-base

25 lines
727 B
Plaintext

TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#----------------------------------------------------
# Optimization of db files using dbst (DEFAULT: NO)
#DB_OPT = YES
#----------------------------------------------------
# Create and install (or just install)
# databases, templates, substitutions like this
# Automagically install .proto files
DB += $(notdir $(wildcard ../*.proto))
#----------------------------------------------------
# If <anyname>.db template is not named <anyname>*.template add
# <anyname>_TEMPLATE = <templatename>
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE