Changeset 2284

Show
Ignore:
Timestamp:
08/08/12 11:14:47 (10 months ago)
Author:
ksherdy
Message:

Updated template file suffix.

Location:
trunk/symbol_table
Files:
4 added
4 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/symbol_table/Makefile

    r2184 r2284  
    2121MARKER_PREFIX=@marker_strms_ 
    2222MARKER_PABLO_SRC=$(SYMBOL_TABLE_PABLO_SRC_DIR)/marker_strms.py 
    23 MARKER_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/marker_strms_template.hpp 
     23MARKER_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/marker_strms.template.hpp 
    2424MARKER_OUTFILE=$(PABLO_OUT)/marker_strms.hpp 
    2525 
    2626HASH_PREFIX=@hash_strms_ 
    2727HASH_PABLO_SRC=$(SYMBOL_TABLE_PABLO_SRC_DIR)/hash_strms.py 
    28 HASH_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/hash_strms_template.hpp 
     28HASH_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/hash_strms.template.hpp 
    2929HASH_OUTFILE=$(PABLO_OUT)/hash_strms.hpp 
    3030 
     
    3636 
    3737GROUP_PREFIX=@group_strms_ 
    38 GROUP_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/group_strms_template.hpp 
     38GROUP_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/group_strms.template.hpp 
    3939GROUP_OUTFILE=$(PABLO_OUT)/group_strms.hpp 
    4040 
    41 MAIN_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/main_template.cpp 
     41MAIN_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/main.template.cpp 
    4242MAIN_OUTFILE=$(PABLO_OUT)/main.cpp 
    4343 
    44 # TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/main_template.cpp 
     44# TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/main.template.cpp 
    4545TEMP=t.tmp 
    4646