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

Comparing trunk/make/Makefile.in (file contents):
Revision 964 by tim, Fri May 19 15:11:27 2006 UTC vs.
Revision 1012 by gezelter, Wed Jul 26 21:00:44 2006 UTC

# Line 67 | Line 67 | Applications = \
67          applications/nanoRodBuilder \
68          applications/nanoparticleBuilder \
69          applications/atom2mdin \
70 <        applications/hydrodynamics
70 >        applications/hydrodynamics \
71 >        applications/utilities
72  
73  
74   Samples = \
# Line 445 | Line 446 | endif
446    InstallCommand           = $(InstallData)
447   endif
448  
449 + ifneq "$(words $(ScriptFiles))" "0"
450 +  MyInstallDir             = $(InstallBinDir)
451 +  InstallFiles             = $(ScriptFiles)
452 +  InstallCommand           = $(InstallProgram)
453 + endif
454 +
455   ifneq "$(words $(Main))" "0"
456    MyInstallDir             = $(InstallBinDir)
457    ifeq "$(UseMPI)" "yes"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines