Migration to new build system.
* ser moved and checked
This commit is contained in:
parent
dc2176950f
commit
8c8a2529e1
@ -1,9 +0,0 @@
|
|||||||
|
|
||||||
ser:
|
|
||||||
|
|
||||||
copy:
|
|
||||||
ifdef UTT_BIN_DIR
|
|
||||||
cp ser ${UTT_BIN_DIR}
|
|
||||||
endif
|
|
||||||
|
|
||||||
clean:
|
|
@ -45,7 +45,7 @@ ALL_FFLAGS = -t \$(FFLAGS)
|
|||||||
|
|
||||||
VPATH = ./src
|
VPATH = ./src
|
||||||
|
|
||||||
PROGRAMS = tok sen fla gph kot unfla grp mar
|
PROGRAMS = tok sen fla gph kot unfla grp mar ser
|
||||||
|
|
||||||
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
|
||||||
@ -83,6 +83,9 @@ grp: \$(GRP_PERL_FILES)
|
|||||||
MAR_PERL_FILES = mar.pl
|
MAR_PERL_FILES = mar.pl
|
||||||
mar: \$(MAR_PERL_FILES)
|
mar: \$(MAR_PERL_FILES)
|
||||||
|
|
||||||
|
SER_PERL_FILES = ser.pl
|
||||||
|
ser: \$(SER_PERL_FILES)
|
||||||
|
|
||||||
CONFIG_FILES = src/config.h Makefile
|
CONFIG_FILES = src/config.h Makefile
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
0
app/src/ser/ser → src/ser.pl
Executable file → Normal file
0
app/src/ser/ser → src/ser.pl
Executable file → Normal file
Loading…
Reference in New Issue
Block a user