Makefile.am 601 B

123456789101112131415161718192021
  1. # language/guile/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. EXTRA_DIST = gpib.scm
  10. lib_LTLIBRARIES = libgpib-guile.la
  11. noinst_HEADERS = gpib.h
  12. libgpib_guile_la_SOURCES = gpib.c
  13. libgpib_guile_la_CFLAGS = $(LIBGPIB_CFLAGS)
  14. libgpib_guile_la_LDFLAGS = -release $(VERSION) $(LIBGPIB_LDFLAGS)