--- trunk/OOPSE-2.0/make/Makefile.in 2005/04/11 19:49:43 2159 +++ trunk/OOPSE-2.0/make/Makefile.in 2005/04/14 21:41:56 2199 @@ -51,14 +51,16 @@ PackageLibs = \ minimizers \ selection \ restraints \ + lattice \ #packages containing applications Applications = \ applications/oopse \ applications/dump2Xyz \ - applications/simpleBuilder\ applications/staticProps \ applications/dynamicProps \ + applications/simpleBuilder\ + applications/nanoRodBuilder \ Samples = \ samples/argon \ @@ -75,14 +77,17 @@ IncludeDirs = \ samples/zcons \ IncludeDirs = \ - @MPI_INC_DIR@ + @CGAL_INC_DIR@ \ + @MPI_INC_DIR@ LibraryDirs = \ + @CGAL_LIB_DIR@ \ @MPI_LIB_DIR@ Libraries = \ + @CGAL_LIBS@ \ @MPI_LIB@ \ - @MPI_F90_LIB@ + @MPI_F90_LIB@ OopseHome = @OOPSE_HOME@ ForceParamDir = $(OopseHome)/share/forceFields @@ -815,7 +820,7 @@ cvslog: #make cvslog cvslog: - $(DEV_ROOT)/scripts/cvs2cl.pl + $(DEV_ROOT)/scripts/cvs2cl # Execute _runexe :