Makefile.am 801 B

123456789101112131415161718192021222324252627282930313233
  1. # include/Makefile.am
  2. # copyright (C) 2003 by Frank Mori Hess
  3. # email : fmhess@users.sourceforge.net
  4. #
  5. # This Makefile.am is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 2 of the License, or
  8. # (at your option) any later version.
  9. BUILT_SOURCES = gpib gpib_ioctl.h gpib_types.h gpib_user.h ib.h ibConf.h ibP.h
  10. gpib:
  11. ln -sf . gpib
  12. gpib_ioctl.h:
  13. ln -sf $(top_srcdir)/drivers/gpib/include/gpib_ioctl.h
  14. gpib_types.h:
  15. ln -sf $(top_srcdir)/drivers/gpib/include/gpib_types.h
  16. gpib_user.h:
  17. ln -sf $(top_srcdir)/drivers/gpib/include/gpib_user.h
  18. ib.h:
  19. ln -sf $(top_srcdir)/lib/ib.h
  20. ibConf.h:
  21. ln -sf $(top_srcdir)/lib/ibConf.h
  22. ibP.h:
  23. ln -sf $(top_srcdir)/lib/ibP.h