File: Makefile.am

package info (click to toggle)
nvtv 0.4.7-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,328 kB
  • ctags: 4,303
  • sloc: ansic: 30,302; sh: 6,614; makefile: 159
file content (43 lines) | stat: -rw-r--r-- 1,280 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
## Process this file with automake to produce Makefile.in
## Used automake 1.4

# TESTS = test

check_PROGRAMS = tester life

# from src/Makefile.am ... FIXME use a single? 
# without 
# include ($(srcdir)|$(top_srcdir))/filename

GUI_SOURCES = gui.c gui_bt.c gui_cx.c gui_ch.c gui_ph.c gui_nx.c \
  gui_nv.c gui_tdfx.c gui_i810.c

SRCS_COMMON = libc_wrapper.c xf86i2c.c pipe.c \
  tv_common.c tv_nv.c tv_tdfx.c tv_i810.c \
  tv_null.c tv_bt.c tv_cx.c tv_nx.c tv_ch1_7007.c tv_ch2_7009.c \
  tv_ph1_saa7102.c tv_ph2_saa7104.c \
  data.c data_bt.c data_cx.c data_ch.c data_ph.c data_nx.c \
  data_nv.c data_tdfx.c data_i810.c data_xbox.c data_vesa.c calc_bt.c \
  back_direct.c back_nvidia.c back_tdfx.c back_i810.c back_null.c 

SRCS_TEST = test_mmio.c test_i2c.c test_record.c \
  back_test.c card_direct.c 

noinst_HEADERS = back_test.h tester.h test_record.h

tester_SOURCES = tester.c test_mmio.c test_i2c.c test_record.c \
  back_test.c back_unix.c card_direct.c $(SRCS_COMMON) 

life_SOURCES = life.c nvtv.c actions.c print.c $(GUI_SOURCES) \
  $(SRCS_TEST) $(SRCS_COMMON) 

# The C sources and includes are first taken from ., then from ../src

vpath %.c .:../src

AM_CPPFLAGS = -I../src -DTEST_HOOKS

# Kill defines (taken from ../src/config.h)

# DEFS = -I. -I$(srcdir)