003 File Manager
Current Path:
/usr/src/crypto/heimdal/base
usr
/
src
/
crypto
/
heimdal
/
base
/
📁
..
📄
Makefile.am
(582 B)
📄
Makefile.in
(29.96 KB)
📄
NTMakefile
(1.75 KB)
📄
array.c
(4.93 KB)
📄
baselocl.h
(3.9 KB)
📄
bool.c
(2.01 KB)
📄
dict.c
(5.77 KB)
📄
heimbase.c
(11.41 KB)
📄
heimbase.h
(5.1 KB)
📄
heimbasepriv.h
(3.02 KB)
📄
heimqueue.h
(6.52 KB)
📄
null.c
(1.92 KB)
📄
number.c
(3.19 KB)
📄
string.c
(2.85 KB)
📄
test_base.c
(3.57 KB)
📄
version-script.map
(542 B)
Editing: Makefile.am
include $(top_srcdir)/Makefile.am.common lib_LTLIBRARIES = libheimbase.la check_PROGRAMS = test_base libheimbase_la_LDFLAGS = -version-info 1:0:0 if versionscript libheimbase_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map endif include_HEADERS = heimbase.h dist_libheimbase_la_SOURCES = \ array.c \ baselocl.h \ bool.c \ dict.c \ heimbase.c \ heimbasepriv.h \ heimqueue.h \ null.c \ number.c \ string.c libheimbase_la_DEPENDENCIES = version-script.map test_base_LDADD = $(LIB_heimbase) EXTRA_DIST = NTMakefile version-script.map
Upload File
Create Folder