]> Dogcows Code - chaz/homebank/blob - src/Makefile.am
import homebank-5.2.6
[chaz/homebank] / src / Makefile.am
1
2 common_defines = \
3 -DSHARE_DIR=\""$(pkgdatadir)"\" \
4 -DDATA_DIR=\""$(datadir)"\"
5
6
7 bin_PROGRAMS = homebank
8
9
10 HOMEBANK_CORE =
11
12
13 USER_INTERFACE =
14
15
16 homebank_SOURCES = \
17 dsp-account.c \
18 dsp-account.h \
19 dsp-mainwindow.c \
20 dsp-mainwindow.h \
21 enums.h \
22 gtk-chart.c \
23 gtk-chart.h \
24 gtk-chart-colors.c \
25 gtk-chart-colors.h \
26 gtk-chart-progress.c \
27 gtk-chart-progress.h \
28 gtk-dateentry.c \
29 gtk-dateentry.h \
30 hb-account.c \
31 hb-account.h \
32 hb-archive.c \
33 hb-archive.h \
34 hb-assign.c \
35 hb-assign.h \
36 hb-category.c \
37 hb-category.h \
38 hb-currency.c \
39 hb-currency.h \
40 hb-encoding.c \
41 hb-encoding.h \
42 hb-export.c \
43 hb-export.h \
44 hb-filter.c \
45 hb-filter.h \
46 hb-hbfile.c \
47 hb-hbfile.h \
48 hb-import.c \
49 hb-import.h \
50 hb-import-ofx.c \
51 hb-import-qif.c \
52 hb-import-csv.c \
53 hb-misc.c \
54 hb-misc.h \
55 hb-payee.c \
56 hb-payee.h \
57 hb-preferences.c \
58 hb-preferences.h \
59 hb-report.c \
60 hb-report.h \
61 hb-tag.c \
62 hb-tag.h \
63 hb-split.c \
64 hb-split.h \
65 hb-transaction.c \
66 hb-transaction.h \
67 hb-xml.c \
68 hb-xml.h \
69 homebank.c \
70 homebank.h \
71 hub-account.c \
72 hub-account.h \
73 hub-scheduled.c \
74 hub-scheduled.h \
75 hub-spending.c \
76 hub-spending.h \
77 hub-transaction.c \
78 hub-transaction.h \
79 language.c \
80 language.h \
81 list-account.c \
82 list-account.h \
83 list-operation.c \
84 list-operation.h \
85 list-scheduled.c \
86 list-scheduled.h \
87 rep-balance.c \
88 rep-balance.h \
89 rep-budget.c \
90 rep-budget.h \
91 rep-stats.c \
92 rep-stats.h \
93 rep-time.c \
94 rep-time.h \
95 rep-vehicle.c \
96 rep-vehicle.h \
97 ui-account.c \
98 ui-account.h \
99 ui-archive.c \
100 ui-archive.h \
101 ui-assign.c \
102 ui-assign.h \
103 ui-assist-import.c \
104 ui-assist-import.h \
105 ui-assist-start.c \
106 ui-assist-start.h \
107 ui-budget.c \
108 ui-budget.h \
109 ui-category.c \
110 ui-category.h \
111 ui-currency.c \
112 ui-currency.h \
113 ui-dialogs.c \
114 ui-dialogs.h \
115 ui-filter.c \
116 ui-filter.h \
117 ui-hbfile.c \
118 ui-hbfile.h \
119 ui-payee.c \
120 ui-payee.h \
121 ui-pref.c \
122 ui-pref.h \
123 ui-split.c \
124 ui-split.h \
125 ui-tag.c \
126 ui-tag.h \
127 ui-transaction.c \
128 ui-transaction.h \
129 ui-txn-multi.c \
130 ui-txn-multi.h \
131 ui-widgets-data.c \
132 ui-widgets.c \
133 ui-widgets.h
134
135
136 homebank_LDADD = $(DEPS_LIBS) \
137 $(LIBSOUP_LIBS)
138
139 AM_CPPFLAGS = \
140 $(DEPS_CFLAGS) \
141 $(LIBSOUP_CFLAGS) \
142 $(common_defines)
143
This page took 0.032773 seconds and 4 git commands to generate.