Last change
on this file since 97 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:
783 bytes
|
Rev | Line | |
---|
[2] | 1 | CC = g++
|
---|
| 2 |
|
---|
| 3 | CompileParms = -c -Wall
|
---|
| 4 |
|
---|
| 5 | OBJS = showlist.o fiboqueue.o storelist.o leestekst.o standaard.o communiceer.o test2.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 | storelist.o: fiboqueue.h storelist.h storelist.cc
|
---|
| 17 | $(CC) $(CompileParms) storelist.cc
|
---|
| 18 |
|
---|
| 19 | standaard.o: standaard.h standaard.cc
|
---|
| 20 | $(CC) $(CompileParms) standaard.cc
|
---|
| 21 |
|
---|
| 22 | leestekst.o: leestekst.h leestekst.cc
|
---|
| 23 | $(CC) $(CompileParms) leestekst.cc
|
---|
| 24 |
|
---|
| 25 | communiceer.o: standaard.h leestekst.h communiceer.h communiceer.cc
|
---|
| 26 | $(CC) $(CompileParms) communiceer.cc
|
---|
| 27 |
|
---|
| 28 | test2.o: fiboqueue.h storelist.h standaard.h leestekst.h communiceer.h test2.cc
|
---|
| 29 | $(CC) $(CompileParms) test2.cc
|
---|
| 30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.