This commit is contained in:
parent
eb79136f1f
commit
6459a49010
8 changed files with 38 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
SUBDIRS = lib tools
|
||||
SUBDIRS = lib rle1 rle2 #rleGolomb
|
||||
|
||||
|
|
37
src/rle2/Makefile.am
Normal file
37
src/rle2/Makefile.am
Normal file
|
@ -0,0 +1,37 @@
|
|||
#AM_YFLAGS = -d -v
|
||||
|
||||
SUBDIRS = .
|
||||
|
||||
bin_PROGRAMS = eydrle
|
||||
|
||||
#eyd_SOURCES += parser.hh \
|
||||
# source_lexer.hh
|
||||
|
||||
INCLUDES= -I../lib/ -I./ @GLIB2_CFLAGS@ @TARGET_READLINE_INC@
|
||||
|
||||
#BUILT_SOURCES = source_parser.h source_lexer.cc
|
||||
|
||||
|
||||
# LEXLIB@
|
||||
# libyalag.la
|
||||
|
||||
#eyd_INCLUDE =
|
||||
|
||||
|
||||
eydrle_SOURCES = eydrle.cpp eydrle_init.cpp eydrle_main.cpp eydrle_compress.cpp eydrle_uncompress.cpp
|
||||
eydrle_SOURCES += eydrle.hh
|
||||
eydrle_LDADD = -leyd
|
||||
eydrle_LDFLAGS = @LDFLAGS@ -L../lib -L../lib/.libs
|
||||
|
||||
#bitcopy_SOURCES = bitcopy.cpp
|
||||
#bitcopy_LDADD = -leyd
|
||||
#bitcopy_LDFLAGS = @LDFLAGS@ -L../lib -L../lib/.libs
|
||||
|
||||
#bitdecompress_SOURCES = bitdecompress.cpp
|
||||
#bitdecompress_LDADD = -leyd
|
||||
#bitdecompress_LDFLAGS = @LDFLAGS@ -L../lib -L../lib/.libs
|
||||
|
||||
#bitcompress_SOURCES = bitcompress.cpp
|
||||
#bitcompress_LDADD = -leyd
|
||||
#bitcompress_LDFLAGS = @LDFLAGS@ -L../lib -L../lib/.libs
|
||||
|
0
src/rle2/eydrle2.cpp
Normal file
0
src/rle2/eydrle2.cpp
Normal file
0
src/rle2/eydrle2.hh
Normal file
0
src/rle2/eydrle2.hh
Normal file
0
src/rle2/eydrle2_compress.cpp
Normal file
0
src/rle2/eydrle2_compress.cpp
Normal file
0
src/rle2/eydrle2_init.cpp
Normal file
0
src/rle2/eydrle2_init.cpp
Normal file
0
src/rle2/eydrle2_main.cpp
Normal file
0
src/rle2/eydrle2_main.cpp
Normal file
0
src/rle2/eydrle2_uncompress.cpp
Normal file
0
src/rle2/eydrle2_uncompress.cpp
Normal file
Loading…
Reference in a new issue