ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/make/Makefile.in
(Generate patch)

Comparing trunk/make/Makefile.in (file contents):
Revision 1157 by gezelter, Thu Jul 12 17:08:14 2007 UTC vs.
Revision 1167 by gezelter, Fri Jul 13 14:20:08 2007 UTC

# Line 115 | Line 115 | OopseHome       = @OOPSE_HOME@
115          @ZLIB@
116  
117   OopseHome       = @OOPSE_HOME@
118 < ForceParamDir   = $(OopseHome)/share/forceFields
119 < SampleSimDir    = $(OopseHome)/share/samples
118 > ForceParamDir   = $(OopseHome)/forceFields
119 > SampleSimDir    = $(OopseHome)/samples
120   InstallBinDir   = $(OopseHome)/bin
121   DocDir          = $(OopseHome)/doc
122   FrcDeclare      = -DFRC_PATH="$(ForceParamDir)"
# Line 448 | Line 448 | ifneq "$(words $(ScriptFiles))" "0"
448    MyInstallDir             = $(InstallBinDir)
449    InstallFiles             = $(ScriptFiles)
450    InstallCommand           = $(InstallProgram)
451 + endif
452 +
453 + ifneq "$(words $(DocFiles))" "0"
454 +  MyInstallDir             = $(InstallDocDir)
455 +  InstallFiles             = $(DocFiles)
456 +  InstallCommand           = $(InstallData)
457   endif
458  
459 + ifneq "$(words $(RootFiles))" "0"
460 +  MyInstallDir             = $(OopseHome)
461 +  InstallFiles             = $(RootFiles)
462 +  InstallCommand           = $(InstallData)
463 + endif
464 +
465   ifneq "$(words $(Main))" "0"
466    MyInstallDir             = $(InstallBinDir)
467    ifeq "$(UseMPI)" "yes"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines