mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB

  1. --- ./mp1e/Makefile.am.orig 2004-09-07 17:05:47.487709032 +0200
  2. +++ ./mp1e/Makefile.am 2004-09-07 17:06:02.154479344 +0200
  3. @@ -4,8 +4,6 @@
  4. INCLUDES = -D_GNU_SOURCE -D_REENTRANT -include $(top_builddir)/config.h \
  5. -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
  6. -if BACKEND_MP1E
  7. -
  8. SUBDIRS = video audio systems common
  9. DIST_SUBDIRS = video audio systems common
  10. EXTRA_DIST =
  11. @@ -20,28 +18,4 @@
  12. ## XXX remove options.h
  13. libmp1e_la_SOURCES = b_mp1e.c b_mp1e.h options.h
  14. -else
  15. -
  16. -SUBDIRS = macros video audio vbi systems common devices test
  17. -DIST_SUBDIRS = macros video audio vbi systems common devices test
  18. -EXTRA_DIST = mp1e.lsm.in mp1e.spec.in $(man_MANS) BUGS b_mp1e.h rte
  19. -
  20. -dist-hook:
  21. - for file in b_mp1e.c; do \
  22. - rm -rf $(distdir)/$$file; done
  23. -
  24. -bin_PROGRAMS = mp1e
  25. -
  26. -mp1e_SOURCES = main.c options.c global_data.c options.h
  27. -
  28. -mp1e_LDADD = \
  29. - systems/libsystems.la \
  30. - audio/libaudio.la vbi/libvbi.la \
  31. - devices/libdevices.la video/libvideo.la common/libcommon.la \
  32. - test/libtest.la $(X_LIBS) -lm $(PTHREAD_LIB) $(ESD_LIBS)
  33. -
  34. -man_MANS = mp1e.1
  35. -
  36. -endif
  37. -
  38. DISTCLEANFILES = site_def.h