nodes.mak 734 B

1234567891011121314151617181920
  1. # ====================================================================
  2. # files;
  3. # --------------------------------------------------------------------
  4. xmlattribute.o: xmlattribute.c node.h
  5. xmldata.o: xmldata.c node.h
  6. xmledit.o: xmledit.c node.h types.h error.h number.h memory.h
  7. xmlelement.o: xmlelement.c node.h
  8. xmlfree.o: xmlfree.c node.h
  9. xmlnode.o: xmlnode.c node.h types.h
  10. xmlopen.o: xmlopen.c node.h types.h error.h
  11. xmlscan.o: xmlscan.c node.h types.h error.h number.h
  12. xmlschema.o: xmlschema.c node.h format.h
  13. xmlselect.o: xmlselect.c node.h
  14. xmlvalue.o: xmlvalue.c node.h
  15. # ====================================================================
  16. # files;
  17. # --------------------------------------------------------------------