DtMmdb: move to lib directory as a standalone library.
This commit is contained in:
18
cde/lib/DtMmdb/compression/Makefile.am
Normal file
18
cde/lib/DtMmdb/compression/Makefile.am
Normal file
@@ -0,0 +1,18 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libcompression.la
|
||||
|
||||
libcompression_la_CXXFLAGS = -I..
|
||||
|
||||
libcompression_la_SOURCES = abs_agent.C zip.C huffman.C trie.C code.C lzss.C \
|
||||
sgml.C ps.C
|
||||
|
||||
AM_LFLAGS = -8 -s
|
||||
|
||||
CLEANFILES = sgml.C ps.C
|
||||
|
||||
sgml.C: sgml.ll
|
||||
$(LEX) $(AM_LFLAGS) -P sgml -o $@ $<
|
||||
|
||||
ps.C: ps.ll
|
||||
$(LEX) $(AM_LFLAGS) -P ps -o $@ $<
|
||||
Reference in New Issue
Block a user