File: config.mk

package info (click to toggle)
libdvb 0.5.5.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,928 kB
  • ctags: 2,588
  • sloc: cpp: 16,005; xml: 9,017; ansic: 6,627; makefile: 264; sh: 5
file content (10 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# -*- makefile -*-
#

PREFIX = /usr/local
VERSION = 0.5.5.1
CFLAGS=-O2 -Wall -g
INCLUDES=-I. -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