home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-24 | 2.3 KB | 76 lines |
- XCOMM
- XCOMM $XConsortium: Imakefile,v 5.3 91/07/24 16:50:27 rws Exp $
- XCOMM
- XCOMM
- XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium
- XCOMM
- XCOMM All Rights Reserved
- XCOMM
- XCOMM Permission to use, copy, modify, and distribute this software and its
- XCOMM documentation for any purpose and without fee is hereby granted,
- XCOMM provided that the above copyright notice appear in all copies and that
- XCOMM both that copyright notice and this permission notice appear in
- XCOMM supporting documentation, and that the names of Sun Microsystems,
- XCOMM the X Consortium, and MIT not be used in advertising or publicity
- XCOMM pertaining to distribution of the software without specific, written
- XCOMM prior permission.
- XCOMM
- XCOMM SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- XCOMM INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- XCOMM EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- XCOMM CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
- XCOMM USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- XCOMM OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- XCOMM PERFORMANCE OF THIS SOFTWARE.
-
- #include <Server.tmpl>
-
- #ifndef PassCDebugFlags
- #define PassCDebugFlags
- #endif
-
- #ifndef PexDipexCDebugFlags
- #define PexDipexCDebugFlags ServerCDebugFlags
- #endif
-
- .SUFFIXES: .o .a
-
- RDR_STUBS = -DRENDER_CMDS
- ST_STUBS = -DSTORE_CMDS
-
- CDEBUGFLAGS = PexDipexCDebugFlags
- FONTDEFINES = -DPEX_DEFAULT_FONTPATH=\"$(FONTDIR)/PEX\"
- DEFINES = ExtensionDefines PexDipexDefines $(FONTDEFINES)
-
- LINTLIBS = ../../../../server/dix/llib-ldix.ln \
- ../../../../server/os/4.2bsd/llib-los.ln \
- ../ddpex/mi/level4/llib-ldp4.ln \
- ../ddpex/mi/shared/llib-ldps.ln \
- ../dipex/swap/llib-ldsw.ln \
- ../dipex/objects/llib-lobj.ln
-
- PEXSRVINC = ../include
- PEXINCLUDE = ../../../include/PEX
- DDPEXINCLUDE = ../ddpex/mi/include
- INCLUDES = -I. \
- -I$(PEXSRVINC) \
- -I$(PEXINCLUDE) \
- -I$(INCLUDESRC) \
- -I$(SERVERSRC)/include \
- -I$(DDPEXINCLUDE)
-
-
- SRCS = osPexFont.c
-
- OBJS = osPexFont.o
-
- PEX_OS_LIBNAME = libospex.a
-
- NormalLibraryObjectRule()
- NormalLibraryTarget(ospex,$(OBJS))
- LintLibraryTarget(osp,$(SRCS))
- NormalLintTarget($(SRCS))
-
- DependTarget()
-
-