This commit is contained in:
glenux 2005-10-30 23:07:30 +00:00
parent eb79136f1f
commit 6459a49010
8 changed files with 38 additions and 1 deletions

View file

@ -1,2 +1,2 @@
SUBDIRS = lib tools
SUBDIRS = lib rle1 rle2 #rleGolomb

37
src/rle2/Makefile.am Normal file
View 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
View file

0
src/rle2/eydrle2.hh Normal file
View file

View file

View file

View file

View file