File: config.mk

package info (click to toggle)
libdvb 0.5.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,648 kB
  • ctags: 2,469
  • sloc: cpp: 14,230; xml: 9,017; ansic: 6,307; makefile: 257; sh: 5
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# -*- makefile -*-
#

PREFIX = /usr/local
VERSION = 0.5.4
CFLAGS=-O2 -Wall -g
INCLUDES=-I. -I../include -I../../include
TEST_PROGS= merge_dvb conv satscan cam_set cam_test quickscan cam_menu dump_TS
#CXX = g++-3.2
#CC  = gcc-3.2