forked from AuroraMiddleware/gtk
Set GPATH to fix srcdir != builddir problems with GNU make.
Sun Aug 12 10:03:42 2001 Owen Taylor <otaylor@redhat.com> * */Makefile.am: Set GPATH to fix srcdir != builddir problems with GNU make.
This commit is contained in:
parent
97cea9ca8c
commit
cdf9b776e8
@ -1,3 +1,8 @@
|
||||
Sun Aug 12 10:03:42 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* */Makefile.am: Set GPATH to fix srcdir != builddir
|
||||
problems with GNU make.
|
||||
|
||||
Sun Jul 22 17:01:34 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtksignal.sgml: Fix missing not
|
||||
|
@ -72,6 +72,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
|
||||
# Everything below here is generic #
|
||||
####################################
|
||||
|
||||
# We set GPATH here; this gives us semantics for GNU make
|
||||
# which are more like other make's VPATH, when it comes to
|
||||
# whether a source that is a target of one rule is then
|
||||
# searched for in VPATH/GPATH.
|
||||
#
|
||||
GPATH = $(srcdir)
|
||||
|
||||
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -61,6 +61,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
|
||||
# Everything below here is generic #
|
||||
####################################
|
||||
|
||||
# We set GPATH here; this gives us semantics for GNU make
|
||||
# which are more like other make's VPATH, when it comes to
|
||||
# whether a source that is a target of one rule is then
|
||||
# searched for in VPATH/GPATH.
|
||||
#
|
||||
GPATH = $(srcdir)
|
||||
|
||||
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -87,6 +87,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
|
||||
# Everything below here is generic #
|
||||
####################################
|
||||
|
||||
# We set GPATH here; this gives us semantics for GNU make
|
||||
# which are more like other make's VPATH, when it comes to
|
||||
# whether a source that is a target of one rule is then
|
||||
# searched for in VPATH/GPATH.
|
||||
#
|
||||
GPATH = $(srcdir)
|
||||
|
||||
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
Loading…
Reference in New Issue
Block a user