File: Makefile.am

package info (click to toggle)
globus-xio-gridftp-multicast 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,364 kB
  • sloc: sh: 11,067; ansic: 1,472; makefile: 86
file content (21 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgconfigdir = $(libdir)/pkgconfig

include_HEADERS = globus_xio_gridftp_multicast_driver.h
lib_LTLIBRARIES = libglobus_xio_gridftp_multicast_driver.la
doc_DATA = GLOBUS_LICENSE
pkgconfig_DATA = globus-xio-gridftp-multicast.pc

AM_CPPFLAGS = $(PACKAGE_DEP_CFLAGS)

libglobus_xio_gridftp_multicast_driver_la_LIBADD = $(PACKAGE_DEP_LIBS)
libglobus_xio_gridftp_multicast_driver_la_SOURCES = \
	globus_xio_gridftp_multicast_driver.c
libglobus_xio_gridftp_multicast_driver_la_LDFLAGS = \
	-avoid-version \
        -no-undefined \
	-module -rpath $(libdir)

EXTRA_DIST = dirt.sh $(doc_DATA)

distuninstallcheck:
	@: