| Revision: | 280 |
| Committed: | Wed Feb 2 23:12:01 2005 UTC (20 years, 9 months ago) by tim |
| Original Path: | trunk/src/utils/Makefile.in |
| File size: | 444 byte(s) |
| Log Message: | adding boost::any |
| # | 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 | |
| 17 | LibObjs = @LIBOBJS@ |
| 18 | |
| 19 | ifneq "$(words $(LibObjs))" "0" |
| 20 | Source = $(MySource) getopt.c getopt1.c |
| 21 | else |
| 22 | Source = $(MySource) |
| 23 | endif |
| 24 | |
| 25 | RmiSource = |
| 26 | |
| 27 | Main = |
| 28 | |
| 29 | DEV_ROOT=../.. |
| 30 | include $(DEV_ROOT)/make/Makefile |