Changeset adb4c8d for app/Makefile
- Timestamp:
- 05/08/08 11:48:30 (17 years ago)
- Branches:
- master, help
- Children:
- 0e3df7e
- Parents:
- d33e555
- git-author:
- pawelk <pawelk@…> (05/08/08 11:48:30)
- git-committer:
- pawelk <pawelk@…> (05/08/08 11:48:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Makefile
r10c74af radb4c8d 19 19 export UTT_CONF_DIR=${UTT_DIR}/etc/utt 20 20 # language/encoding specific stuff 21 # any extra files for some programs, like: weights.kor, cats.dgc, gram.dgc, etc. 21 22 export UTT_LANG_DIR=${UTT_DIR}/share/utt 22 23 # some files like ser.l.template, terms.m4 … … 29 30 # list of components to be included in the distribution 30 31 COMPONENTS = compiledic cor dgp fla gph grp gue kon kor kot lem mar rm12 rs12 sen-l sen-nl ser tags tok.l unfla 31 # gue nie dziala!32 32 33 33 ############################## … … 88 88 # ------------------------------------------------------------------ 89 89 .PHONY: build 90 build: compile build_conf build_ lib build_doc90 build: compile build_conf build_share build_lib build_doc 91 91 @echo "All files builded successfully!" 92 92 … … 103 103 cd $(CUR_DIR)/doc && make && make copy; cd $(CUR_DIR) 104 104 105 .PHONY: build_share 106 build_share: 107 cp $(CUR_DIR)/share/* $(UTT_LANG_DIR)/ 105 108 106 109
Note: See TracChangeset
for help on using the changeset viewer.