home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / server / ddx / dec / cfbpmax / Imakefile < prev    next >
Encoding:
Makefile  |  1991-07-16  |  522 b   |  20 lines

  1. XCOMM $XConsortium: Imakefile,v 1.6 91/07/16 22:52:05 gildea Exp $
  2. #include <Server.tmpl>
  3.  
  4. SRCS = init.c cfbpmax_io.c cfbpmaxcolor.c
  5. OBJS = init.o cfbpmax_io.o cfbpmaxcolor.o
  6.  
  7. INCLUDES = -I. -I../../mfb -I../../mi -I../../../include -I$(INCLUDESRC) 
  8. LINTLIBS = ../../../dix/llib-ldix.ln ../../../os/llib-los.ln \
  9.        ../../mfb/llib-lmfb.ln ../../mi/llib-lmi.ln ../../lk201/llib-llk201.ln
  10.  
  11. all: $(OBJS)
  12.  
  13. NormalLibraryObjectRule()
  14. NormalLintTarget($(SRCS))
  15.  
  16. lintlib:
  17.  
  18. DependTarget()
  19. /* InstallManPage(Xcfbpmax,$(MANDIR)) */
  20.