ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/Makefile.in
Revision: 1964
Committed: Wed Feb 2 23:12:01 2005 UTC (19 years, 5 months ago) by tim
File size: 444 byte(s)
Log Message:
adding boost::any

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
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