| Revision: | 483 |
| Committed: | Tue Apr 12 21:28:07 2005 UTC (20 years, 7 months ago) by gezelter |
| Original Path: | trunk/src/utils/Makefile.in |
| File size: | 571 byte(s) |
| Log Message: | cleaned up vector_class memory leak fix by deallocating in reverse order of how we allocated. Also migrated MoLocator into utils directory |
| # | Content |
|---|---|
| 1 | Package = utils |
| 2 | |
| 3 | MySource = \ |
| 4 | definitions.F90 \ |
| 5 | fError.c \ |
| 6 | PropertyMap.cpp \ |
| 7 | oopseMPI.F90 \ |
| 8 | simError.c \ |
| 9 | status.F90 \ |
| 10 | StringUtils.cpp \ |
| 11 | vector_class.F90 \ |
| 12 | StringTokenizer.cpp \ |
| 13 | Utility.cpp \ |
| 14 | Trim.cpp \ |
| 15 | BitSet.cpp \ |
| 16 | MoLocator.cpp \ |
| 17 | wildcards.cpp \ |
| 18 | residentMem.c\ |
| 19 | physmem.c |
| 20 | |
| 21 | LibObjs = @LIBOBJS@ |
| 22 | |
| 23 | ifneq "$(words $(LibObjs))" "0" |
| 24 | Source = $(MySource) getopt.c getopt1.c |
| 25 | else |
| 26 | Source = $(MySource) |
| 27 | endif |
| 28 | |
| 29 | Modules = \ |
| 30 | definitions \ |
| 31 | oopseMPI \ |
| 32 | status \ |
| 33 | Vector_class |
| 34 | |
| 35 | RmiSource = |
| 36 | |
| 37 | Main = |
| 38 | |
| 39 | DEV_ROOT=../.. |
| 40 | include $(DEV_ROOT)/make/Makefile |