ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Tree-M/GiST/Makefile
(Generate patch)

Comparing Tree-M/GiST/Makefile (file contents):
Revision 1.3 by root, Wed May 23 02:11:14 2001 UTC vs.
Revision 1.4 by root, Sun May 27 13:40:58 2001 UTC

1LIBRARY = libGiST.a 1LIBRARY = libGiST.a
2 2
3SRCS = GiSTnode.cpp GiST.cpp GiSTfile.cpp GiSTpredicate.cpp GiSTcursor.cpp 3SRCS = GiSTnode.cpp GiST.cpp GiSTfile.cpp GiSTpredicate.cpp GiSTcursor.cpp
4 4
5OBJS = $(SRCS:.cpp=.o) 5OBJS = GiSTnode.o GiST.o GiSTfile.o GiSTpredicate.o GiSTcursor.o
6 6
7DEST = . 7DEST = .
8 8
9CPP = $(CXX) -fpic 9CPP = $(CXX) -fpic
10 10
14 14
15LINKER = $(LD) 15LINKER = $(LD)
16 16
17LDFLAGS = #-L/home/users/patella/pub/libg++-2.7.1/ 17LDFLAGS = #-L/home/users/patella/pub/libg++-2.7.1/
18 18
19%.o: %.cpp 19.SUFFIXES: .cpp
20
21.cpp.o:
20 $(CPP) -c $(CFLAGS) $(OPTIMIZE) $(DEFINES) $(INCS) $*.cpp 22 $(CPP) -c $(CFLAGS) $(OPTIMIZE) $(DEFINES) $(INCS) $<
21 23
22$(LIBRARY): $(OBJS) 24$(LIBRARY): $(OBJS)
23 rm -f $(LIBRARY) 25 rm -f $(LIBRARY)
24 ar r $(LIBRARY) $(OBJS) 26 ar r $(LIBRARY) $(OBJS)
25 ranlib $(LIBRARY) 27 ranlib $(LIBRARY)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines