Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.0 KiB

  1. !IFDEF WIN95_BUILD
  2. ROOT = ..\..\..\..\..
  3. SRCDIR = .
  4. WANT_LATEST = TRUE
  5. WANT_NTDDK = TRUE
  6. VERDIR = retail
  7. IS_32 = 1
  8. IS_DDK = 1
  9. CFLAGS = -DMSC=1 -D_X86_=1 -Gz -Ob1
  10. TARGETS = nabts.lib
  11. !IF "$(VERDIR)" != "debug"
  12. CFLAGS = $(CFLAGS) -Ox
  13. !else
  14. #WINICE_PATH = ..\..\..\..\SIWBIN
  15. !endif
  16. LIBNAME = nabts.lib
  17. LIBOBJS = nabtsdsp.obj nabtslib.obj coeffs.obj tables.obj r0float.obj
  18. default: nabts.lib
  19. gentabs.exe: gentabs.c coeffs.c
  20. set CL=""
  21. $(CC) /Fegentabs.exe gentabs.c coeffs.c
  22. tables.c: gentabs.exe
  23. .\gentabs
  24. nabtslib.obj: hvchecks.c nabtsapi.h nabtslib.h tables.h tabdecls.h host.h
  25. nabtsdsp.obj: nabtsapi.h nabtsprv.h nabtsdsp.pro host.h
  26. !include $(ROOT)\dev\master.mk
  27. !ELSE
  28. #
  29. # DO NOT EDIT THIS SECTION OF THIS FILE!!! Edit .\sources. if you want to add
  30. # a new source file to this component. This file merely indirects to the real
  31. # make file that is shared by all the driver components of the Windows NT DDK.
  32. #
  33. !INCLUDE $(NTMAKEENV)\makefile.def
  34. !ENDIF