ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/utils/Makefile.in
Revision: 341
Committed: Tue Feb 15 05:08:57 2005 UTC (20 years, 5 months ago) by gezelter
Original Path: trunk/src/utils/Makefile.in
File size: 488 byte(s)
Log Message:
added residentMem

File Contents

# User Rev Content
1 gezelter 267 Package = utils
2    
3 gezelter 262 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 tim 280 Trim.cpp \
15 tim 290 BitSet.cpp\
16 tim 312 wildcards.cpp\
17 gezelter 341 residentMem.c\
18 tim 312 physmem.c
19 gezelter 262
20     LibObjs = @LIBOBJS@
21    
22     ifneq "$(words $(LibObjs))" "0"
23     Source = $(MySource) getopt.c getopt1.c
24     else
25     Source = $(MySource)
26     endif
27    
28     RmiSource =
29    
30     Main =
31    
32     DEV_ROOT=../..
33     include $(DEV_ROOT)/make/Makefile