| Revision: | 267 |
| Committed: | Fri Jan 14 21:13:24 2005 UTC (20 years, 10 months ago) by gezelter |
| Original Path: | trunk/src/utils/Makefile.in |
| File size: | 430 byte(s) |
| Log Message: | moved Package variable into subdirectory makefiles to speed up the building process |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | gezelter | 267 | Package = utils |
| 2 | |||
| 3 | gezelter | 262 | 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 | |||
| 16 | LibObjs = @LIBOBJS@ | ||
| 17 | |||
| 18 | ifneq "$(words $(LibObjs))" "0" | ||
| 19 | Source = $(MySource) getopt.c getopt1.c | ||
| 20 | else | ||
| 21 | Source = $(MySource) | ||
| 22 | endif | ||
| 23 | |||
| 24 | RmiSource = | ||
| 25 | |||
| 26 | Main = | ||
| 27 | |||
| 28 | DEV_ROOT=../.. | ||
| 29 | include $(DEV_ROOT)/make/Makefile |