Migration to new build system.

* unfla moved and checked
This commit is contained in:
Mateusz Hromada 2009-06-09 20:10:15 +02:00
parent 3a2ae91d94
commit 1e572e12c5
3 changed files with 10 additions and 11 deletions

View File

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

View File

@ -45,7 +45,7 @@ ALL_FFLAGS = -t \$(FFLAGS)
VPATH = ./src
PROGRAMS = tok sen fla gph kot
PROGRAMS = tok sen fla gph kot unfla
TOK_OBJ_FILES = tok.o tok_cmdline.o
TOK_FLEX_FILES = tok.l
@ -74,6 +74,9 @@ gph: \$(GPH_PERL_FILES)
KOT_PERL_FILES = kot.pl
kot: \$(KOT_PERL_FILES)
UNFLA_SH_FILES = unfla.sh
unfla: \$(UNFLA_SH_FILES)
CONFIG_FILES = src/config.h Makefile
.SUFFIXES:
@ -140,5 +143,9 @@ uninstall:
\$(CP) \$< \$@
\$(CHMOD) a+x \$@
%: %.sh
\$(CP) \$< \$@
\$(CHMOD) a+x \$@
EOF

4
app/src/unfla/unfla → src/unfla.sh Executable file → Normal file
View File

@ -1,8 +1,8 @@
#!/bin/bash
#!/bin/sh
#package: UAM Text Tools
#component: unfla
#version: 1.0
#author: Tomasz Obrebski
tr '\014' '\012'
exec tr '\014' '\012'