1
1

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.
Этот коммит содержится в:
Josh Hursey 2005-04-13 02:35:52 +00:00
родитель b253023dbf
Коммит a283072b22
2 изменённых файлов: 1 добавлений и 9 удалений

Просмотреть файл

@ -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/'

Просмотреть файл

@ -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)