~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to context/Makefile.local

  • Committer: paulped at ETHZ
  • Date: 2007-01-25 19:55:55 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:trunk/zorba:334
added nodeid service to context
added a test data directory 'wordlists'
miscellaneous bug fixes, unit testing improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    
8
8
context_test :  context.h context.cpp context_test.cpp
9
9
        g++ -Wall ${OPT} -o ${BUILD}/context_test \
10
 
                ../parser/${BUILD}/symbol_table.${SUFX} \
11
10
                ../runtime/${BUILD}/iterator.${SUFX} \
12
11
                ../types/${BUILD}/base_types.${SUFX} \
13
12
                ../types/${BUILD}/xs_primitive_types.${SUFX} \