Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185899 | Differences between
and this patch

Collapse All | Expand All

(-)heimdal/lib/sl/Makefile.am (-14 / +1 lines)
Lines 12-49 YFLAGS = -d Link Here
12
12
13
include_HEADERS = sl.h
13
include_HEADERS = sl.h
14
14
15
lib_LTLIBRARIES = libsl.la libss.la
15
lib_LTLIBRARIES = libsl.la
16
libsl_la_LDFLAGS = -version-info 2:1:2
16
libsl_la_LDFLAGS = -version-info 2:1:2
17
libss_la_LDFLAGS = -version-info 1:6:1
18
17
19
libsl_la_LIBADD = @LIB_readline@
18
libsl_la_LIBADD = @LIB_readline@
20
libss_la_LIBADD = @LIB_readline@ @LIB_com_err@
21
19
22
dist_libsl_la_SOURCES = sl_locl.h sl.c roken_rename.h
20
dist_libsl_la_SOURCES = sl_locl.h sl.c roken_rename.h
23
nodist_libsl_la_SOURCES = $(ES)
21
nodist_libsl_la_SOURCES = $(ES)
24
dist_libss_la_SOURCES = $(dist_libsl_la_SOURCES) ss.c ss.h
25
nodist_libss_la_SOURCES = $(ES)
26
22
27
TESTS = test_sl
23
TESTS = test_sl
28
check_PROGRAMS = $(TESTS)	
24
check_PROGRAMS = $(TESTS)	
29
25
30
# install these?
26
# install these?
31
27
32
bin_PROGRAMS = mk_cmds
33
noinst_PROGRAMS = slc
28
noinst_PROGRAMS = slc
34
29
35
mk_cmds_SOURCES = make_cmds.c make_cmds.h parse.y lex.l
36
mk_cmds_LDADD = libsl.la $(LDADD)
37
38
slc_SOURCES = slc-gram.y slc-lex.l slc.h
30
slc_SOURCES = slc-gram.y slc-lex.l slc.h
39
31
40
ssincludedir = $(includedir)/ss
41
ssinclude_HEADERS = ss.h
42
43
CLEANFILES = snprintf.c strtok_r.c strdup.c strupr.c getprogname.c
32
CLEANFILES = snprintf.c strtok_r.c strdup.c strupr.c getprogname.c
44
33
45
$(mk_cmds_OBJECTS): parse.h parse.c
46
47
LDADD =						\
34
LDADD =						\
48
	libsl.la				\
35
	libsl.la				\
49
	$(LIB_roken)				\
36
	$(LIB_roken)				\

Return to bug 185899