home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / server / ddx / x386 / drivers / Imakefile next >
Encoding:
Makefile  |  1991-07-16  |  368 b   |  25 lines

  1. XCOMM $XConsortium: Imakefile,v 1.1 91/07/16 22:59:01 gildea Exp $
  2. #include <Server.tmpl>
  3. #define IHaveSubdirs
  4.  
  5. SUBDIRS = et3000 et4000 gvga pvga1
  6.  
  7. OBJS = \
  8.     et3000/et3000.o \
  9.     et4000/et4000.o \
  10.      gvga/gvga.o \
  11.     pvga1/pvga1.o 
  12.  
  13. all:: subdirs
  14.  
  15. NamedMakeSubdirs(subdirs,$(SUBDIRS))
  16. DependSubdirs($(SUBDIRS))
  17. NormalLibraryTarget(drivers,$(OBJS))
  18.  
  19. depend:: $(DEPEND)
  20.  
  21.  
  22.  
  23.  
  24.  
  25.