Changeset ac9a049 for auto/output/Makefile
- Timestamp:
- 06/09/09 20:13:47 (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
auto/output/Makefile
r1e572e1 rac9a049 46 46 VPATH = ./src 47 47 48 PROGRAMS = tok sen fla gph kot unfla 48 PROGRAMS = tok sen fla gph kot unfla grp 49 49 50 50 TOK_OBJ_FILES = tok.o tok_cmdline.o … … 77 77 UNFLA_SH_FILES = unfla.sh 78 78 unfla: \$(UNFLA_SH_FILES) 79 80 GRP_PERL_FILES = grp.pl 81 grp: \$(GRP_PERL_FILES) 79 82 80 83 CONFIG_FILES = src/config.h Makefile
Note: See TracChangeset
for help on using the changeset viewer.