actual/packages/node-libofx/OpenSP-1.5.2/sgmlnorm/Makefile.am

25 lines
632 B
Makefile
Raw Normal View History

2022-04-29 02:44:38 +00:00
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = osgmlnorm
osgmlnorm_SOURCES = sgmlnorm.cxx SGMLGenerator.cxx SGMLGenerator.h \
SgmlnormMessages.h
EXTRA_DIST = sgmlnorm.dsp SgmlnormMessages.msg SgmlnormMessages.rc \
.cvsignore
BUILT_SOURCES = SgmlnormMessages.h SgmlnormMessages.rc
MAINTAINERCLEANFILES = Makefile.in
osgmlnorm_LDADD = $(top_builddir)/lib/libosp.la $(LTLIBINTL)
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/generic
MSGGENFLAGS = -l appModule
SUFFIXES = .msg .rc
%.h %.cxx %.rc: %.msg
[ ! -f $(top_srcdir)/msggen.pl ] || $(PERL) -w $(top_srcdir)/msggen.pl $(MSGGENFLAGS) $<