--- trunk/OOPSE-2.0/Makefile 2004/09/24 04:16:43 1490 +++ trunk/OOPSE-2.0/Makefile 2004/10/01 21:22:27 1516 @@ -1,29 +1,11 @@ -DEV_ROOT=/home/maul/gezelter/gezelter/OOPSE-1.0 -IS_UNIX=1 +DEV_ROOT=. -Packages = \ - applications \ - brains \ - constraints \ - integrators \ - io \ - math \ - minimizers \ - primitives \ - profiling \ - restraints \ - types \ - UseTheForce \ - utils \ - visitors \ +-include make/Makefile -IncludeDirs = \ - /usr/include - -LibraryDirs = \ - /usr/lib +make/Makefile : make/Makefile.in configure + @echo + @echo 'Please run (or re-run) configure' + @echo + @exit 1 -Libraries = \ - mpich -include $(DEV_ROOT)/make/Makefile