Makefile 189 B

123456789101112
  1. # Makefile for linuxtv.org dvb-apps/test/libucsi
  2. binaries = testesg
  3. CPPFLAGS += -I../../lib
  4. LDLIBS += ../../lib/libesg/libesg.a
  5. .PHONY: all
  6. all: $(binaries)
  7. include ../../Make.rules