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 1984 by tim, Mon Feb 7 20:31:50 2005 UTC vs.
Revision 2081 by gezelter, Fri Mar 4 15:29:03 2005 UTC

# Line 56 | Line 56 | Applications = \
56          applications/oopse \
57          applications/dump2Xyz \
58          applications/simpleBuilder\
59 +        applications/staticProps \
60 +        applications/dynamicProps \
61  
62   Samples = \
63          samples/argon \
# Line 72 | Line 74 | IncludeDirs = \
74          samples/zcons \
75  
76   IncludeDirs = \
75        @SPRNG_INC_DIR@ \
77          @MPI_INC_DIR@
78  
79   LibraryDirs = \
79        @SPRNG_LIB_DIR@ \
80          @MPI_LIB_DIR@
81  
82   Libraries = \
83        @SPRNG_LIB@ \
83          @MPI_LIB@ \
84          @MPI_F90_LIB@
85  
# Line 625 | Line 624 | _cleanall :
624          $(Print) Done clean.    
625  
626   _cleanall :
627 <        $(Delete) $(ObjectFiles) $(ParallelObjectFiles)
627 >        $(Delete) \
628 >                $(ObjectFiles) \
629 >                $(ParallelObjectFiles) \
630 >                $(JarFile) \
631 >                $(SharedLibrary) \
632 >                $(StaticLibrary) \
633 >                $(ParallelSharedLibrary) \
634 >                $(ParallelStaticLibrary) \
635 >                $(CombinedStaticLib) \
636 >                $(CombinedParallelStaticLib)
637  
638   # make distclean
639   distclean : $(PackageListLoop)
640          $(Print) Done clean.    
641  
642 < _distcleanall :
643 <        $(Delete) $(ObjectFiles) \
636 <                  $(ParallelObjectFiles) \
637 <                        $(JarFile) \
638 <                  $(SharedLibrary) \
639 <                  $(StaticLibrary) \
640 <                  $(ParallelSharedLibrary) \
641 <                  $(ParallelStaticLibrary) \
642 <                  $(Executable) \
642 > _distcleanall : _cleanall
643 >        $(Delete) $(Executable) \
644                    $(ParallelExecutable) \
645                    $(DependencyFile)
646  
646
647   # make depend
648   depend : $(PackageListLoop)
649          $(Print) Done dependencies.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines