-- Copyright (c), Digital Equipment Corporation, 1992, 1994. -- Redistribution and use in source and binary forms are permitted -- provided that the copyright notice as indicated in box below and -- this paragraph are duplicated in all such forms and that any documentation, -- advertising materials, and other materials related to such distribution -- and use acknowledge that the software was developed by Digital Equipment -- Corporation. The name of Digital Equipment Corporation may not be used to -- endorse or promote products derived from this software without the specific -- prior written permission. -- -- All other rights reserved. -- -- THIS SOFTWARE IS PROVIDED ''AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -- WARRANTIES, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF -- NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -- Digital assumes no responsibility AT ALL for the use or reliability -- of this software. -- -- +------------------------------------------------------------------------+ -- | USE, DUPLICATION OR DISCLOSURE BY THE U.S. GOVERNMENT IS SUBJECT TO | -- | RESTRICTIONS AS SET FORTH IN SUBPARAGRAPH (c) (1) (ii) OF | -- | DFARS 252.227-7013, OR IN FAR 52.227-14 ALT. II, AS APPLICABLE. | -- | | -- +------------------------------------------------------------------------+ -- package X_FOREIGN_BODIES is -- -- This file is used to associate the X and Motif packages with -- linker options that refer to the system X and Motif libraries. -- The X and Motif packages depend on this package. When this -- package is compiled into the DEC Ada predefined Ada library, -- the association between the X and Motif packages and the -- appropriate linker options is done by importing a "body" for -- this package, as follows: -- -- On DEC OSF/1 systems: -- -- % aimport -a '-lXm -lXt -lMrm -lX11' x_foreign_bodies -- -- On OpenVMS systems: -- -- $ ACS ENTER FOREIGN ADA$PREDEFINED:MOTIFBINDIBG_OPT.OPT X_FOREIGN_BODIES -- -- In the OpenVMS command, the file ADA$PREDEFINED:MOTIFBINDING_OPT.OPT -- contains linker directives. -- -- When the X or Motif application is linked, the "body" of -- X_FOREIGN_BODIES provides the appropriate linker options. -- -- NOTE: -- If you are using a system with X11R5/Motif 1.2 Installed, use -- ADA$EXAMPLES:MOTIFBINDX5M12_OPT.OPT instead. Using -- ADA$PREDEFINED:MOTIFBINDING_OPT.OPT may give you linking errors. -- end X_FOREIGN_BODIES;