diff --git a/lib/Makefile.in b/lib/Makefile.in index 072dbf0788..00689b4695 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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