mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
27 lines
1.4 KiB
Makefile
27 lines
1.4 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/project.h \
|
|
autoopts/usage-txt.h autoopts.c autoopts.h \
|
|
boolean.c check.c compat/strchr.c \
|
|
compat/pathfind.c compat/strdup.c compat/windows-config.h \
|
|
compat/snprintf.c compat/compat.h configfile.c \
|
|
cook.c COPYING.gplv3 COPYING.lgplv3 \
|
|
COPYING.mbsd enum.c env.c \
|
|
file.c find.c genshell.c \
|
|
genshell.h load.c m4/liboptschk.m4 \
|
|
m4/libopts.m4 MakeDefs.inc makeshell.c \
|
|
nested.c numeric.c 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 \
|
|
value-type.c value-type.h version.c \
|
|
xat-attribute.c xat-attribute.h
|