Blame spcat/Makefile.am

Packit 8a864e
## Process this file with automake to produce Makefile.in
Packit 8a864e
Packit 8a864e
bin_PROGRAMS = ospcat
Packit 8a864e
Packit 8a864e
ospcat_SOURCES = spcat.cxx spcat_inst.cxx SpcatMessages.h
Packit 8a864e
Packit 8a864e
EXTRA_DIST = spcat_inst.m4 spcat.dsp SpcatMessages.msg SpcatMessages.rc \
Packit 8a864e
	.cvsignore
Packit 8a864e
Packit 8a864e
ospcat_LDADD = $(top_builddir)/lib/libosp.la $(LTLIBINTL)
Packit 8a864e
Packit 8a864e
INCLUDES = -I$(top_srcdir)/include
Packit 8a864e
Packit 8a864e
BUILT_SOURCES = spcat_inst.cxx SpcatMessages.h SpcatMessages.rc
Packit 8a864e
Packit 8a864e
MAINTAINERCLEANFILES = Makefile.in
Packit 8a864e
Packit 8a864e
MSGGENFLAGS = -l appModule
Packit 8a864e
Packit 8a864e
SUFFIXES = .m4 .msg .rc
Packit 8a864e
Packit 8a864e
.m4.cxx:
Packit 8a864e
	$(PERL) $(top_srcdir)/instmac.pl $< >$@
Packit 8a864e
Packit 8a864e
%.h %.cxx %.rc: %.msg
Packit 8a864e
	[ ! -f $(top_srcdir)/msggen.pl ] || $(PERL) -w $(top_srcdir)/msggen.pl $(MSGGENFLAGS) $<