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.

20 lines
367 B

  1. #
  2. # The Clean target removes all generated files (they must be checked out
  3. # first)
  4. # Default operation is to build parser from MSNET.NT
  5. #
  6. XACCFILE=msnet.nt
  7. doit: net.c
  8. all:
  9. $(MAKE) /f makefil1 XACCFILE=msnet.nt
  10. net.c: $(XACCFILE)
  11. ..\tools\xacc -onet.c $(XACCFILE)
  12. copy xxincl.h os2incl.h
  13. del xxincl.h
  14. clean:
  15. del net.c os2cmd.* os2incl.h