Makefile 373 B

12345678910111213141516171819202122
  1. # Makefile for linuxtv.org dvb-apps/lib/libesg/transport
  2. .PHONY: sub-error-transport
  3. sub-error-transport:
  4. $(error You can't use this makefile directly.)
  5. ifneq ($(lib_name),)
  6. objects += transport/session_partition_declaration.o
  7. sub-install += transport
  8. else
  9. includes = session_partition_declaration.h
  10. include ../../../Make.rules
  11. lib_name = libesg/transport
  12. endif