summaryrefslogtreecommitdiffstats
path: root/getopt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'getopt/Makefile.am')
-rw-r--r--getopt/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/getopt/Makefile.am b/getopt/Makefile.am
new file mode 100644
index 000000000..02f298976
--- /dev/null
+++ b/getopt/Makefile.am
@@ -0,0 +1,11 @@
+include $(top_srcdir)/config/include-Makefile.am
+
+usrbin_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 \ No newline at end of file