mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
11 lines
255 B
Makefile
11 lines
255 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libHardCopy.la
|
|
|
|
libHardCopy_la_CXXFLAGS = -DEXPAND_TEMPLATES -DCDE_NEXT -I..
|
|
|
|
libHardCopy_la_SOURCES = FPset.C \
|
|
HardCopyFP.C \
|
|
TemplatesAutoNumber.C \
|
|
autoNumber.C \
|
|
autoNumberFP.C
|