This commit is contained in:
parent
4a4afb67d5
commit
4432a41a53
1 changed files with 37 additions and 0 deletions
37
src/rleGolomb/Makefile.am
Normal file
37
src/rleGolomb/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
|
||||
|
Loading…
Reference in a new issue