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.1 by root, Sun May 6 00:45:52 2001 UTC vs.
Revision 1.2 by root, Sun May 6 03:30:18 2001 UTC

4 4
5OBJS = $(SRCS:.cpp=.o) 5OBJS = $(SRCS:.cpp=.o)
6 6
7DEST = . 7DEST = .
8 8
9CPP = g++ -Os -fpic 9CPP = $(CXX) -fpic
10 10
11DEFINES = -DUNIX 11DEFINES = -DUNIX
12 12
13INCS = 13INCS =
14 14
15LINKER = g++ 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%.o: %.cpp
20 $(CPP) -c $(CFLAGS) $(DEFINES) $(INCS) $*.cpp 20 $(CPP) -c $(CFLAGS) $(OPTIMIZE) $(DEFINES) $(INCS) $*.cpp
21 21
22$(LIBRARY): .depend $(OBJS) 22$(LIBRARY): .depend $(OBJS)
23 rm -f $(LIBRARY) 23 rm -f $(LIBRARY)
24 ar r $(LIBRARY) $(OBJS) 24 ar r $(LIBRARY) $(OBJS)
25 ranlib $(LIBRARY) 25 ranlib $(LIBRARY)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines