File: Makefile.am

package info (click to toggle)
globus-xio-udt-driver 1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,700 kB
  • ctags: 342
  • sloc: sh: 11,057; cpp: 1,153; ansic: 617; makefile: 466
file content (26 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (2)
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
SUBDIRS = $(LIBFFI_SUBDIR) $(GETTEXT_SUBDIR) $(GLIB2_SUBDIR) $(LIBNICE_SUBDIR) $(UDT_SUBDIR) .
DIST_SUBDIRS = libffi gettext glib2 libnice udt .

pkgconfigdir = $(libdir)/pkgconfig
include_HEADERS = globus_xio_udt_ref.h
doc_DATA = GLOBUS_LICENSE
lib_LTLIBRARIES = libglobus_xio_udt_driver.la
pkgconfig_DATA = globus-xio-udt-driver.pc

AM_CPPFLAGS = $(PACKAGE_DEP_CFLAGS) $(UDT_CPPFLAGS) $(NICE_CFLAGS) $(GLIB_CFLAGS)

libglobus_xio_udt_driver_la_LIBADD = \
        $(PACKAGE_DEP_LIBS) $(UDT_LDFLAGS) $(NICE_LIBS) $(GLIB_LIBS) -lstdc++ 
libglobus_xio_udt_driver_la_SOURCES = \
        globus_xio_udt_ref.cpp  \
        globus_xio_udt_ref.h  \
	ice.c ice.h
if HOST_OSX
link_frameworks = -framework CoreFoundation -framework Cocoa
endif

libglobus_xio_udt_driver_la_LDFLAGS = \
        -module -no-undefined -avoid-version -rpath $(libdir) \
        $(link_frameworks)

EXTRA_DIST = dirt.sh $(doc_DATA) empty.xz