home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-22 | 2.1 KB | 62 lines |
- XCOMM
- XCOMM $XConsortium: Imakefile,v 5.11 91/07/22 23:14:21 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 <Library.tmpl>
-
- #ifndef PexPhigsCDebugFlags
- #define PexPhigsCDebugFlags LibraryCDebugFlags
- #endif
-
- CCOPTIONS = PexCCOptions
- CDEBUGFLAGS = PexPhigsCDebugFlags
- DEFINES = PexPhigsDefines
-
- CSRCS = pex_util.c pex_info.c pex_lut.c pex_pipe.c pex_rend.c \
- pex_stru.c pex_ns.c pex_srch.c pex_ws.c pex_pick.c pex_font.c
-
- OBJS = pex_util.o pex_info.o pex_lut.o pex_pipe.o pex_rend.o \
- pex_stru.o pex_ns.o pex_srch.o pex_ws.o pex_pick.o pex_font.o
-
- HSRCS = pex_priv.h pex_md.h
- SRCS = $(CSRCS) $(HSRCS)
-
- PEXAPIINC = -I../include
- PEXINCLUDE = -I../../../include/PEX
- INCLUDES = $(PEXAPIINC) $(PEXINCLUDE) -I../../../../X11
-
- LINTLIBS =
-
- SubdirLibraryRule($(OBJS))
-
- NormalLintTarget($(CSRCS))
-
- LintLibraryTarget(pex,$(CSRCS))
-
- #ifdef HPArchitecture
- SpecialObjectRule(hpext.o, $(IRULESRC)/$(MACROFILE), $(EXT_DEFINES))
- #endif
-
- DependTarget()
-