-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathMakefile.am
40 lines (30 loc) · 851 Bytes
/
Makefile.am
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
LANG = C
LC_ALL = C
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = cpp
nodist_header_HEADERS =
nodist_header_HEADERS += twsapi_config.h
twsapi_config.h: config.h API_VersionNum.txt gen_twsapi_config_h \
cpp/client/EClient.h
$(srcdir)/gen_twsapi_config_h config.h $(srcdir)/API_VersionNum.txt \
$(srcdir)/cpp/client/EClient.h > [email protected] \
&& mv [email protected] $@
dist_doc_DATA =
dist_doc_DATA += API_VersionNum.txt
dist_doc_DATA += ChangeLog
dist_doc_DATA += ChangeLog-IB
dist_doc_DATA += README.md
EXTRA_DIST =
EXTRA_DIST += @[email protected]
dist_noinst_SCRIPTS =
dist_noinst_SCRIPTS += gen_twsapi_config_h
distclean-local:
-rm -f twsapi_config.h
pkgconfigdir = @libdir@/pkgconfig
pkgconfig_DATA = @[email protected]
if WITH_IBORIG
pkgconfig_DATA += @[email protected]
endif
## Rule to build RPM distribution package
rpm: dist-gzip
rpmbuild -ta $(distdir).tar.gz