| Revision: | 1946 |
| Committed: | Fri Jan 14 20:09:26 2005 UTC (20 years, 9 months ago) by gezelter |
| File size: | 413 byte(s) |
| Log Message: | fixing for gnugetopt |
| # | Content |
|---|---|
| 1 | MySource = \ |
| 2 | definitions.F90 \ |
| 3 | fError.c \ |
| 4 | PropertyMap.cpp \ |
| 5 | oopseMPI.F90 \ |
| 6 | simError.c \ |
| 7 | status.F90 \ |
| 8 | StringUtils.cpp \ |
| 9 | vector_class.F90 \ |
| 10 | StringTokenizer.cpp \ |
| 11 | Utility.cpp \ |
| 12 | Trim.cpp |
| 13 | |
| 14 | LibObjs = @LIBOBJS@ |
| 15 | |
| 16 | ifneq "$(words $(LibObjs))" "0" |
| 17 | Source = $(MySource) getopt.c getopt1.c |
| 18 | else |
| 19 | Source = $(MySource) |
| 20 | endif |
| 21 | |
| 22 | RmiSource = |
| 23 | |
| 24 | Main = |
| 25 | |
| 26 | DEV_ROOT=../.. |
| 27 | include $(DEV_ROOT)/make/Makefile |