source:
GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental/Makefile
@
2162
Revision 2162, 211 bytes checked in by mattausch, 18 years ago (diff) |
---|
Line | |
---|---|
1 | example: 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 | |
8 | example.o: example.c libchash.h |
9 | libchash.o: libchash.c libchash.h |
Note: See TracBrowser
for help on using the repository browser.