Original commit message from CVS:
add this
This commit is contained in:
Thomas Vander Stichele 2002-09-14 13:56:54 +00:00
parent 2c902a840c
commit 121c19e9f4
2 changed files with 8 additions and 4 deletions

View file

@ -4,7 +4,7 @@ else
GNOME=
endif
EXAMPLES = $(GNOME) xml
EXAMPLES = $(GNOME) xml-mp3
noinst_PROGRAMS = $(EXAMPLES)
LDADD = $(GST_LIBS)
@ -13,11 +13,13 @@ INCLUDES = $(GST_CFLAGS)
gnome_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS)
gnome_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS)
EXTRA_DIST = extract.pl
# for some reason specifying %.c runs us into trouble when running make
# clean, it starts looking for things like mostlyclean-am.c, please
# help me fix that so we don't need to specify all sources here
# also, it's a bit irritating that right now a change in any xml file
# triggers a rebuild of all examples
#%.c:
gnome.c xml.c: $(top_srcdir)/docs/manual/*.xml
gnome.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml

View file

@ -4,7 +4,7 @@ else
GNOME=
endif
EXAMPLES = $(GNOME) xml
EXAMPLES = $(GNOME) xml-mp3
noinst_PROGRAMS = $(EXAMPLES)
LDADD = $(GST_LIBS)
@ -13,11 +13,13 @@ INCLUDES = $(GST_CFLAGS)
gnome_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS)
gnome_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS)
EXTRA_DIST = extract.pl
# for some reason specifying %.c runs us into trouble when running make
# clean, it starts looking for things like mostlyclean-am.c, please
# help me fix that so we don't need to specify all sources here
# also, it's a bit irritating that right now a change in any xml file
# triggers a rebuild of all examples
#%.c:
gnome.c xml.c: $(top_srcdir)/docs/manual/*.xml
gnome.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml