/usr/share/doc/libvdk2-dev/testvdk/Makefile.am is in libvdk2-dev 2.4.0-5.3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 51 52 53 54 55 | SUBDIRS = .
noinst_PROGRAMS = @TESTVDK@
EXTRA_PROGRAMS = testvdk testvdkstring
INCLUDES = @INCLUDES@
CXXFLAGS = @CXXFLAGS@
testvdk_LDFLAGS = $(GTK_LIBS) $(SIGC_LIBS)
testvdk_LDADD = $(top_srcdir)/vdk/libvdk.la
testvdk_SOURCES = \
testvdk.cc \
testvdk.h \
bookcompo.cc\
bookcompo.h\
canvascompo.cc \
canvascompo.h \
drawingcompo.cc \
drawingcompo.h \
combocompo.cc\
combocompo.h\
chartcompo.cc \
chartcompo.h \
ctreecompo.cc \
ctreecompo.h \
edcompo.cc\
edcompo.h\
progcompo.cc\
progcompo.h\
sigctest.cc \
sigctest.h \
dnd.cc \
dnd.h \
treeviewcompo.h\
treeviewcompo.cc\
pixmaps.cc
testvdkstring_SOURCES = testvdkstring.cc
testvdkstring_LDFLAGS = $(GTK_LIBS) $(SIGC_LIBS)
testvdkstring_LDADD = $(top_srcdir)/vdk/libvdk.la
EXTRA_DIST = \
loadfile.xpm \
f104.xpm \
vdklogo.xpm \
fuzzy.png\
testvdkrc\
vitrurian.png\
stop.png\
tokens.db
|