Changeset ac9a049


Ignore:
Timestamp:
06/09/09 20:13:47 (15 years ago)
Author:
Mateusz Hromada <ruanda@…>
Branches:
master
Children:
dc21769
Parents:
1e572e1
git-author:
Mateusz Hromada <ruanda@…> (06/09/09 20:13:47)
git-committer:
Mateusz Hromada <ruanda@…> (06/09/09 20:13:47)
Message:

Migration to new build system.

  • grp moved and checked
Files:
1 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • auto/output/Makefile

    r1e572e1 rac9a049  
    4646VPATH = ./src 
    4747 
    48 PROGRAMS = tok sen fla gph kot unfla 
     48PROGRAMS = tok sen fla gph kot unfla grp 
    4949 
    5050TOK_OBJ_FILES = tok.o tok_cmdline.o 
     
    7777UNFLA_SH_FILES = unfla.sh 
    7878unfla: \$(UNFLA_SH_FILES) 
     79 
     80GRP_PERL_FILES = grp.pl 
     81grp: \$(GRP_PERL_FILES) 
    7982 
    8083CONFIG_FILES = src/config.h Makefile 
  • src/grp.pl

    • Property mode changed from 100755 to 100644
Note: See TracChangeset for help on using the changeset viewer.