mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -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.
|
# definitions of *_SRCS, etc., but before the usage of *_OBJS.
|
||||||
include @top_srcdir@/Makefile.common
|
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 ComboBox-1.33; $(MAKE) default
|
||||||
@cd Xbae-4.6.2-linas; $(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 ${GTKSHEET_DIR}; $(MAKE) default
|
||||||
@cd gtkfilesel2; $(MAKE) default
|
@cd gtkfilesel2; $(MAKE) default
|
||||||
@cd g-wrap; $(MAKE) all
|
|
||||||
@cd g-wrap; $(MAKE) install
|
|
||||||
|
|
||||||
qt:
|
qt: g-wrap-install
|
||||||
@cd g-wrap; $(MAKE) all
|
|
||||||
@cd g-wrap; $(MAKE) install
|
|
||||||
|
|
||||||
.PHONY: gnome motif qt
|
|
||||||
|
.PHONY: gnome motif qt g-wrap-install
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# tab-width: 2
|
# tab-width: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user