Changeset e7de6cc for src/compdic_utf8
- Timestamp:
- 02/21/12 20:02:51 (13 years ago)
- Branches:
- master
- Children:
- b242df2
- Parents:
- 354ba3d
- git-author:
- Tomasz Obrebski <to@…> (02/21/12 20:02:51)
- git-committer:
- Tomasz Obrebski <to@…> (02/21/12 20:02:51)
- Location:
- src/compdic_utf8
- Files:
-
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
src/compdic_utf8/Makefile
r5f4d9c3 re7de6cc 1 1 include ../../config.mak 2 2 3 all: comp iledic3 all: compdic 4 4 5 .PHONY: comp iledic5 .PHONY: compdic 6 6 compiledic: 7 7 … … 9 9 install: 10 10 ifdef BIN_DIR 11 install -m 0755 comp iledic $(BIN_DIR)11 install -m 0755 compdic $(BIN_DIR) 12 12 install -m 0755 text2fst.py $(BIN_DIR) 13 13 install -m 0755 symbols.py $(BIN_DIR) … … 17 17 uninstall: 18 18 ifdef BIN_DIR 19 rm $(BIN_DIR)/comp iledic19 rm $(BIN_DIR)/compdic 20 20 rm $(BIN_DIR)/text2fst.py 21 21 rm $(BIN_DIR)/symbols.py
Note: See TracChangeset
for help on using the changeset viewer.