--- .empty Thu Jan 1 00:00:00 1970 +++ NEW/xc/programs/Xserver/hw/next/Imakefile Thu Jan 1 00:00:00 1970 @@ -0,0 +1,49 @@ +#include + +SRCS1 = nextInit.c +# nextCfb.c \ +# nextCursor.c \ +# nextFbs.c \ +# nextIo.c \ +# nextKbd.c \ +# nextMfb.c \ +# nextMouse.c\ +# nextKeyMap.c + +SRCS2 = + +SRCS = $(SRCS1) $(SRCS2) + +OFILES = nextInit.o + +OBJS1 = nextInit.o +# nextCfb.o \ +# nextCursor.o \ +# nextFbs.o \ +# nextIo.o \ +# nextKbd.o \ +# nextMfb.o \ +# nextMouse.o \ +# nextKeyMap.o + +OBJS2 = + +OBJS = $(OBJS1) $(OBJS2) + + INCLUDES = -I. -I../.. -I../../mi -I../../mfb -I../../cfb \ + -I../../include -I$(XINCLUDESRC) -I$(FONTINCSRC) + LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \ + ../mfb/llib-lmfb.ln ../mi/llib-lmi.ln ../cfb/llib-lcfb.ln + +NormalLibraryObjectRule() + +all:: $(OFILES) + +lintlib: + +NormalLibraryTarget(next,$(OBJS)) +NormalLintTarget($(SRCS1)) + +/*InstallManPage(Xnext,$(MANDIR))*/ + +DependTarget()