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.

24 lines
334 B

  1. .SUFFIXES: .hdl .pdl
  2. .pdl{$O}.hdl:
  3. $(C_PREPROCESSOR) $< | pdlparse - $(MAKEDIR)\$O\$(@B) $< $(MAKEDIR)\$O
  4. !if 0
  5. #
  6. # .pdl -> .hdl
  7. #
  8. .pdl.hdl:
  9. $(CC) $(NOLOGO) @<< | $(PDLPARSE) <<
  10. /I$(INCLUDEPATH:;=
  11. /I)
  12. $(CFLAGS: =
  13. )
  14. $(PCHCXXFLAGS: =
  15. )
  16. /c
  17. /E
  18. $<
  19. <<$(KEEPFLAGS)
  20. - $(TYPEDIR)\$(@B) $(@B).pdl $(TYPEDIR)
  21. <<$(KEEPFLAGS)
  22. !endif