Ignore:
Timestamp:
Nov 27, 2011, 4:36:15 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 465

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_generator.h

    r561 r588  
    1212#include "cmt_language.h"
    1313#include "cmt_awk.h"
    14 #include "cmt_deps_builder.h"
    1514
    1615class Packager : public FAwk
     
    5958  void fill_outputs ();
    6059
    61   void prepare_use_context ();
     60  //  void prepare_use_context ();
    6261
    6362  void set_full_name (cmt_string& full_name, cmt_string& file);
     
    9695  cmt_string m_output_file_name;
    9796  FILE* m_output_file;
    98 
    99   DepsBuilder m_deps_builder;
    10097
    10198  Constituent* m_constituent;
     
    215212    // Build the makefile fragment for one constituent
    216213  static int build_constituent_makefile (const Constituent& constituent,
     214                                         bool& dependencies,
    217215                                         const cmt_string& file = "");
    218216  static void build_constituent_makefile (const CmtSystem::cmt_string_vector& arguments);
     
    221219                                       bool usecmt = true);
    222220
     221  static int build_library_links_infile (const cmt_string& outdir = "");
     222
     223  static int build_dependencies_infile (const Constituent* constituent,
     224                                        const cmt_string& outdir = "",
     225                                        bool usecmt = true);
     226
    223227  static void build_default_makefile ();
     228
     229    // Build the packages (N)Make file
     230  static void build_packages_makefile (const cmt_string& package,
     231                                       const cmt_string& file = "");
    224232
    225233    // Build the dependencies for one module
Note: See TracChangeset for help on using the changeset viewer.