| Revision: | 2 |
| Committed: | Fri Sep 24 04:16:43 2004 UTC (21 years, 2 months ago) by gezelter |
| Original Path: | trunk/Makefile |
| File size: | 375 byte(s) |
| Log Message: | Import of OOPSE v. 2.0 |
| # | Content |
|---|---|
| 1 | DEV_ROOT=/home/maul/gezelter/gezelter/OOPSE-1.0 |
| 2 | IS_UNIX=1 |
| 3 | |
| 4 | Packages = \ |
| 5 | applications \ |
| 6 | brains \ |
| 7 | constraints \ |
| 8 | integrators \ |
| 9 | io \ |
| 10 | math \ |
| 11 | minimizers \ |
| 12 | primitives \ |
| 13 | profiling \ |
| 14 | restraints \ |
| 15 | types \ |
| 16 | UseTheForce \ |
| 17 | utils \ |
| 18 | visitors \ |
| 19 | |
| 20 | IncludeDirs = \ |
| 21 | /usr/include |
| 22 | |
| 23 | LibraryDirs = \ |
| 24 | /usr/lib |
| 25 | |
| 26 | Libraries = \ |
| 27 | mpich |
| 28 | |
| 29 | include $(DEV_ROOT)/make/Makefile |