mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtsr: add automake file
This commit is contained in:
parent
f42b0ce115
commit
85aff9320f
1 changed files with 23 additions and 0 deletions
23
cde/programs/dtsr/Makefile.am
Normal file
23
cde/programs/dtsr/Makefile.am
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
bin_PROGRAMS = dtsrcreate dtsrdbrec dtsrhan dtsrload dtsrindex dtsrdelete \
|
||||||
|
huffcode dtsrkdump
|
||||||
|
PROGRAMS_CFLAGS = -I../../lib/DtSearch -I../../lib/DtSearch/raima \
|
||||||
|
-DMAIN_PROGRAM -lc -lm ${X_LIBS}
|
||||||
|
PROGRAMS_LDADD = ../../lib/DtSearch/libDtSearch.so
|
||||||
|
|
||||||
|
dtsrcreate_SOURCES = dtsrcreate.c
|
||||||
|
|
||||||
|
dtsrdbrec_SOURCES = dtsrdbrec.c
|
||||||
|
|
||||||
|
dtsrhan_SOURCES = dtsrhan.c
|
||||||
|
|
||||||
|
dtsrload_SOURCES = dtsrload.c
|
||||||
|
|
||||||
|
dtsrindex_SOURCES = dtsrindex.c
|
||||||
|
|
||||||
|
dtsrdelete_SOURCES = dtsrdelete.c
|
||||||
|
|
||||||
|
huffcode_SOURCES = huffcode.c
|
||||||
|
|
||||||
|
dtsrkdump_SOURCES = dtsrkdump.c
|
Loading…
Add table
Add a link
Reference in a new issue