Migration to new build system.

* kon moved and checked
This commit is contained in:
Mateusz Hromada 2009-06-09 20:22:14 +02:00
parent 8c8a2529e1
commit 8e1730ce81
3 changed files with 4 additions and 10 deletions

View File

@ -1,9 +0,0 @@
kon:
copy:
ifdef UTT_BIN_DIR
cp kon ${UTT_BIN_DIR}
endif
clean:

View File

@ -45,7 +45,7 @@ ALL_FFLAGS = -t \$(FFLAGS)
VPATH = ./src VPATH = ./src
PROGRAMS = tok sen fla gph kot unfla grp mar ser PROGRAMS = tok sen fla gph kot unfla grp mar ser kon
TOK_OBJ_FILES = tok.o tok_cmdline.o TOK_OBJ_FILES = tok.o tok_cmdline.o
TOK_FLEX_FILES = tok.l TOK_FLEX_FILES = tok.l
@ -86,6 +86,9 @@ mar: \$(MAR_PERL_FILES)
SER_PERL_FILES = ser.pl SER_PERL_FILES = ser.pl
ser: \$(SER_PERL_FILES) ser: \$(SER_PERL_FILES)
KON_PERL_FILES = kon.pl
kon: \$(KON_PERL_FILES)
CONFIG_FILES = src/config.h Makefile CONFIG_FILES = src/config.h Makefile
.SUFFIXES: .SUFFIXES:

0
app/src/kon/kon → src/kon.pl Executable file → Normal file
View File