Changeset b5884b3


Ignore:
Timestamp:
06/09/09 20:50:22 (15 years ago)
Author:
Mateusz Hromada <ruanda@…>
Branches:
master
Children:
9a36761
Parents:
4518a0b
git-author:
Mateusz Hromada <ruanda@…> (06/09/09 20:50:22)
git-committer:
Mateusz Hromada <ruanda@…> (06/09/09 20:50:22)
Message:

Migration to new build system.

  • rs12 moved and checked
Files:
1 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • auto/output/Makefile

    r4518a0b rb5884b3  
    4646VPATH = ./src 
    4747 
    48 PROGRAMS = tok sen fla gph kot unfla grp mar ser kon rm12 
     48PROGRAMS = tok sen fla gph kot unfla grp mar ser kon rm12 rs12 
    4949 
    5050TOK_OBJ_FILES = tok.o tok_cmdline.o 
     
    9393rm12: \$(RM12_SED_FILES) 
    9494 
     95RS12_OBJ_FILES = rs12.o 
     96rs12: \$(RS12_OBJ_FILES) 
     97rs12.o: rs12.c 
     98 
    9599CONFIG_FILES = src/config.h Makefile 
    96100 
     
    127131        \$(RM) \$(patsubst %.l,%.c,\$(SEN_FLEX_FILES)) 
    128132        \$(RM) \$(FLA_OBJ_FILES) 
     133        \$(RM) \$(RS12_OBJ_FILES) 
    129134 
    130135.PHONY: distclean 
Note: See TracChangeset for help on using the changeset viewer.