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:
Linas Vepstas 1999-05-30 02:25:26 +00:00
parent 0660fd9f74
commit 024944df2b

View File

@ -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