From ac9a049dc70613b4b6ef600978b199a291eed2f0 Mon Sep 17 00:00:00 2001 From: Mateusz Hromada Date: Tue, 9 Jun 2009 20:13:47 +0200 Subject: [PATCH] Migration to new build system. * grp moved and checked --- app/src/grp/Makefile | 8 -------- auto/output/Makefile | 5 ++++- app/src/grp/grp => src/grp.pl | 0 3 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 app/src/grp/Makefile rename app/src/grp/grp => src/grp.pl (100%) mode change 100755 => 100644 diff --git a/app/src/grp/Makefile b/app/src/grp/Makefile deleted file mode 100644 index bcf5b90..0000000 --- a/app/src/grp/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -main: - -copy: -ifdef UTT_BIN_DIR - cp grp ${UTT_BIN_DIR} -endif - -clean: diff --git a/auto/output/Makefile b/auto/output/Makefile index 289bf62..f25281a 100755 --- a/auto/output/Makefile +++ b/auto/output/Makefile @@ -45,7 +45,7 @@ ALL_FFLAGS = -t \$(FFLAGS) VPATH = ./src -PROGRAMS = tok sen fla gph kot unfla +PROGRAMS = tok sen fla gph kot unfla grp TOK_OBJ_FILES = tok.o tok_cmdline.o TOK_FLEX_FILES = tok.l @@ -77,6 +77,9 @@ kot: \$(KOT_PERL_FILES) UNFLA_SH_FILES = unfla.sh unfla: \$(UNFLA_SH_FILES) +GRP_PERL_FILES = grp.pl +grp: \$(GRP_PERL_FILES) + CONFIG_FILES = src/config.h Makefile .SUFFIXES: diff --git a/app/src/grp/grp b/src/grp.pl old mode 100755 new mode 100644 similarity index 100% rename from app/src/grp/grp rename to src/grp.pl