comparison make/Makefile @ 1421:6223633ce7dd

changed VMExit/VMEntries to non-static, added eclipse c++ project, CIR interface changes
author Lukas Stadler <lukas.stadler@oracle.com>
date Fri, 23 Jul 2010 15:53:02 -0700
parents 55ac38887415
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1420:44efca8a02d6 1421:6223633ce7dd
331 # Doc files (jvmti.html) 331 # Doc files (jvmti.html)
332 $(EXPORT_DOCS_DIR)/platform/jvmti/%: $(DOCS_DIR)/% 332 $(EXPORT_DOCS_DIR)/platform/jvmti/%: $(DOCS_DIR)/%
333 $(install-file) 333 $(install-file)
334 334
335 # Xusage file 335 # Xusage file
336 $(EXPORT_SERVER_DIR)/Xusage.txt $(EXPORT_CLIENT_DIR)/Xusage.txt $(EXPORT_KERNEL_DIR)/Xusage.txt: $(XUSAGE) 336 #$(EXPORT_SERVER_DIR)/Xusage.txt $(EXPORT_CLIENT_DIR)/Xusage.txt $(EXPORT_KERNEL_DIR)/Xusage.txt: $(XUSAGE)
337 $(prep-target) 337 # $(prep-target)
338 $(RM) $@.temp 338 # $(RM) $@.temp
339 $(SED) 's/\(separated by \)[;:]/\1$(PATH_SEP)/g' $< > $@.temp 339 # $(SED) 's/\(separated by \)[;:]/\1$(PATH_SEP)/g' $< > $@.temp
340 $(MV) $@.temp $@ 340 # $(MV) $@.temp $@
341 341
342 # 342 #
343 # Clean rules 343 # Clean rules
344 # 344 #
345 clobber clean: clean_build clean_export clean_jdk 345 clobber clean: clean_build clean_export clean_jdk