]> cygwin.com Git - cygwin-apps/setup.git/blob - libgetopt++/Makefile.am
2002-04-14 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 AM_CXXFLAGS = -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 libgetopt___la_LDFLAGS = -lstdc++ -version-info 0:0:0
21
22 getoptinclude_HEADERS = include/Option.h include/GetOption.h \
23 include/BoolOption.h
24
25 testoption_SOURCES = tests/testoption.cc
26 testoption_LDADD = libgetopt++.la
This page took 0.038151 seconds and 5 git commands to generate.