source: GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental/Makefile @ 2162

Revision 2162, 211 bytes checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

Line 
1example: example.o libchash.o
2        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
3
4.SUFFIXES: .c .o .h
5.c.o:
6        $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
7
8example.o: example.c libchash.h
9libchash.o: libchash.c libchash.h
Note: See TracBrowser for help on using the repository browser.