mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
whatever, the patch that should have applied but didn't
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1713 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0660fd9f74
commit
024944df2b
@ -52,23 +52,24 @@ all:
|
||||
# definitions of *_SRCS, etc., but before the usage of *_OBJS.
|
||||
include @top_srcdir@/Makefile.common
|
||||
|
||||
motif:
|
||||
g-wrap-install:
|
||||
(cd g-wrap && make)
|
||||
(cd g-wrap && make install)
|
||||
TRASH += g-wrap-install
|
||||
|
||||
|
||||
motif: g-wrap-install
|
||||
@cd ComboBox-1.33; $(MAKE) default
|
||||
@cd Xbae-4.6.2-linas; $(MAKE) default
|
||||
@cd g-wrap; $(MAKE) all
|
||||
@cd g-wrap; $(MAKE) install
|
||||
|
||||
gnome:
|
||||
gnome: g-wrap-install
|
||||
@cd ${GTKSHEET_DIR}; $(MAKE) default
|
||||
@cd gtkfilesel2; $(MAKE) default
|
||||
@cd g-wrap; $(MAKE) all
|
||||
@cd g-wrap; $(MAKE) install
|
||||
|
||||
qt:
|
||||
@cd g-wrap; $(MAKE) all
|
||||
@cd g-wrap; $(MAKE) install
|
||||
qt: g-wrap-install
|
||||
|
||||
.PHONY: gnome motif qt
|
||||
|
||||
.PHONY: gnome motif qt g-wrap-install
|
||||
|
||||
# Local Variables:
|
||||
# tab-width: 2
|
||||
|
Loading…
Reference in New Issue
Block a user