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 1396 by gezelter, Sat Dec 5 02:57:05 2009 UTC vs.
Revision 1397 by gezelter, Mon Dec 7 22:11:59 2009 UTC

# Line 427 | Line 427 | JavadocOptions         = -d $(DocDir) \
427                           -doctitle $(JavadocDocTitle) \
428                           -header $(JavadocHeader) \
429                           -bottom $(JavadocFooter)
430 < WordCountOptions       = --lines
430 > WordCountOptions       = -l
431  
432   Empty                  =
433   Space                  = $(Empty) $(Empty)
# Line 487 | Line 487 | else
487   ifeq "$(words $(InstallFiles))" "0"
488    InstallList            =
489   else
490 <  InstallList            = $(patsubst %,$(DEV_ROOT)/%,$(Samples)) $(DEV_ROOT)/forceFields $(DocDir) $(DEV_ROOT) $(patsubst %, $(SourceDir)/%,$(Applications))
490 >  InstallList            = $(patsubst %,$(DEV_ROOT)/%,$(Samples)) $(DEV_ROOT)/forceFields $(DocDir) $(patsubst %, $(SourceDir)/%,$(Applications)) $(DEV_ROOT)
491   endif
492  
493   InstallListLoop          = $(patsubst %,$(SourceDir)/%/.install,$(PackageList))  $(patsubst %,%/.install,$(InstallList))
# Line 866 | Line 866 | jarsign : $(JarFile)
866   %.install :
867          @$(MAKE) $(MakeOptions) -C $(subst .install,,$@) _installall    
868  
869 + .install :
870 +        @$(MAKE) $(MakeOptions) _installall    
871 +
872   install : $(InstallListLoop)
873          $(Print) Done Install
874  
# Line 902 | Line 905 | statistics : $(PackageListLoop)
905   #
906   #pure : $(Executable).pure
907  
908 < #make cvslog
909 < cvslog:
910 <        $(DEV_ROOT)/scripts/cvs2cl
908 > #make ChangeLog
909 > ChangeLog:
910 >        $(DEV_ROOT)/scripts/svn2cl
911  
912   # Execute
913   _runexe :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines