Changeset 1e121f4 for _old/app/Makefile
- Timestamp:
- 10/26/10 10:57:54 (14 years ago)
- Branches:
- master
- Children:
- a6e708f
- Parents:
- f712e16
- git-author:
- Adam Kędziora <s301614@…> (10/26/10 10:57:54)
- git-committer:
- Adam Kędziora <s301614@…> (10/26/10 10:57:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_old/app/Makefile
r57728c1 r1e121f4 54 54 55 55 .PHONY: components 56 components: 57 cd $(SRC_DIR)/lib && make; cd $(CUR_DIR) 58 56 components: 59 57 @for cmp in $(COMPONENTS); do\ 60 58 cd $(SRC_DIR)/$$cmp && make && make copy; cd $(CUR_DIR); \ … … 82 80 .PHONY: clean_dist 83 81 clean_dist: 84 82 rm -rf ${UTT_DIR} 85 83 86 84 # ------------------------------------------------------------------ … … 145 143 # tar -czvf $(UTT_DIST_NAME).tgz $(UTT_DIR) 146 144 147 148 145 #clean_dist: 149 146 # if [ -d $(UTT_DIST_DIR) ]; then rm -r $(UTT_DIST_DIR); else true; fi
Note: See TracChangeset
for help on using the changeset viewer.