File: Makefile.am

package info (click to toggle)
libofx 1%3A0.10.9-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,648 kB
  • sloc: cpp: 8,101; ansic: 2,298; xml: 265; makefile: 224; sh: 43
file content (49 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
ACLOCAL_AMFLAGS = -I m4

if BUILD_OFX2QIF
  MAYBE_OFX2QIF = ofx2qif
endif

if BUILD_OFXDUMP
  MAYBE_OFXDUMP = ofxdump
endif

if BUILD_OFXCONNECT
  MAYBE_OFXCONNECT = ofxconnect
endif

DIST_SUBDIRS = m4 inc dtd lib doc . getopt ofx2qif ofxdump ofxconnect
SUBDIRS = m4 inc dtd lib doc . $(MAYBE_OFX2QIF) $(MAYBE_OFXDUMP) $(MAYBE_OFXCONNECT)

doc_DATA = \
  AUTHORS \
  COPYING \
  INSTALL \
  NEWS \
  README \
  ChangeLog \
  totest.txt

EXTRA_DIST = \
  CMakeLists.txt \
  cmake/modules/FindOpenSP.cmake \
  config.h.cmake \
  LibOFXConfig.cmake.in \
  libofx.spec.in \
  libofx.spec \
  libofx.pc \
  totest.txt \
  libofx.lsm.in \
  libofx.lsm

pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libofx.pc

.PHONY: doc
doc:
	$(MAKE) -C doc doc

rpm:    $(PACKAGE).spec dist
	rpmbuild="rpm" && \
	if [ `rpm --version | awk '{ print $$3 }'` > /dev/null ]; then rpmbuild="rpmbuild"; fi && \
	$$rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz