source: trunk/athena/bin/session/Imakefile @ 10208

Revision 10208, 510 bytes checked in by cfields, 27 years ago (diff)
Use appropriate mechanism for linking X11, so that it shows up after the object file.
Line 
1#
2# $Id: Imakefile,v 1.7 1997-06-29 00:31:41 cfields Exp $
3#
4
5SCRIPT=  end_session
6
7#ifdef sgi
8DEFINES=-DSGISession
9MACHLIBS=-lX11
10#endif
11
12/* Current directory C programs */
13SimpleProgram(session_gate,session_gate.o,$(MACHLIBS),$(ATHBINDIR))
14
15/* SPECIAL rules */
16all::   ${SPECIAL}
17
18install:: install.man
19
20/* Install */
21create_dir($(ATHBINDIR))
22
23install::
24        install -c -m 755 end_session.sh ${DESTDIR}${ATHBINDIR}/end_session
25
26install_man(end_session.1,end_session.1)
27install_man(session_gate.1,session_gate.1)
28
Note: See TracBrowser for help on using the repository browser.