source: trunk/third/x3270/Makefile.athena @ 9567

Revision 9567, 295 bytes checked in by ghudson, 27 years ago (diff)
Pass CONFIGDIR to X imake templates instead of SRCDIR.
Line 
1# $Id: Makefile.athena,v 1.3 1997-01-30 22:29:34 ghudson Exp $
2
3SHELL=/bin/sh
4
5prepare:
6        imake "-I$$XCONFIGDIR" -DUseInstalled "-DCONFIGDIR=$$XCONFIGDIR"
7        ${MAKE} Makefiles
8
9clean:
10        ${MAKE} clean
11
12all:
13        ${MAKE} includes depend all
14
15check:
16
17install:
18        ${MAKE} install install.man "DESTDIR=$$SRVD"
Note: See TracBrowser for help on using the repository browser.