Last change
on this file since 2 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
File size:
331 bytes
|
Line | |
---|
1 | CC = g++
|
---|
2 |
|
---|
3 | CompileParms = -c -Wall
|
---|
4 |
|
---|
5 | OBJS = showlist.o fiboqueue.o test.o
|
---|
6 |
|
---|
7 | Opdr: $(OBJS)
|
---|
8 | $(CC) -o Test $(OBJS)
|
---|
9 |
|
---|
10 | showlist.o: showlist.h showlist.cc
|
---|
11 | $(CC) $(CompileParms) showlist.cc
|
---|
12 |
|
---|
13 | fiboqueue.o: showlist.h fiboqueue.h fiboqueue.cc
|
---|
14 | $(CC) $(CompileParms) fiboqueue.cc
|
---|
15 |
|
---|
16 | test.o: fiboqueue.h test.cc
|
---|
17 | $(CC) $(CompileParms) test.cc
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.