Changeset cfdf333 for conf/Makefile
- Timestamp:
- 02/09/12 20:34:02 (13 years ago)
- Branches:
- master
- Children:
- ac25afd
- Parents:
- 2ff1f65
- git-author:
- Tomasz Obrebski <to@…> (02/09/12 20:34:02)
- git-committer:
- Tomasz Obrebski <to@…> (02/09/12 20:34:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf/Makefile
r5f4d9c3 rcfdf333 1 1 include ../config.mak 2 3 .PHONY: all 4 all: compiledic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf 5 6 %.conf: %.conf.m4 7 m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} $< > $@ 8 9 10 .PHONY: clean 11 clean: 12 rm *.conf 2 13 3 14 .PHONY: install
Note: See TracChangeset
for help on using the changeset viewer.