Blame clients/xmbind/Imakefile

Packit b099d7
XCOMM 
Packit b099d7
XCOMM Motif
Packit b099d7
XCOMM
Packit b099d7
XCOMM Copyright (c) 1987-2012, The Open Group. All rights reserved.
Packit b099d7
XCOMM
Packit b099d7
XCOMM These libraries and programs are free software; you can
Packit b099d7
XCOMM redistribute them and/or modify them under the terms of the GNU
Packit b099d7
XCOMM Lesser General Public License as published by the Free Software
Packit b099d7
XCOMM Foundation; either version 2 of the License, or (at your option)
Packit b099d7
XCOMM any later version.
Packit b099d7
XCOMM
Packit b099d7
XCOMM These libraries and programs are distributed in the hope that
Packit b099d7
XCOMM they will be useful, but WITHOUT ANY WARRANTY; without even the
Packit b099d7
XCOMM implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Packit b099d7
XCOMM PURPOSE. See the GNU Lesser General Public License for more
Packit b099d7
XCOMM details.
Packit b099d7
XCOMM
Packit b099d7
XCOMM You should have received a copy of the GNU Lesser General Public
Packit b099d7
XCOMM License along with these librararies and programs; if not, write
Packit b099d7
XCOMM to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
Packit b099d7
XCOMM Floor, Boston, MA 02110-1301 USA
Packit b099d7
XCOMM 
Packit b099d7
XCOMM 
Packit b099d7
XCOMM HISTORY
Packit b099d7
XCOMM 
Packit b099d7
XCOMM   $XConsortium: Imakefile /main/8 1995/07/14 09:39:48 drk $
Packit b099d7
Packit b099d7
#ifdef CdeImake
Packit b099d7
Packit b099d7
# ifdef USLArchitecture
Packit b099d7
#  if HasSharedLibraries
Packit b099d7
EXTRA_LOAD_FLAGS = -z nodefs
Packit b099d7
#  endif
Packit b099d7
# endif
Packit b099d7
Packit b099d7
#endif /* CdeImake */
Packit b099d7
Packit b099d7
INCLUDES = -I. -I$(INCLUDESRC) -I$(MINCLUDESRC)
Packit b099d7
       DEPLIBS1 = XmClientDepLibs
Packit b099d7
LOCAL_LIBRARIES = XmClientLibs
Packit b099d7
Packit b099d7
SRCS1=	xmbind.c
Packit b099d7
Packit b099d7
OBJS1=	xmbind.o
Packit b099d7
Packit b099d7
PROGRAMS = xmbind
Packit b099d7
Packit b099d7
NormalLibraryObjectRule()
Packit b099d7
Packit b099d7
MComplexProgramTarget_1(xmbind,$(LOCAL_LIBRARIES),NullParameter)
Packit b099d7