home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-16 | 368 b | 25 lines |
- XCOMM $XConsortium: Imakefile,v 1.1 91/07/16 22:59:01 gildea Exp $
- #include <Server.tmpl>
- #define IHaveSubdirs
-
- SUBDIRS = et3000 et4000 gvga pvga1
-
- OBJS = \
- et3000/et3000.o \
- et4000/et4000.o \
- gvga/gvga.o \
- pvga1/pvga1.o
-
- all:: subdirs
-
- NamedMakeSubdirs(subdirs,$(SUBDIRS))
- DependSubdirs($(SUBDIRS))
- NormalLibraryTarget(drivers,$(OBJS))
-
- depend:: $(DEPEND)
-
-
-
-
-
-