This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
common-tools-tcp-burst/libopts/Makefile.am
2019-07-10 17:54:02 +08:00

29 lines
1.4 KiB
Makefile

## LIBOPTS Makefile
MAINTAINERCLEANFILES = Makefile.in
if INSTALL_LIBOPTS
lib_LTLIBRARIES = libopts.la
else
noinst_LTLIBRARIES = libopts.la
endif
libopts_la_SOURCES = libopts.c
libopts_la_CPPFLAGS = -I$(top_srcdir)
libopts_la_LDFLAGS = -version-info 32:2:7
EXTRA_DIST = \
COPYING.gplv3 COPYING.lgplv3 COPYING.mbsd \
MakeDefs.inc README ag-char-map.h \
autoopts/options.h autoopts/usage-txt.h autoopts.c \
autoopts.h boolean.c compat/compat.h \
compat/pathfind.c compat/snprintf.c compat/strchr.c \
compat/strdup.c compat/windows-config.h configfile.c \
cook.c enumeration.c environment.c \
file.c genshell.c genshell.h \
load.c m4/libopts.m4 m4/liboptschk.m4 \
makeshell.c nested.c numeric.c \
parse-duration.c parse-duration.h pgusage.c \
proto.h putshell.c 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