| Revision: | 460 |
| Committed: | Mon Apr 11 16:14:05 2005 UTC (20 years, 7 months ago) by gezelter |
| Original Path: | trunk/src/utils/Makefile.in |
| File size: | 552 byte(s) |
| Log Message: | added some stuff to clean out module files during "make clean" |
| # | 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 | wildcards.cpp\ |
| 17 | residentMem.c\ |
| 18 | physmem.c |
| 19 | |
| 20 | LibObjs = @LIBOBJS@ |
| 21 | |
| 22 | ifneq "$(words $(LibObjs))" "0" |
| 23 | Source = $(MySource) getopt.c getopt1.c |
| 24 | else |
| 25 | Source = $(MySource) |
| 26 | endif |
| 27 | |
| 28 | Modules = \ |
| 29 | definitions \ |
| 30 | oopseMPI \ |
| 31 | status \ |
| 32 | Vector_class |
| 33 | |
| 34 | RmiSource = |
| 35 | |
| 36 | Main = |
| 37 | |
| 38 | DEV_ROOT=../.. |
| 39 | include $(DEV_ROOT)/make/Makefile |