Changeset 2284
- Timestamp:
- Aug 8, 2012, 11:14:47 AM (7 years ago)
- Location:
- trunk/symbol_table
- Files:
-
- 4 added
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/symbol_table/Makefile
r2184 r2284 21 21 MARKER_PREFIX=@marker_strms_ 22 22 MARKER_PABLO_SRC=$(SYMBOL_TABLE_PABLO_SRC_DIR)/marker_strms.py 23 MARKER_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/marker_strms _template.hpp23 MARKER_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/marker_strms.template.hpp 24 24 MARKER_OUTFILE=$(PABLO_OUT)/marker_strms.hpp 25 25 26 26 HASH_PREFIX=@hash_strms_ 27 27 HASH_PABLO_SRC=$(SYMBOL_TABLE_PABLO_SRC_DIR)/hash_strms.py 28 HASH_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/hash_strms _template.hpp28 HASH_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/hash_strms.template.hpp 29 29 HASH_OUTFILE=$(PABLO_OUT)/hash_strms.hpp 30 30 … … 36 36 37 37 GROUP_PREFIX=@group_strms_ 38 GROUP_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/group_strms _template.hpp38 GROUP_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/group_strms.template.hpp 39 39 GROUP_OUTFILE=$(PABLO_OUT)/group_strms.hpp 40 40 41 MAIN_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/main _template.cpp41 MAIN_TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/main.template.cpp 42 42 MAIN_OUTFILE=$(PABLO_OUT)/main.cpp 43 43 44 # TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/main _template.cpp44 # TEMPLATE=$(SYMBOL_TABLE_TEMPLATES_DIR)/main.template.cpp 45 45 TEMP=t.tmp 46 46
Note: See TracChangeset
for help on using the changeset viewer.