]> Dogcows Code - chaz/homebank/blob - src/Makefile.am
Merge branch 'upstream'
[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-stack.c \
27 gtk-chart-stack.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 language.c \
72 language.h \
73 list_account.c \
74 list_account.h \
75 list_operation.c \
76 list_operation.h \
77 list_topspending.c \
78 list_topspending.h \
79 list_upcoming.c \
80 list_upcoming.h \
81 rep_balance.c \
82 rep_balance.h \
83 rep_budget.c \
84 rep_budget.h \
85 rep_stats.c \
86 rep_stats.h \
87 rep_time.c \
88 rep_time.h \
89 rep_vehicle.c \
90 rep_vehicle.h \
91 ui-account.c \
92 ui-account.h \
93 ui-archive.c \
94 ui-archive.h \
95 ui-assign.c \
96 ui-assign.h \
97 ui-assist-import.c \
98 ui-assist-import.h \
99 ui-assist-start.c \
100 ui-assist-start.h \
101 ui-budget.c \
102 ui-budget.h \
103 ui-category.c \
104 ui-category.h \
105 ui-currency.c \
106 ui-currency.h \
107 ui-dialogs.c \
108 ui-dialogs.h \
109 ui-filter.c \
110 ui-filter.h \
111 ui-hbfile.c \
112 ui-hbfile.h \
113 ui-payee.c \
114 ui-payee.h \
115 ui-pref.c \
116 ui-pref.h \
117 ui-split.c \
118 ui-split.h \
119 ui-transaction.c \
120 ui-transaction.h \
121 ui-widgets.c \
122 ui-widgets.h
123
124 homebank_LDADD = $(DEPS_LIBS) \
125 $(LIBSOUP_LIBS)
126
127 AM_CPPFLAGS = \
128 $(DEPS_CFLAGS) \
129 $(LIBSOUP_CFLAGS) \
130 $(common_defines)
131
This page took 0.040578 seconds and 4 git commands to generate.