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.*
|