commit before morning nap
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
all: libpocosc.a
|
||||
|
||||
OPTS = -Wall -g -DDEBUG_LEVEL=1
|
||||
OPTS = -Wall -g -DDEBUG_LEVEL=0
|
||||
|
||||
senders.o: senders.c senders.h Makefile
|
||||
gcc ${OPTS} -c $<
|
||||
@@ -23,6 +23,26 @@ joyutils.o: joyutils.c joyutils.h Makefile
|
||||
ncursefuncs.o: ncursefuncs.c ncursefuncs.h Makefile
|
||||
gcc ${OPTS} -c $<
|
||||
|
||||
#
|
||||
|
||||
libpocosc.a: senders.o alsaseq.o serial.o ncursefuncs.o \
|
||||
joyutils.o
|
||||
joyutils.o bigchars.o
|
||||
ar r $@ $?
|
||||
|
||||
#
|
||||
|
||||
mkbigchars: mkbigchars.c Makefile
|
||||
gcc ${OPTS} $< -o $@
|
||||
|
||||
chars8x8.def: mkbigchars Makefile
|
||||
./mkbigchars 8x8thin $@
|
||||
|
||||
bigchars.o: bigchars.c chars8x8.def ncursefuncs.h Makefile
|
||||
gcc ${OPTS} -c $<
|
||||
|
||||
# programmes de test
|
||||
|
||||
t: t.c Makefile libpocosc.a ncursefuncs.h
|
||||
gcc $(OPTS) $< libpocosc.a -o $@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user