From a283072b221aa9a95cb221f408f8c2aed78a31af Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Wed, 13 Apr 2005 02:35:52 +0000 Subject: [PATCH] a couple of makefile changes for Windows, just to show how really broken the mca and tools directories are under Windows at the moment This commit was SVN r5290. --- src/mca/win_makefile | 8 -------- src/tools/win_makefile | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/mca/win_makefile b/src/mca/win_makefile index ed2c606dfa..85668519f6 100644 --- a/src/mca/win_makefile +++ b/src/mca/win_makefile @@ -30,11 +30,7 @@ installdir = ${topdir}/src/Debug/lib C_SUBDIRS = \ allocator/bucket \ coll/basic \ - llm/hostfile/src \ ns/proxy/src \ - pcmclient/env \ - pcmclient/seed \ - pcmclient/singleton \ topo/unity/src # list of components to build with the cpp compiler @@ -131,10 +127,6 @@ all: \ prebuild: @cp '${gen_base}/coll-basic-version.h' '${copy_base}/coll/basic/' @cp '${gen_base}/io-romio-version.h' '${copy_base}/io/romio/' - @cp '${gen_base}/pcmclient-env-version.h' '${copy_base}/pcmclient/env/' - @cp '${gen_base}/pcmclient-seed-version.h' '${copy_base}/pcmclient/seed/' - @cp '${gen_base}/pcmclient-singleton-version.h' '${copy_base}/pcmclient/singleton/' - @cp '${gen_base}/llm-hostfile-version.h' '${copy_base}/llm/hostfile/' @cp '${gen_base}/topo-unity-version.h' '${copy_base}/topo/unity/' diff --git a/src/tools/win_makefile b/src/tools/win_makefile index a014c0de14..c6861ba678 100644 --- a/src/tools/win_makefile +++ b/src/tools/win_makefile @@ -28,7 +28,7 @@ incdir = ${installdir}/include # list of components to build with the c compiler C_SUBDIRS = \ - ompid + orted # list of components to build with the cpp compiler # (because of the problem with OBJ_CLASS_INSTANCE)