File: Makefile.am

package info (click to toggle)
globus-gsi-callback 6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,760 kB
  • sloc: sh: 11,067; ansic: 5,658; makefile: 92
file content (22 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
lib_LTLIBRARIES = libglobus_oldgaa.la

libglobus_oldgaa_la_CPPFLAGS = $(PACKAGE_DEP_CFLAGS) -I../..
libglobus_oldgaa_la_LDFLAGS = \
	-version-info $(MAJOR_VERSION):$(MINOR_VERSION):$(AGE_VERSION) \
	-no-undefined
libglobus_oldgaa_la_LIBADD = $(PACKAGE_DEP_LIBS)
libglobus_oldgaa_la_SOURCES = \
	oldgaa_alloc.c \
	oldgaa_api.c \
	oldgaa_gl_internal_err.c \
	oldgaa_gl_internal_err.h \
	oldgaa_policy_evaluator.c \
	oldgaa_policy_evaluator.h \
	oldgaa_release.c \
	oldgaa_utils.c \
	oldgaa_utils.h \
	globus_oldgaa.h \
	globus_oldgaa_utils.c \
	globus_oldgaa_utils.h \
	rfc1779.c \
	rfc1779.h