]> cygwin.com Git - cygwin-apps/setup.git/blame - libgetopt++/Makefile.am
2002-04-23 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / libgetopt++ / Makefile.am
CommitLineData
8e3e242c
RC
1## Process this file with automake to produce Makefile.in
2#
3# $Id$
4#
5
6AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects VERSION=1.5
7##DIST_SUBDIRS = src
8##SUBDIRS = src
9
10DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
11
290fdf73 12INCLUDES = -I$(top_srcdir)/include
8e3e242c
RC
13
14getoptincludedir = $(includedir)/getopt++
15
16lib_LTLIBRARIES = libgetopt++.la
17check_PROGRAMS = testoption
18
7419f059 19libgetopt___la_SOURCES = src/GetOption.cc src/Option.cc src/BoolOption.cc \
1ae8e28d 20 src/OptionSet.cc \
290fdf73
RC
21 src/StringOption.cc \
22 src/getopt.c \
23 include/getopt.h \
24 include/cdefs.h
25
8e3e242c
RC
26libgetopt___la_LDFLAGS = -lstdc++ -version-info 0:0:0
27
7419f059
RC
28getoptinclude_HEADERS = include/getopt++/Option.h \
29 include/getopt++/GetOption.h \
1ae8e28d
RC
30 include/getopt++/BoolOption.h include/getopt++/OptionSet.h \
31 include/getopt++/StringOption.h
8e3e242c
RC
32
33testoption_SOURCES = tests/testoption.cc
34testoption_LDADD = libgetopt++.la
This page took 0.023677 seconds and 5 git commands to generate.