File: Makefile.am

package info (click to toggle)
globus-xio-pipe-driver 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,260 kB
  • sloc: sh: 9,574; ansic: 470; makefile: 180
file content (26 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include $(top_srcdir)/globus_automake_pre
include $(top_srcdir)/globus_automake_pre_top

SUBDIRS = \
	pkgdata 

include_HEADERS = \
    globus_xio_pipe_driver.h

INCLUDES = $(GPT_INCLUDES)

lib_LTLIBRARIES = libglobus_xio_pipe_driver.la

libglobus_xio_pipe_driver_la_LIBADD = \
	@GPT_LIB_LINKS@
libglobus_xio_pipe_driver_la_SOURCES = \
	globus_xio_pipe_driver.c
libglobus_xio_pipe_driver_la_LDFLAGS = \
	@GPT_LDFLAGS@ -module -rpath $(libdir)

doc_DATA = GLOBUS_LICENSE

EXTRA_DIST = version.h.in $(doc_DATA)

include $(top_srcdir)/globus_automake_post
include $(top_srcdir)/globus_automake_post_top