makefile.mk (64c3c3ee) | makefile.mk (a02e2aeb) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 42 unchanged lines hidden (view full) --- 51ODK_OO_FILES=\ 52 $(PRJ)$/index.html \ 53 $(PRJ)$/docs$/tools.html \ 54 $(PRJ)$/docs$/notsupported.html \ 55 $(PRJ)$/docs$/install.html \ 56 $(PRJ)$/docs$/sdk_styles.css \ 57 $(PRJ)$/docs$/images$/arrow-1.gif \ 58 $(PRJ)$/docs$/images$/arrow-3.gif \ | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 42 unchanged lines hidden (view full) --- 51ODK_OO_FILES=\ 52 $(PRJ)$/index.html \ 53 $(PRJ)$/docs$/tools.html \ 54 $(PRJ)$/docs$/notsupported.html \ 55 $(PRJ)$/docs$/install.html \ 56 $(PRJ)$/docs$/sdk_styles.css \ 57 $(PRJ)$/docs$/images$/arrow-1.gif \ 58 $(PRJ)$/docs$/images$/arrow-3.gif \ |
59 $(PRJ)$/docs$/images$/bg_table.gif \ 60 $(PRJ)$/docs$/images$/bg_table2.gif \ 61 $(PRJ)$/docs$/images$/bg_table3.gif \ | |
62 $(PRJ)$/docs$/images$/nav_down.png \ 63 $(PRJ)$/docs$/images$/nav_home.png \ 64 $(PRJ)$/docs$/images$/nav_left.png \ 65 $(PRJ)$/docs$/images$/nav_right.png \ 66 $(PRJ)$/docs$/images$/nav_up.png \ 67 $(PRJ)$/docs$/images$/sdk_head-1.gif \ 68 $(PRJ)$/docs$/images$/sdk_head-2.gif \ 69 $(PRJ)$/docs$/images$/sdk_head-3.gif \ 70 $(PRJ)$/docs$/images$/sdk_line-1.gif \ 71 $(PRJ)$/examples$/examples.html \ 72 $(PRJ)$/examples$/DevelopersGuide$/examples.html 73 74 75$(BIN)$/odk_oo.zip : $(ODK_OO_FILES) 76 cd $(PRJ) && zip -urq $(subst,$(PRJ)$/, $(BIN)$/odk_oo.zip) $(subst,$(PRJ)$/, $<) $(CHECKZIPRESULT) 77 | 59 $(PRJ)$/docs$/images$/nav_down.png \ 60 $(PRJ)$/docs$/images$/nav_home.png \ 61 $(PRJ)$/docs$/images$/nav_left.png \ 62 $(PRJ)$/docs$/images$/nav_right.png \ 63 $(PRJ)$/docs$/images$/nav_up.png \ 64 $(PRJ)$/docs$/images$/sdk_head-1.gif \ 65 $(PRJ)$/docs$/images$/sdk_head-2.gif \ 66 $(PRJ)$/docs$/images$/sdk_head-3.gif \ 67 $(PRJ)$/docs$/images$/sdk_line-1.gif \ 68 $(PRJ)$/examples$/examples.html \ 69 $(PRJ)$/examples$/DevelopersGuide$/examples.html 70 71 72$(BIN)$/odk_oo.zip : $(ODK_OO_FILES) 73 cd $(PRJ) && zip -urq $(subst,$(PRJ)$/, $(BIN)$/odk_oo.zip) $(subst,$(PRJ)$/, $<) $(CHECKZIPRESULT) 74 |