diff options
Diffstat (limited to 'hw/kdrive/vxworks/Imakefile')
-rw-r--r-- | hw/kdrive/vxworks/Imakefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hw/kdrive/vxworks/Imakefile b/hw/kdrive/vxworks/Imakefile new file mode 100644 index 000000000..603b9b6f4 --- /dev/null +++ b/hw/kdrive/vxworks/Imakefile @@ -0,0 +1,15 @@ +XCOMM $XFree86: $ +#include <Server.tmpl> + +SRCS = vxworks.c vxkbd.c vxkmouse.c + +OBJS = vxworks.o vxkbd.o vxkmouse.o + +INCLUDES = -I. -I.. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \ + -I../../../fb -I../../../mi -I../../../include -I../../../os \ + -I$(EXTINCSRC) -I$(XINCLUDESRC) + +NormalLibraryObjectRule() +NormalLibraryTarget(vxworks,$(OBJS)) + +DependTarget() |