Avoid rebuilding everything everytime.

2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* Makefile.am: Avoid rebuilding everything everytime.
This commit is contained in:
Sebastian Wilhelmi 2001-03-07 13:33:45 +00:00 committed by Sebastian Wilhelmi
parent 16c6aa6833
commit 1d3de4d2d0
2 changed files with 5 additions and 3 deletions

View File

@ -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>
* gparamspecs.c (g_param_spec_interface): add a new param spec to

View File

@ -101,10 +101,8 @@ EXTRA_DIST += $(gruntime_built_sources)
# setup autogeneration dependancies
gen_sources = xgen-gmh xgen-gmc xgen-gms
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
gmarshal.h: # never add deps here
test -f "$(srcdir)/$@" || touch $(srcdir)/$@