home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / doc / extensions / PEX / SI / Imakefile < prev    next >
Encoding:
Makefile  |  1991-07-24  |  1.9 KB  |  47 lines

  1. XCOMM
  2. XCOMM $XConsortium: Imakefile,v 5.4 91/07/24 16:23:30 rws Exp $
  3. XCOMM 
  4. XCOMM Copyright (c) 1989,1990, 1991 by Sun Microsystems, Inc. and the X Consortium.
  5. XCOMM 
  6. XCOMM             All Rights Reserved
  7. XCOMM 
  8. XCOMM Permission to use, copy, modify, and distribute this software and its 
  9. XCOMM documentation for any purpose and without fee is hereby granted, 
  10. XCOMM provided that the above copyright notice appear in all copies and that
  11. XCOMM both that copyright notice and this permission notice appear in 
  12. XCOMM supporting documentation, and that the names of Sun Microsystems,
  13. XCOMM the X Consortium, and MIT not be used in advertising or publicity 
  14. XCOMM pertaining to distribution of the software without specific, written 
  15. XCOMM prior permission.  
  16. XCOMM 
  17. XCOMM SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
  18. XCOMM INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  19. XCOMM EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  20. XCOMM CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  21. XCOMM USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  22. XCOMM OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  23. XCOMM PERFORMANCE OF THIS SOFTWARE.
  24.  
  25. #define PassCDebugFlags
  26.  
  27. SRCS = indexer.c build_ind.c print_ind.c ind_token.c \
  28.        xref.c build_cw.c token.c print_refs.c sub_refs.c dump_cw.c \
  29.        recode.c
  30.  
  31. IND_OBJECTS = indexer.o build_ind.o print_ind.o ind_token.o
  32.  
  33. XREF_OBJECTS = xref.o build_cw.o token.o print_refs.o \
  34.     sub_refs.o dump_cw.o
  35.  
  36. RECODE_OBJECTS = recode.o
  37.  
  38. all:: xref recode indexer pex.macros
  39.  
  40. pex.macros: ex.toc exp.acc exp.eqn exp.ref exp.tbl
  41.  
  42. NormalProgramTarget(xref,$(XREF_OBJECTS),NullParameter,NullParameter,NullParameter)
  43. NormalProgramTarget(recode,$(RECODE_OBJECTS),NullParameter,NullParameter,NullParameter)
  44. NormalProgramTarget(indexer,$(IND_OBJECTS),NullParameter,NullParameter,NullParameter)
  45.  
  46. DependTarget()
  47.