| Revision: | 936 |
| Committed: | Sat Apr 15 21:58:08 2006 UTC (19 years, 7 months ago) by chrisfen |
| Original Path: | trunk/src/utils/Makefile.in |
| File size: | 597 byte(s) |
| Log Message: | Since status.F90 is used by interpolation.F90, the former needs to be listed above the later in the Makefile. |
| # | Content |
|---|---|
| 1 | Package = utils |
| 2 | |
| 3 | MySource = \ |
| 4 | definitions.F90 \ |
| 5 | status.F90 \ |
| 6 | interpolation.F90 \ |
| 7 | fError.c \ |
| 8 | PropertyMap.cpp \ |
| 9 | oopseMPI.F90 \ |
| 10 | simError.c \ |
| 11 | StringUtils.cpp \ |
| 12 | vector_class.F90 \ |
| 13 | StringTokenizer.cpp \ |
| 14 | Utility.cpp \ |
| 15 | Trim.cpp \ |
| 16 | OOPSEBitSet.cpp \ |
| 17 | MoLocator.cpp \ |
| 18 | wildcards.cpp \ |
| 19 | residentMem.c\ |
| 20 | physmem.c |
| 21 | |
| 22 | LibObjs = @LIBOBJS@ |
| 23 | |
| 24 | ifneq "$(words $(LibObjs))" "0" |
| 25 | Source = $(MySource) getopt.c getopt1.c |
| 26 | else |
| 27 | Source = $(MySource) |
| 28 | endif |
| 29 | |
| 30 | Modules = \ |
| 31 | definitions \ |
| 32 | oopseMPI \ |
| 33 | status \ |
| 34 | Vector_class |
| 35 | |
| 36 | RmiSource = |
| 37 | |
| 38 | Main = |
| 39 | |
| 40 | DEV_ROOT=../.. |
| 41 | include $(DEV_ROOT)/make/Makefile |