ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/Makefile
Revision: 1941
Committed: Thu Jan 13 22:14:44 2005 UTC (19 years, 5 months ago) by gezelter
File size: 359 byte(s)
Log Message:
compile getopt and getopt1 if we need to

File Contents

# Content
1 Source = \
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 ifneq "$(words $(LIBOBJS))" "0"
15 Source = $(Source) getopt.c getopt1.c
16 endif
17
18 RmiSource =
19
20 Main =
21
22 DEV_ROOT=../..
23 include $(DEV_ROOT)/make/Makefile