2003-10-15 01:25:41 +00:00
|
|
|
include ../Rules
|
2003-05-18 22:59:51 +00:00
|
|
|
|
2004-04-05 10:25:55 +00:00
|
|
|
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
2004-07-28 19:16:44 +00:00
|
|
|
tests_pass = name tee property fake gst-inspect-check struct_size
|
2003-10-15 01:25:41 +00:00
|
|
|
tests_fail =
|
2004-04-15 04:54:53 +00:00
|
|
|
tests_ignore =
|
2002-05-05 16:49:45 +00:00
|
|
|
|
2004-07-29 15:15:16 +00:00
|
|
|
noinst_HEADERS = property.h struct_i386.h
|
2002-01-31 12:17:46 +00:00
|
|
|
|
2004-03-25 02:05:22 +00:00
|
|
|
gst_inspect_check_SOURCES =
|
2004-03-25 01:55:31 +00:00
|
|
|
gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
|
2004-03-24 23:48:24 +00:00
|
|
|
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
|
2004-03-25 01:55:31 +00:00
|
|
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
|
|
|
chmod +x gst-inspect-check$(EXEEXT)
|
2004-03-24 23:48:24 +00:00
|
|
|
|
2004-04-05 11:32:22 +00:00
|
|
|
#gst_compprep_check_SOURCES =
|
|
|
|
#gst-compprep-check$(EXEEXT):
|
|
|
|
# cp $(srcdir)/gst-compprep-check.in gst-compprep-check$(EXEEXT)
|
2004-03-25 02:05:22 +00:00
|
|
|
|
2004-03-25 02:43:28 +00:00
|
|
|
EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in
|