| 427 |
|
-doctitle $(JavadocDocTitle) \ |
| 428 |
|
-header $(JavadocHeader) \ |
| 429 |
|
-bottom $(JavadocFooter) |
| 430 |
< |
WordCountOptions = --lines |
| 430 |
> |
WordCountOptions = -l |
| 431 |
|
|
| 432 |
|
Empty = |
| 433 |
|
Space = $(Empty) $(Empty) |
| 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)) |
| 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 |
|
|
| 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 : |