blob: f375bdf7aac0a571fa1c327c2f672ce2565467d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
EXTRA_DIST = $(example_DATA) README Changelog COPYING
|