Changeset 8c8a252


Ignore:
Timestamp:
06/09/09 20:19:54 (15 years ago)
Author:
Mateusz Hromada <ruanda@…>
Branches:
master
Children:
8e1730c
Parents:
dc21769
git-author:
Mateusz Hromada <ruanda@…> (06/09/09 20:19:54)
git-committer:
Mateusz Hromada <ruanda@…> (06/09/09 20:19:54)
Message:

Migration to new build system.

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

Legend:

Unmodified
Added
Removed
  • auto/output/Makefile

    rdc21769 r8c8a252  
    4646VPATH = ./src 
    4747 
    48 PROGRAMS = tok sen fla gph kot unfla grp mar 
     48PROGRAMS = tok sen fla gph kot unfla grp mar ser 
    4949 
    5050TOK_OBJ_FILES = tok.o tok_cmdline.o 
     
    8383MAR_PERL_FILES = mar.pl 
    8484mar: \$(MAR_PERL_FILES) 
     85 
     86SER_PERL_FILES = ser.pl 
     87ser: \$(SER_PERL_FILES) 
    8588 
    8689CONFIG_FILES = src/config.h Makefile 
  • src/ser.pl

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