]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | # |
2 | # File: makefile.unx | |
3 | # Author: Julian Smart | |
a4294b78 | 4 | # Created: 1998 |
c801d85f | 5 | # Updated: |
a4294b78 | 6 | # Copyright: (c) 1998 Julian Smart |
c801d85f KB |
7 | # |
8 | # "%W% %G%" | |
9 | # | |
10 | # Makefile for mdi example (UNIX). | |
11 | ||
a8efa9e3 RR |
12 | top_srcdir = @top_srcdir@ |
13 | top_builddir = ../.. | |
14 | ||
a4294b78 | 15 | PROGRAM=mdi |
c801d85f | 16 | |
a4294b78 | 17 | OBJECTS=$(PROGRAM).o |
c801d85f | 18 | |
a4294b78 | 19 | include ../../src/makeprog.env |
c801d85f | 20 |