File: Makefile.am

package info (click to toggle)
wxedid 0.0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,948 kB
  • sloc: cpp: 14,947; sh: 10,748; ansic: 754; makefile: 45
file content (50 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (2)
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
44
45
46
47
48
49
50
ACLOCAL_AMFLAGS = -I m4

AM_CPPFLAGS = @ac_lang_cflags@

wxedid_LDADD = @LIBS@

bin_PROGRAMS = wxedid
wxedid_SOURCES  = \
	src/wxEDID_App.cpp \
	src/wxEDID.cpp \
	src/EDID_main.cpp \
	src/EDID_base.cpp \
	src/EDID_dsc.cpp \
	src/CEA.cpp \
	src/CEA_ET.cpp \
	src/grpar.cpp \
	src/vid_fmt.cpp \
	src/vmap.cpp \
	src/guilog.cpp \
	src/wxEDID_App.h \
	src/wxEDID.h \
	src/EDID.h \
	src/EDID_shared.h \
	src/EDID_class.h \
	src/CEA_class.h \
	src/CEA_ET_class.h \
	src/CEA.h \
	src/CEA_ET.h \
	src/grpar.h \
	src/id_flags.h \
	src/vmap.h \
	src/guilog.h \
	src/rcdunits.h \
	src/def_types.h \
	src/debug.h

#files generated by rcd_autogen
nodist_wxedid_SOURCES = \
	src/wxedid_rcd_scope.cpp \
	src/wxedid_rcd_scope.h

EXTRA_DIST  = build-aux m4 man
EXTRA_DIST += src/rcode
EXTRA_DIST += src/wxedid.rcdgen_cfg
EXTRA_DIST += cb_project/wxEDID.cbp
EXTRA_DIST += cb_project/wxsmith

distclean:
	rm -f src/*_rcd_scope.*