MANSUFFIX = 1

CPLUSPLUS_EXTRA_INCLUDES  = $(PROJECTLIBGENERICEXTRAINCLUDES)

SRCSTOPGM = somtopgm.cc
OBJSTOPGM = somtopgm.o

CPLUSPLUS_SRCS = $(SRCSTOPGM)
OBJS = $(OBJSTOPGM)

AllTarget(somtopgm)

NormalCCProgramTarget(somtopgm,$(OBJSTOPGM),NullParameter,NullParameter,NullParameter)

InstallProgram(somtopgm,$(INSTALLBINDIR))
InstallManPage(somtopgm,$(INSTALLMANDIR)/man1)

DependCCTarget()

test::
	@$(TOP)/support/testapp testlist ./somtopgm "" $(TOP)/images/somatom $(TOP)/test/$(CURRENT_DIR) compare filter

test.create::
	@$(TOP)/support/testapp testlist ./somtopgm "" $(TOP)/images/somatom $(TOP)/test/$(CURRENT_DIR) create filter
