17 lines
320 B
Makefile
17 lines
320 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
bin_PROGRAMS = chr str sll map lda fio pio sio time
|
|
|
|
LDFLAGS = -L../../lib/cmn
|
|
LDADD = -lqsecmn
|
|
|
|
chr_SOURCES = chr.c
|
|
str_SOURCES = str.c
|
|
sll_SOURCES = sll.c
|
|
map_SOURCES = map.c
|
|
lda_SOURCES = lda.c
|
|
fio_SOURCES = fio.c
|
|
pio_SOURCES = pio.c
|
|
sio_SOURCES = sio.c
|
|
time_SOURCES = time.c
|