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.

59 lines
1.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/stf/rte/makefile-am-behave.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./mp1e/Makefile.am.orig 2004-09-07 17:05:47.487709032 +0200
  20. +++ ./mp1e/Makefile.am 2004-09-07 17:06:02.154479344 +0200
  21. @@ -4,8 +4,6 @@
  22. INCLUDES = -D_GNU_SOURCE -D_REENTRANT -include $(top_builddir)/config.h \
  23. -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
  24. -if BACKEND_MP1E
  25. -
  26. SUBDIRS = video audio systems common
  27. DIST_SUBDIRS = video audio systems common
  28. EXTRA_DIST =
  29. @@ -20,28 +18,4 @@
  30. ## XXX remove options.h
  31. libmp1e_la_SOURCES = b_mp1e.c b_mp1e.h options.h
  32. -else
  33. -
  34. -SUBDIRS = macros video audio vbi systems common devices test
  35. -DIST_SUBDIRS = macros video audio vbi systems common devices test
  36. -EXTRA_DIST = mp1e.lsm.in mp1e.spec.in $(man_MANS) BUGS b_mp1e.h rte
  37. -
  38. -dist-hook:
  39. - for file in b_mp1e.c; do \
  40. - rm -rf $(distdir)/$$file; done
  41. -
  42. -bin_PROGRAMS = mp1e
  43. -
  44. -mp1e_SOURCES = main.c options.c global_data.c options.h
  45. -
  46. -mp1e_LDADD = \
  47. - systems/libsystems.la \
  48. - audio/libaudio.la vbi/libvbi.la \
  49. - devices/libdevices.la video/libvideo.la common/libcommon.la \
  50. - test/libtest.la $(X_LIBS) -lm $(PTHREAD_LIB) $(ESD_LIBS)
  51. -
  52. -man_MANS = mp1e.1
  53. -
  54. -endif
  55. -
  56. DISTCLEANFILES = site_def.h