blob: 7ceaf02ba0d97b9c6908af619c96dcc4a99fcd2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include $(top_srcdir)/config/include-Makefile.am
usrbinexec_PROGRAMS = getopt
getopt_CFLAGS = -DLIBCGETOPT=1
man_MANS = getopt.1
exampledir = $(prefix)/usr/share/getopt/
example_DATA = getopt-parse.bash getopt-parse.tcsh \
getopt-test.bash getopt-test.tcsh
|