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