view anagram/vaclgui/DEFS.mk @ 8:ec2b657edf13

Add explicit lint-comment-style fallthrough annotations. GCC now assumes that if you don't have these you're making a mistake, which is annoying. XXX: This changeset updates the AG output files only (by hand) and is XXX: abusive - rebuilding them will erase the change. However, I need XXX: to get things to build before I can try to get AG to issue the XXX: annotations itself, so this seems like a reasonable expedient.
author David A. Holland
date Mon, 30 May 2022 23:51:43 -0400
parents 13d2b8934445
children
line wrap: on
line source

#
# Things that should be tidied and moved to guisupport:
#
#       parts of digset.cpp/hpp
#       maybe dpanel.cpp/hpp
#
SRCS=\
	about.cpp \
	actionwin.cpp \
	agfiledialog.cpp \
	agrect.cpp \
	agview.cpp \
	ctrlpanel.cpp \
	digset.cpp \
	dpanel.cpp \
	dspar.cpp \
	dview.cpp \
	dvplug.cpp \
	fileview.cpp \
	frame.cpp \
	ftview.cpp \
	gtview.cpp \
	guiinst.cpp \
	helpview.cpp \
	multiline.cpp \
	openfile.cpp \
	statwin.cpp \
	toolbar.cpp \
	trfview.cpp \
	vaclgui.cpp

LIB=gui
LIBTYPE=LIB

INCDIRS=$(TOP)/anagram/support $(TOP)/anagram/agcore \
	$(TOP)/anagram/guisupport $(TOP)/anagram/vaclgui \
	$(TOP)/anagram/ag1

include $(TOP)/mk/lib.mk