Changeset 00cc023 for driver/cfa.cc


Ignore:
Timestamp:
May 31, 2015, 1:54:23 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
5cb5f842
Parents:
86bd7c1f
Message:

redo automake first attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r86bd7c1f r00cc023  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat May 16 07:47:05 2015
    13 // Update Count     : 111
     12// Last Modified On : Sat May 30 10:15:00 2015
     13// Update Count     : 116
    1414//
    1515
     
    6666        } // if
    6767
    68         string installincdir( CFA_INCDIR );                                     // fixed location of cc1 and cfa-cpp commands
    69         string installlibdir( CFA_LIBDIR );                                     // fixed location of include files
     68        string installincdir( CFA_INCDIR );                                     // fixed location of include files
     69        string installlibdir( CFA_LIBDIR );                                     // fixed location of cc1 and cfa-cpp commands
    7070
    7171        string heading;                                                                         // banner printed at start of cfa compilation
Note: See TracChangeset for help on using the changeset viewer.