21 lines
879 B
Makefile
21 lines
879 B
Makefile
$(OBJDIR)\sample.obj $(OBJDIR)\sample.lst: ..\sample.c \
|
|
..\..\..\..\..\dev\..\wdm\ddk\inc\wdm.h \
|
|
..\..\..\..\..\dev\ntddk\inc\alpharef.h \
|
|
..\..\..\..\..\dev\ntddk\inc\bugcodes.h \
|
|
..\..\..\..\..\dev\ntddk\inc\ntdef.h \
|
|
..\..\..\..\..\dev\ntddk\inc\ntiologc.h \
|
|
..\..\..\..\..\dev\ntddk\inc\ntstatus.h \
|
|
..\..\..\..\..\dev\tools\c32\inc\alphaops.h \
|
|
..\..\..\..\..\dev\tools\c32\inc\ctype.h \
|
|
..\..\..\..\..\dev\tools\c32\inc\excpt.h \
|
|
..\..\..\..\..\dev\tools\c32\inc\POPPACK.H \
|
|
..\..\..\..\..\dev\tools\c32\inc\PSHPACK1.H \
|
|
..\..\..\..\..\dev\tools\c32\inc\pshpack4.h \
|
|
..\..\..\..\..\dev\tools\c32\inc\stdarg.h \
|
|
..\..\..\..\..\dev\tools\c32\inc\stdio.h \
|
|
..\..\..\..\..\dev\tools\c32\inc\string.h ..\..\..\inc\usb.h \
|
|
..\..\..\inc\usb100.h ..\..\..\inc\usbdi.h ..\..\..\inc\usbdlib.h \
|
|
..\..\..\inc\usbioctl.h ..\Sample.h
|
|
.PRECIOUS: $(OBJDIR)\sample.lst
|
|
|