mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
30 lines
1.5 KiB
Makefile
30 lines
1.5 KiB
Makefile
## LIBOPTS Makefile
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LIBRARIES = libopts.a
|
|
|
|
libopts_a_SOURCES = libopts.c
|
|
libopts_a_CPPFLAGS = -I$(top_srcdir)
|
|
|
|
EXTRA_DIST = \
|
|
ag-char-map.h alias.c ao-strs.c \
|
|
ao-strs.h autoopts/options.h autoopts/usage-txt.h \
|
|
autoopts/project.h autoopts.c autoopts.h \
|
|
boolean.c check.c compat/strdup.c \
|
|
compat/strchr.c compat/snprintf.c compat/compat.h \
|
|
compat/pathfind.c compat/windows-config.h configfile.c \
|
|
cook.c COPYING.gplv3 COPYING.lgplv3 \
|
|
COPYING.mbsd enum.c env.c \
|
|
file.c find.c genshell.c \
|
|
genshell.h gettext.h init.c \
|
|
load.c m4/liboptschk.m4 m4/libopts.m4 \
|
|
MakeDefs.inc makeshell.c nested.c \
|
|
numeric.c option-value-type.c option-value-type.h \
|
|
option-xat-attribute.c option-xat-attribute.h parse-duration.c \
|
|
parse-duration.h pgusage.c proto.h \
|
|
putshell.c README reset.c \
|
|
restore.c save.c sort.c \
|
|
stack.c streqvcmp.c text_mmap.c \
|
|
time.c tokenize.c usage.c \
|
|
version.c
|