ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/Makefile.in
Revision: 1946
Committed: Fri Jan 14 20:09:26 2005 UTC (19 years, 5 months ago) by gezelter
File size: 413 byte(s)
Log Message:
fixing for gnugetopt

File Contents

# User Rev Content
1 gezelter 1946 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