mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@9637 57a11ea4-9604-0410-9ed3-97b8803252fd
49 lines
690 B
Makefile
49 lines
690 B
Makefile
NONGUI_SUBDIRS = \
|
|
doc \
|
|
pixmaps \
|
|
core-utils \
|
|
gnc-module \
|
|
test-core \
|
|
engine \
|
|
backend \
|
|
scm \
|
|
quotes \
|
|
bin
|
|
|
|
GUI_SUBDIRS_1 = \
|
|
network-utils \
|
|
calculation \
|
|
tax \
|
|
app-utils \
|
|
gnome-utils \
|
|
gnome-search \
|
|
app-file
|
|
|
|
GUI_SUBDIRS_2 = \
|
|
register \
|
|
gnome \
|
|
import-export \
|
|
experimental \
|
|
business \
|
|
optional
|
|
|
|
DIST_SUBDIRS = $(NONGUI_SUBDIRS) $(GUI_SUBDIRS_1) report $(GUI_SUBDIRS_2)
|
|
|
|
if GNUCASH_ENABLE_GUI
|
|
SUBDIRS = $(DIST_SUBDIRS)
|
|
else
|
|
SUBDIRS = $(NONGUI_SUBDIRS) report
|
|
endif
|
|
|
|
noinst_HEADERS = \
|
|
RecnWindow.h \
|
|
gnc-ui.h
|
|
|
|
bin_SCRIPTS = gnc-test-env
|
|
|
|
EXTRA_DIST = \
|
|
.cvsignore \
|
|
README.modules \
|
|
gnc-test-env \
|
|
valgrind-gnucash.supp
|