--- trunk/OOPSE-3.0/make/Makefile.in 2004/12/20 20:50:56 1899 +++ trunk/OOPSE-3.0/make/Makefile.in 2005/01/12 22:41:40 1930 @@ -38,24 +38,23 @@ PackageLibs = \ #packages containing libraries PackageLibs = \ utils \ + visitors \ math \ types \ primitives \ - visitors \ UseTheForce/DarkSide \ UseTheForce \ brains \ io \ + integrators\ constraints \ - profiling \ - restraints \ minimizers \ #packages containing applications Applications = \ applications/oopse \ applications/dump2Xyz \ - applications/simpleBuilder + applications/simpleBuilder\ Samples = \ samples/argon \ @@ -246,7 +245,7 @@ Move = mv # #--------------------------------------------------------------------------- Print = @echo -Move = mv +Move = mv -f Copy = cp CCompiler = @CC@ CppCompiler = @CXX@ @@ -420,15 +419,15 @@ $(PackageTargetDir)/%.o : %.F90 # .F90 -> .o $(PackageTargetDir)/%.o : %.F90 $(F90Compiler) $(F90Options) $(IncludePath) -c $< -o $@ - if test -n "`ls *.$(ModSuffix)`"; then\ - $(Move) -f "`ls *.$(ModSuffix)`" $(PackageTargetDir);\ - fi + if test -n "`ls *.$(ModSuffix)`"; then \ + $(Move) `ls *.$(ModSuffix)` $(PackageTargetDir);\ + fi $(PackageParallelTargetDir)/%.o : %.F90 $(F90Compiler) $(F90ParallelOptions) $(IncludePath) -c $< -o $@ - if test -n "`ls *.$(ModSuffix)`"; then\ - $(Move) -f "`ls *.$(ModSuffix)`" $(PackageTargetDir);\ - fi + if test -n "`ls *.$(ModSuffix)`"; then \ + $(Move) "`ls *.$(ModSuffix)`" $(PackageParallelTargetDir);\ + fi ifeq "$(UseMPI)" "yes" %.o : %.F90 @@ -717,7 +716,7 @@ endif ifneq "$(words $(InstallFiles))" "0" $(InstallData) $(InstallFiles) $(MyInstallDir) endif - + # make statistics _statisticsall : @$(Print) $(patsubst %,$(CurrentDir)/%,$(SourceFiles)) >> $(DEV_ROOT)/files.tmp