home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-19 | 2.3 KB | 91 lines |
- XCOMM
- XCOMM $XConsortium: Imakefile,v 5.15 91/07/19 19:49:52 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>
-
- #define PassCDebugFlags
-
- #ifndef PexPhigsCDebugFlags
- #define PexPhigsCDebugFlags LibraryCDebugFlags
- #endif
-
- INSTALLFLAGS = $(INSTINCFLAGS)
- CCOPTIONS = PexCCOptions
- CDEBUGFLAGS = PexPhigsCDebugFlags
- DEFINES = PexPhigsDefines
-
- HDRS = \
- alloc.h \
- ar.h \
- assure.h \
- attr.h \
- cp.h \
- cpx.h \
- cpa.h \
- cpb.h \
- cp_ops.h \
- css.h \
- err.h \
- errnum.h \
- mat_utils.h \
- phg.h \
- phg_dt.h \
- phgargs.h \
- phgretdata.h \
- phgtype.h \
- phigs.h \
- phigsextrn.h \
- phigspex.h \
- phigscfunc.h \
- phigserr.h \
- psl.h \
- sin.h \
- sin_q.h \
- util.h \
- version.h \
- ws.h \
- ws_inp.h \
- ws_type.h \
- PEXtempl.h
-
- PEXAPIINC = -I../include
- PEXINCLUDE = -I../../../include/PEX
- INCLUDES = $(PEXAPIINC) $(PEXINCLUDE) -I../../../../X11
-
- CLIENTHEADERS = phigs.h attr.h phigscfunc.h phigsextrn.h phigserr.h errnum.h
-
- all::
-
- BuildIncludes($(CLIENTHEADERS),phigs,..)
- InstallMultiple($(CLIENTHEADERS),$(INCDIR)/phigs)
-
- lint lint-x:
- @echo "no include lint needed"
-
- lintlib:
- @echo "no include lint library"
-
- depend::
-