diff options
author | Tim Janik <timj@src.gnome.org> | 2000-12-12 22:40:00 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2000-12-12 22:40:00 +0000 |
commit | 43fb65bd392587929d8b66a4e98142fe8ed33b99 (patch) | |
tree | 3d506d85230d28457d97dfcfab3dcfa54f7d1e84 /gobject | |
parent | 70a7a7654ef87c05a281318262ed635b90ffeebe (diff) |
clean up after elliot, wonder what his mother has to do on a daily basis.
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am index c722ddbcd..7baa42980 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -102,10 +102,7 @@ EXTRA_DIST += $(gruntime_built_sources) 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) - @touch oldest-source-stamp -CLEANFILES+=oldest-source-stamp $(OBJECTS): oldest-source-stamp ${gruntime_built_public_sources} # this is our oldest file, used for implicit auto-generation deps # initial creation of the real stamp-* files @@ -125,12 +122,10 @@ $(srcdir)/stamp-gmarshal.h: @REBUILD@ gmarshal.list gmarshal.h glib-genmarshal && (cmp -s xgen-gmh $(srcdir)/gmarshal.h || cp xgen-gmh $(srcdir)/gmarshal.h) \ && rm -f xgen-gmh xgen-gmh~ \ && echo timestamp > $@ - $(srcdir)/gmarshal.c: @REBUILD@ $(srcdir)/stamp-gmarshal.h ./glib-genmarshal --nostdinc --prefix=g_cclosure_marshal $(srcdir)/gmarshal.list --body >> xgen-gmc \ && cp xgen-gmc $(srcdir)/gmarshal.c \ && rm -f xgen-gmc xgen-gmc~ - $(srcdir)/gmarshal.strings: @REBUILD@ $(srcdir)/gmarshal.list grep '^[A-Z]' $(srcdir)/gmarshal.list \ | sed -e 's/^/"g_cclosure_marshal_/' -e 's/:/__/' -e 's/,/_/g' -e 's/$$/",/' > xgen-gms \ |