]>
Commit | Line | Data |
---|---|---|
07a9af32 RL |
1 | # Purpose: makefile for treelay example (UNIX). |
2 | # Created: 2000-03-15 | |
babc9758 JS |
3 | |
4 | top_srcdir = @top_srcdir@/.. | |
5 | top_builddir = ../.. | |
07a9af32 | 6 | program_dir = samples/treelay |
babc9758 | 7 | |
07a9af32 | 8 | PROGRAM=treelay |
babc9758 | 9 | |
721a4a08 GD |
10 | OBJECTS =$(PROGRAM).o |
11 | DEPFILES=$(PROGRAM).d | |
babc9758 JS |
12 | |
13 | include ../../src/makeprog.env | |
14 | ||
721a4a08 | 15 | -include $(DEPFILES) |