cause the built sources to be rebuild when possible, even with
Fri Oct 30 05:24:43 1998 Tim Janik <timj@gtk.org> * gtk/Makefile.am: cause the built sources to be rebuild when possible, even with --include-deps: $(libgtk_la_SOURCES): $(BUILT_SOURCES)
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Fri Oct 30 05:24:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/Makefile.am: cause the built sources to be rebuild when possible,
|
||||
even with --include-deps:
|
||||
$(libgtk_la_SOURCES): $(BUILT_SOURCES)
|
||||
|
||||
Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 30 05:24:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/Makefile.am: cause the built sources to be rebuild when possible,
|
||||
even with --include-deps:
|
||||
$(libgtk_la_SOURCES): $(BUILT_SOURCES)
|
||||
|
||||
Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 30 05:24:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/Makefile.am: cause the built sources to be rebuild when possible,
|
||||
even with --include-deps:
|
||||
$(libgtk_la_SOURCES): $(BUILT_SOURCES)
|
||||
|
||||
Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 30 05:24:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/Makefile.am: cause the built sources to be rebuild when possible,
|
||||
even with --include-deps:
|
||||
$(libgtk_la_SOURCES): $(BUILT_SOURCES)
|
||||
|
||||
Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 30 05:24:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/Makefile.am: cause the built sources to be rebuild when possible,
|
||||
even with --include-deps:
|
||||
$(libgtk_la_SOURCES): $(BUILT_SOURCES)
|
||||
|
||||
Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 30 05:24:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/Makefile.am: cause the built sources to be rebuild when possible,
|
||||
even with --include-deps:
|
||||
$(libgtk_la_SOURCES): $(BUILT_SOURCES)
|
||||
|
||||
Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 30 05:24:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/Makefile.am: cause the built sources to be rebuild when possible,
|
||||
even with --include-deps:
|
||||
$(libgtk_la_SOURCES): $(BUILT_SOURCES)
|
||||
|
||||
Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
|
||||
|
@ -231,6 +231,9 @@ BUILT_SOURCES = \
|
||||
gtkmarshal.c \
|
||||
gtkmarshal.h
|
||||
|
||||
# cause the built sources to be rebuild when possible, even with --include-deps
|
||||
$(libgtk_la_SOURCES): $(BUILT_SOURCES)
|
||||
|
||||
# More headers to use when autogenerating.
|
||||
gdk_headers = \
|
||||
../gdk/gdktypes.h \
|
||||
@ -271,10 +274,6 @@ gtktypebuiltins_evals.c: @REBUILD@ makeenums.pl gtk.defs
|
||||
gtkmarshal.c gtkmarshal.h: @REBUILD@ gtkmarshal.list genmarshal.pl
|
||||
srcdir=$(srcdir) INDENT=$(INDENT) $(PERL) $(srcdir)/genmarshal.pl
|
||||
|
||||
# ???
|
||||
# special remake rules
|
||||
# makeenums.h: @REBUILD@ gtk.h gtkprivate.h
|
||||
|
||||
libgtk_la_LDFLAGS = \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||
|
||||
|
Reference in New Issue
Block a user