]> Dogcows Code - chaz/homebank/blob - src/Makefile.am
import homebank-4.6.3
[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-dateentry.c \
25 gtk-dateentry.h \
26 hb-account.c \
27 hb-account.h \
28 hb-archive.c \
29 hb-archive.h \
30 hb-assign.c \
31 hb-assign.h \
32 hb-category.c \
33 hb-category.h \
34 hb-encoding.c \
35 hb-encoding.h \
36 hb-export.c \
37 hb-export.h \
38 hb-filter.c \
39 hb-filter.h \
40 hb-hbfile.c \
41 hb-hbfile.h \
42 hb-import.c \
43 hb-import.h \
44 hb-misc.c \
45 hb-misc.h \
46 hb-payee.c \
47 hb-payee.h \
48 hb-preferences.c \
49 hb-preferences.h \
50 hb-report.c \
51 hb-report.h \
52 hb-tag.c \
53 hb-tag.h \
54 hb-transaction.c \
55 hb-transaction.h \
56 hb-xml.c \
57 hb-xml.h \
58 homebank.c \
59 homebank.h \
60 imp_qif.c \
61 imp_qif.h \
62 import.c \
63 import.h \
64 language.c \
65 language.h \
66 list_account.c \
67 list_account.h \
68 list_operation.c \
69 list_operation.h \
70 list_topspending.c \
71 list_topspending.h \
72 list_upcoming.c \
73 list_upcoming.h \
74 rep_balance.c \
75 rep_balance.h \
76 rep_budget.c \
77 rep_budget.h \
78 rep_stats.c \
79 rep_stats.h \
80 rep_time.c \
81 rep_time.h \
82 rep_vehicle.c \
83 rep_vehicle.h \
84 ui-account.c \
85 ui-account.h \
86 ui-archive.c \
87 ui-archive.h \
88 ui-assign.c \
89 ui-assign.h \
90 ui-assist-start.c \
91 ui-assist-start.h \
92 ui-budget.c \
93 ui-budget.h \
94 ui-category.c \
95 ui-category.h \
96 ui-dialogs.c \
97 ui-dialogs.h \
98 ui-filter.c \
99 ui-filter.h \
100 ui-hbfile.c \
101 ui-hbfile.h \
102 ui-payee.c \
103 ui-payee.h \
104 ui-pref.c \
105 ui-pref.h \
106 ui-transaction.c \
107 ui-transaction.h \
108 ui-widgets.c \
109 ui-widgets.h \
110 gtk-chart-colors.c \
111 gtk-chart-colors.h
112
113 homebank_LDADD = $(DEPS_LIBS)
114
115 AM_CPPFLAGS = \
116 $(DEPS_CFLAGS) \
117 $(common_defines)
118
This page took 0.037 seconds and 4 git commands to generate.