Migration to new build system.
* unfla moved and checked
This commit is contained in:
parent
3a2ae91d94
commit
1e572e12c5
@ -1,8 +0,0 @@
|
|||||||
unfla:
|
|
||||||
|
|
||||||
copy:
|
|
||||||
ifdef UTT_BIN_DIR
|
|
||||||
cp unfla ${UTT_BIN_DIR}
|
|
||||||
endif
|
|
||||||
|
|
||||||
clean:
|
|
@ -45,7 +45,7 @@ ALL_FFLAGS = -t \$(FFLAGS)
|
|||||||
|
|
||||||
VPATH = ./src
|
VPATH = ./src
|
||||||
|
|
||||||
PROGRAMS = tok sen fla gph kot
|
PROGRAMS = tok sen fla gph kot unfla
|
||||||
|
|
||||||
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
|
||||||
@ -74,6 +74,9 @@ gph: \$(GPH_PERL_FILES)
|
|||||||
KOT_PERL_FILES = kot.pl
|
KOT_PERL_FILES = kot.pl
|
||||||
kot: \$(KOT_PERL_FILES)
|
kot: \$(KOT_PERL_FILES)
|
||||||
|
|
||||||
|
UNFLA_SH_FILES = unfla.sh
|
||||||
|
unfla: \$(UNFLA_SH_FILES)
|
||||||
|
|
||||||
CONFIG_FILES = src/config.h Makefile
|
CONFIG_FILES = src/config.h Makefile
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
@ -140,5 +143,9 @@ uninstall:
|
|||||||
\$(CP) \$< \$@
|
\$(CP) \$< \$@
|
||||||
\$(CHMOD) a+x \$@
|
\$(CHMOD) a+x \$@
|
||||||
|
|
||||||
|
%: %.sh
|
||||||
|
\$(CP) \$< \$@
|
||||||
|
\$(CHMOD) a+x \$@
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
4
app/src/unfla/unfla → src/unfla.sh
Executable file → Normal file
4
app/src/unfla/unfla → src/unfla.sh
Executable file → Normal file
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
#package: UAM Text Tools
|
#package: UAM Text Tools
|
||||||
#component: unfla
|
#component: unfla
|
||||||
#version: 1.0
|
#version: 1.0
|
||||||
#author: Tomasz Obrebski
|
#author: Tomasz Obrebski
|
||||||
|
|
||||||
tr '\014' '\012'
|
exec tr '\014' '\012'
|
Loading…
Reference in New Issue
Block a user