|
Lines 71-74
$(DYLIB): DumpRenderTreeSupport.c $(WRAP
Tools/DumpRenderTree/mac/PerlSupport/Makefile_sec1
|
| 71 |
clean: |
71 |
clean: |
| 72 |
rm -f $(WRAPPER) $(PERL_MODULE) $(DYLIB) |
72 |
rm -f $(WRAPPER) $(PERL_MODULE) $(DYLIB) |
| 73 |
|
73 |
|
| 74 |
installhdrs installsrc install: |
74 |
installhdrs installsrc: |
|
|
75 |
|
| 76 |
ifeq "$(CONFIGURATION)" "Production" |
| 77 |
|
| 78 |
INSTALL_LOCATION=$(DSTROOT)/$(SYSTEM_LIBRARY_DIR)/Frameworks/$(WEBKIT_FRAMEWORK_RESOURCES_PATH) |
| 79 |
|
| 80 |
install: all |
| 81 |
mkdir -p $(INSTALL_LOCATION) |
| 82 |
cp $(DYLIB) $(INSTALL_LOCATION)/DumpRenderTreeSupport.dylib |
| 83 |
cp $(PERL_MODULE) $(INSTALL_LOCATION)/DumpRenderTreeSupport.pm |
| 84 |
|
| 85 |
else |
| 86 |
|
| 87 |
install: |
| 88 |
|
| 89 |
endif |