source: trunk/third/motif/config/NetBSDLib.tmpl @ 12423

Revision 12423, 598 bytes checked in by ghudson, 26 years ago (diff)
Linux and NetBSD support, from source-sipb.
Line 
1XCOMM $Id: NetBSDLib.tmpl,v 1.1 1999-01-30 03:43:16 ghudson Exp $
2
3/* NetBSD shared library template. */
4
5     SHLIBLDFLAGS = SharedLibraryLoadFlags
6         PICFLAGS = PositionIndependentCFlags
7
8/* As far as X libraries are concerned, we are always UseInstalled (we
9 * don't have sources for X libraries here) and we don't care about
10 * dependencies. */
11     EXTENSIONLIB = -lXext
12             XLIB = -lXext -lX11
13          OLDXLIB = -loldX
14           XMULIB = -lXmu
15         XTOOLLIB = -lXt
16           XAWLIB = -lXaw
17            XILIB = -lXi
18         XTESTLIB = -lXtst
19           PEXLIB = -lPEX5
Note: See TracBrowser for help on using the repository browser.