makefile.mk (122c3632) | makefile.mk (64c3c3ee) |
---|---|
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 --- 54 unchanged lines hidden (view full) --- 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 \ | 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 --- 54 unchanged lines hidden (view full) --- 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)$/docs$/images$/sdk_line-2.gif \ | |
72 $(PRJ)$/examples$/examples.html \ 73 $(PRJ)$/examples$/DevelopersGuide$/examples.html 74 75 76$(BIN)$/odk_oo.zip : $(ODK_OO_FILES) 77 cd $(PRJ) && zip -urq $(subst,$(PRJ)$/, $(BIN)$/odk_oo.zip) $(subst,$(PRJ)$/, $<) $(CHECKZIPRESULT) 78 | 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 |