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