Changeset 4518a0b for auto


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

Migration to new build system.

  • rm12 moved and checked
File:
1 edited

Legend:

Unmodified
Added
Removed
  • auto/output/Makefile

    r8e1730c r4518a0b  
    4646VPATH = ./src 
    4747 
    48 PROGRAMS = tok sen fla gph kot unfla grp mar ser kon 
     48PROGRAMS = tok sen fla gph kot unfla grp mar ser kon rm12 
    4949 
    5050TOK_OBJ_FILES = tok.o tok_cmdline.o 
     
    8989KON_PERL_FILES = kon.pl 
    9090kon: \$(KON_PERL_FILES) 
     91 
     92RM12_SED_FILES = rm12.sed 
     93rm12: \$(RM12_SED_FILES) 
    9194 
    9295CONFIG_FILES = src/config.h Makefile 
     
    160163        \$(CHMOD) a+x \$@ 
    161164 
     165%: %.sed 
     166        \$(CP) \$< \$@ 
     167        \$(CHMOD) a+x \$@ 
     168 
    162169EOF 
    163170 
Note: See TracChangeset for help on using the changeset viewer.