home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-22 | 2.6 KB | 74 lines |
- XCOMM
- XCOMM $XConsortium: Imakefile,v 5.15 91/07/22 23:09:04 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 = cp_util.c cp_ccom.c cp_rcom.c cp_inp.c psl.c \
- cpx_clnt.c cpx_util.c cpx_css.c cpx_ws.c cpx_ar.c cpx_misc.c cpx_pm.c \
- cpa_clnt.c cpa_util.c cpa_css.c cpa_ws.c cpa_pm.c \
- cpb_clnt.c cpb_util.c cpb_css.c cpb_ws.c cpb_pm.c \
- cpm_xevnt.c cpm_tlkt.c
-
- OBJS = cp_util.o cp_ccom.o cp_rcom.o cp_inp.o psl.o \
- cpx_clnt.o cpx_util.o cpx_css.o cpx_ws.o cpx_ar.o cpx_misc.o cpx_pm.o \
- cpa_clnt.o cpa_util.o cpa_css.o cpa_ws.o cpa_pm.o \
- cpb_clnt.o cpb_util.o cpb_css.o cpb_ws.o cpb_pm.o \
- cpm_xevnt.o cpm_tlkt.o
-
- SRCS = $(CSRCS) phigsmon.c
-
- MONDEPLIBS = ../libphigs.a XawClientDepLibs
- MONLIBS = ../libphigs.a XawClientLibs
- SYSLIBS = -lm
-
- PEXAPIINC = -I../include
- PEXINCLUDE = -I../../../include/PEX
- INCLUDES = $(PEXAPIINC) $(PEXINCLUDE) -I../../../../X11
-
- LINTLIBS = ../util/llib-lut.ln ../error/llib-lerr.ln ../pex/llib-lpex.ln \
- ../ws_type/llib-lwst.ln ../ws/llib-lws.ln ../input/llib-linp.ln
-
- SubdirLibraryRule($(OBJS))
-
- NormalProgramTarget(phigsmon,phigsmon.o,$(MONDEPLIBS),$(MONLIBS),$(SYSLIBS))
-
- NormalLintTarget($(CSRCS))
-
- LintLibraryTarget(cp,$(CSRCS))
-
- #ifdef HPArchitecture
- SpecialObjectRule(hpext.o, $(IRULESRC)/$(MACROFILE), $(EXT_DEFINES))
- #endif
-
- DependTarget()
-