ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/utils/Makefile.in
Revision: 290
Committed: Fri Feb 4 22:42:12 2005 UTC (20 years, 5 months ago) by tim
Original Path: trunk/src/utils/Makefile.in
File size: 460 byte(s)
Log Message:
minor change in BitSet

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