mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Avoid rebuilding everything everytime.
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * Makefile.am: Avoid rebuilding everything everytime.
This commit is contained in:
parent
16c6aa6833
commit
1d3de4d2d0
@ -1,3 +1,7 @@
|
|||||||
|
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* Makefile.am: Avoid rebuilding everything everytime.
|
||||||
|
|
||||||
Mon Mar 5 15:26:30 2001 Jonathan Blandford <jrb@redhat.com>
|
Mon Mar 5 15:26:30 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gparamspecs.c (g_param_spec_interface): add a new param spec to
|
* gparamspecs.c (g_param_spec_interface): add a new param spec to
|
||||||
|
@ -101,10 +101,8 @@ EXTRA_DIST += $(gruntime_built_sources)
|
|||||||
# setup autogeneration dependancies
|
# setup autogeneration dependancies
|
||||||
gen_sources = xgen-gmh xgen-gmc xgen-gms
|
gen_sources = xgen-gmh xgen-gmc xgen-gms
|
||||||
CLEANFILES += $(gen_sources)
|
CLEANFILES += $(gen_sources)
|
||||||
# Makefile: oldest-source-stamp # oh boy, does automake SUCK!
|
|
||||||
oldest-source-stamp: $(gruntime_built_sources)
|
|
||||||
|
|
||||||
$(OBJECTS): oldest-source-stamp ${gruntime_built_public_sources} # this is our oldest file, used for implicit auto-generation deps
|
$(libgobject_1_3_la_OBJECTS): $(gruntime_built_sources) ${gruntime_built_public_sources} # this is our oldest file, used for implicit auto-generation deps
|
||||||
# initial creation of the real stamp-* files
|
# initial creation of the real stamp-* files
|
||||||
gmarshal.h: # never add deps here
|
gmarshal.h: # never add deps here
|
||||||
test -f "$(srcdir)/$@" || touch $(srcdir)/$@
|
test -f "$(srcdir)/$@" || touch $(srcdir)/$@
|
||||||
|
Loading…
Reference in New Issue
Block a user