comparison components/grails/Makefile @ 416:d3ce52a8aecd

7063888 Move Grails to userland (fix incremental)
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
date Mon, 18 Jul 2011 11:35:37 -0700
parents 1a6d7a739179
children
comparison
equal deleted inserted replaced
415:ba846759b41a 416:d3ce52a8aecd
41 build: $(BUILD_32) 41 build: $(BUILD_32)
42 42
43 # fix names with spaces 43 # fix names with spaces
44 # workaround for bug 6734267 (pkgmk does not allow spaces in file names) 44 # workaround for bug 6734267 (pkgmk does not allow spaces in file names)
45 # the following files are not used directly by Grails framework... 45 # the following files are not used directly by Grails framework...
46 install: build 46 $(INSTALL_32): $(BUILD_32)
47 (cd $(COMPONENT_SRC)/media/icons ; \ 47 (cd $(COMPONENT_SRC)/media/icons ; \
48 mv 'grails - 16x16 icon.png' grails-16x16icon.png ; \ 48 mv 'grails - 16x16 icon.png' grails-16x16icon.png ; \
49 mv 'grails - 32x32 icon.png' grails-32x32icon.png ; \ 49 mv 'grails - 32x32 icon.png' grails-32x32icon.png ; \
50 mv 'grails - 48x48 icon.png' grails-48x48icon.png ; \ 50 mv 'grails - 48x48 icon.png' grails-48x48icon.png ; \
51 mv 'grails - 64x64 icon.png' grails-64x64icon.png ; \ 51 mv 'grails - 64x64 icon.png' grails-64x64icon.png ; \
52 mv 'grails - 128x128 icon.png' grails-128x128icon.png) 52 mv 'grails - 128x128 icon.png' grails-128x128icon.png)
53 $(TOUCH) $@
54
55 install: $(INSTALL_32)
53 56
54 test: $(NO_TESTS) 57 test: $(NO_TESTS)
55 58
56 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) 59 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
57 60