pmfile 498 B

1234567891011121314151617181920212223
  1. -- $Source$
  2. -- $State$
  3. local d = "modules/src/input/"
  4. lib_input = file (LIBDIR.."libinput.a")
  5. module_input = clibrary {
  6. cfile (d.."AtEoIF.c"),
  7. cfile (d.."AtEoIT.c"),
  8. outputs = {"%U%/libinput.a"},
  9. install = {
  10. pm.install(LIBDIR.."libinput.a"),
  11. pm.install(d.."inp_pkg.spec", HEADERDIR.."inp_pkg.spec"),
  12. pm.install(d.."inp_pkg.body", HEADERDIR.."inp_pkg.body")
  13. }
  14. }
  15. -- Revision history
  16. -- $Log$
  17. -- Revision 1.1 2006-07-20 23:18:18 dtrg
  18. -- First version in CVS.
  19. --