2001-01-11 14:55:47 -05:00
|
|
|
/*=========================================================================
|
|
|
|
|
|
|
|
Program: Insight Segmentation & Registration Toolkit
|
|
|
|
Module: $RCSfile$
|
|
|
|
Language: C++
|
|
|
|
Date: $Date$
|
|
|
|
Version: $Revision$
|
|
|
|
|
|
|
|
|
|
|
|
Copyright (c) 2000 National Library of Medicine
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
See COPYRIGHT.txt for copyright details.
|
|
|
|
|
|
|
|
=========================================================================*/
|
2001-01-05 13:49:30 -05:00
|
|
|
#include "cmMakefileGenerator.h"
|
2001-01-05 11:41:20 -05:00
|
|
|
|
|
|
|
void cmMakefileGenerator::SetMakefile(cmMakefile* mf)
|
|
|
|
{
|
|
|
|
m_Makefile = mf;
|
|
|
|
}
|
|
|
|
|