Changeset abd28d1 for conf/Makefile
- Timestamp:
- 02/22/12 23:10:23 (13 years ago)
- Branches:
- master
- Children:
- a15e59b
- Parents:
- b242df2
- git-author:
- Tomasz Obrebski <to@…> (02/22/12 23:10:23)
- git-committer:
- Tomasz Obrebski <to@…> (02/22/12 23:10:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf/Makefile
rb242df2 rabd28d1 2 2 3 3 .PHONY: all 4 all: comp iledic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf4 all: compdic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf 5 5 6 6 %.conf: %.conf.m4 7 m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} $< > $@7 m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} --define=LANGUAGE=${LANGUAGE} $< > $@ 8 8 9 9
Note: See TracChangeset
for help on using the changeset viewer.