ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/Makefile.in
Revision: 1996
Committed: Fri Feb 11 22:35:05 2005 UTC (19 years, 4 months ago) by tim
File size: 472 byte(s)
Log Message:
adding physmem

File Contents

# 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 physmem.c
18
19 LibObjs = @LIBOBJS@
20
21 ifneq "$(words $(LibObjs))" "0"
22 Source = $(MySource) getopt.c getopt1.c
23 else
24 Source = $(MySource)
25 endif
26
27 RmiSource =
28
29 Main =
30
31 DEV_ROOT=../..
32 include $(DEV_ROOT)/make/Makefile