ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/make/Makefile.in
(Generate patch)

Comparing trunk/OOPSE-3.0/make/Makefile.in (file contents):
Revision 2456 by gezelter, Fri Nov 18 17:50:17 2005 UTC vs.
Revision 2470 by tim, Fri Dec 2 15:38:25 2005 UTC

# Line 52 | Line 52 | PackageLibs = \
52          selection \
53          restraints \
54          lattice \
55 <        openbabel
56 <
55 >        openbabel\
56 >        antlr\
57 >        mdParser
58   #packages containing applications
59   Applications = \
60          applications/oopse \
# Line 420 | Line 421 | endif
421      InstallFiles             = $(Executable)
422    endif
423    InstallCommand           = $(InstallProgram)
424 +  ifneq "$(words $(LinkTargets))" "0"
425 +    MyLinkSource = $(patsubst %, $(MyInstallDir)/%,$(Main))
426 +    MyLinkTargets = $(patsubst %, $(MyInstallDir)/%,$(LinkTargets))
427 +  endif
428   endif
429  
430   ifneq "$(words $(ForcefieldFiles))" "0"
# Line 815 | Line 820 | _installlinks :  $(MyInstallDir)
820   endif      
821  
822   _installlinks :  $(MyInstallDir)
823 <        $(Print) $(LinkTargets)
819 < ifneq "$(words $(LinkTargets))" "0"
823 > ifneq "$(words $(MyLinkTargets))" "0"
824          @cd $(MyInstallDir)
825 <        $(foreach thisLink,$(LinkTargets),$(call do_link,$(Executable),$(thisLink)))
825 >        $(foreach thisLink,$(MyLinkTargets),$(call do_link,$(MyLinkSource),$(thisLink)))
826   endif      
827  
828   # make statistics

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines