dtinfo: make auxillary libs and programs build
This commit is contained in:
21
cde/programs/dtinfo/mmdb/HardCopy/Makefile.am
Normal file
21
cde/programs/dtinfo/mmdb/HardCopy/Makefile.am
Normal file
@@ -0,0 +1,21 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LIBRARIES = libHardCopy.a
|
||||
|
||||
AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
libHardCopy_a_CXXFLAGS = -DCDE_NEXT -DEXPAND_TEMPLATES -I../../DtMmdb \
|
||||
-I../../DtMmdb/HardCopy -I../../DtMmdb/dti_excs
|
||||
|
||||
libHardCopy_a_SOURCES = ../../DtMmdb/HardCopy/FPset.C \
|
||||
../../DtMmdb/HardCopy/HardCopyFP.C \
|
||||
../../DtMmdb/HardCopy/autoNumber.C \
|
||||
../../DtMmdb/HardCopy/autoNumberFP.C
|
||||
|
||||
if LINUX
|
||||
libHardCopy_a_SOURCES += ../../DtMmdb/HardCopy/TemplatesAutoNumber.C
|
||||
endif
|
||||
|
||||
if BSD
|
||||
libHardCopy_a_SOURCES += ../../DtMmdb/HardCopy/TemplatesAutoNumber.C
|
||||
endif
|
||||
Reference in New Issue
Block a user