Changeset dc21769 for auto/output/Makefile
- Timestamp:
- 06/09/09 20:17:04 (15 years ago)
- Branches:
- master
- Children:
- 8c8a252
- Parents:
- ac9a049
- git-author:
- Mateusz Hromada <ruanda@…> (06/09/09 20:17:04)
- git-committer:
- Mateusz Hromada <ruanda@…> (06/09/09 20:17:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
auto/output/Makefile
rac9a049 rdc21769 46 46 VPATH = ./src 47 47 48 PROGRAMS = tok sen fla gph kot unfla grp 48 PROGRAMS = tok sen fla gph kot unfla grp mar 49 49 50 50 TOK_OBJ_FILES = tok.o tok_cmdline.o … … 80 80 GRP_PERL_FILES = grp.pl 81 81 grp: \$(GRP_PERL_FILES) 82 83 MAR_PERL_FILES = mar.pl 84 mar: \$(MAR_PERL_FILES) 82 85 83 86 CONFIG_FILES = src/config.h Makefile
Note: See TracChangeset
for help on using the changeset viewer.