Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
36
cde/osf/xmbind/Imakefile
Normal file
36
cde/osf/xmbind/Imakefile
Normal file
@@ -0,0 +1,36 @@
|
||||
XCOMM
|
||||
XCOMM @OSF_COPYRIGHT@
|
||||
XCOMM COPYRIGHT NOTICE
|
||||
XCOMM Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
|
||||
XCOMM ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
|
||||
XCOMM the full copyright text.
|
||||
XCOMM
|
||||
XCOMM
|
||||
XCOMM HISTORY
|
||||
XCOMM
|
||||
XCOMM $XConsortium: Imakefile /main/8 1995/07/14 09:39:48 drk $
|
||||
|
||||
#ifdef CdeImake
|
||||
|
||||
# ifdef USLArchitecture
|
||||
# if HasSharedLibraries
|
||||
EXTRA_LOAD_FLAGS = -z nodefs
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#endif /* CdeImake */
|
||||
|
||||
INCLUDES = -I. -I$(INCLUDESRC) -I$(MINCLUDESRC)
|
||||
DEPLIBS1 = XmClientDepLibs
|
||||
LOCAL_LIBRARIES = XmClientLibs
|
||||
|
||||
SRCS1= xmbind.c
|
||||
|
||||
OBJS1= xmbind.o
|
||||
|
||||
PROGRAMS = xmbind
|
||||
|
||||
NormalLibraryObjectRule()
|
||||
|
||||
MComplexProgramTarget_1(xmbind,$(LOCAL_LIBRARIES),NullParameter)
|
||||
|
||||
Reference in New Issue
Block a user