]>
Commit | Line | Data |
---|---|---|
457814b5 JS |
1 | # |
2 | # File: makefile.unx | |
3 | # Author: Julian Smart | |
e3a43801 | 4 | # Created: 1998 |
457814b5 | 5 | # Updated: |
e3a43801 | 6 | # Copyright: (c) 1998 Julian Smart |
457814b5 JS |
7 | # |
8 | # "%W% %G%" | |
9 | # | |
e3a43801 | 10 | # Makefile for Dialog Editor (Unix) |
457814b5 | 11 | |
e3a43801 | 12 | PROGRAM=dialoged |
457814b5 | 13 | |
e3a43801 JS |
14 | OBJECTS = dialoged.o reseditr.o dlghndlr.o reswrite.o\ |
15 | winprop.o edtree.o edlist.o symbtabl.o winstyle.o | |
457814b5 | 16 | |
e3a43801 | 17 | include ../../../src/makeprog.env |
457814b5 | 18 |