2003-10-15 01:25:41 +00:00
|
|
|
include ../Rules
|
2003-05-18 22:59:51 +00:00
|
|
|
|
2005-11-23 21:12:22 +00:00
|
|
|
tests_pass = 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
|
|
|
|
2005-11-23 21:12:22 +00:00
|
|
|
noinst_HEADERS = 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
|
|
|
|
2005-11-30 13:28:13 +00:00
|
|
|
EXTRA_DIST = gst-inspect-check.in
|