Changeset 1e572e1 for auto/output/Makefile
- Timestamp:
- 06/09/09 20:10:15 (15 years ago)
- Branches:
- master
- Children:
- ac9a049
- Parents:
- 3a2ae91
- git-author:
- Mateusz Hromada <ruanda@…> (06/09/09 20:10:15)
- git-committer:
- Mateusz Hromada <ruanda@…> (06/09/09 20:10:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
auto/output/Makefile
r3a2ae91 r1e572e1 46 46 VPATH = ./src 47 47 48 PROGRAMS = tok sen fla gph kot 48 PROGRAMS = tok sen fla gph kot unfla 49 49 50 50 TOK_OBJ_FILES = tok.o tok_cmdline.o … … 74 74 KOT_PERL_FILES = kot.pl 75 75 kot: \$(KOT_PERL_FILES) 76 77 UNFLA_SH_FILES = unfla.sh 78 unfla: \$(UNFLA_SH_FILES) 76 79 77 80 CONFIG_FILES = src/config.h Makefile … … 141 144 \$(CHMOD) a+x \$@ 142 145 146 %: %.sh 147 \$(CP) \$< \$@ 148 \$(CHMOD) a+x \$@ 149 143 150 EOF 144 151
Note: See TracChangeset
for help on using the changeset viewer.