office-gobmx/odk/settings/stdtarget.mk
Rüdiger Timm dcf0a2fee6 INTEGRATION: CWS jsc21 (1.3.242); FILE MERGED
2008/05/22 07:07:58 jsc 1.3.242.1: #i88797# adapted to new structure
2008-07-11 13:37:13 +00:00

16 lines
341 B
Makefile

.SUFFIXES:
.SECONDARY:
ifeq "$(DEBUG)" "yes"
debug : ALL
endif
.PHONY: install
install: $(REGISTERFLAG)
$(SDKTYPEFLAG): #$(URE_TYPES) $(OFFICE_TYPES)
-$(MKDIR) $(subst /,$(PS),$(@D))
-$(DEL) $(subst \\,\,$(subst /,$(PS),$(SDKTYPEFLAG)))
$(CPPUMAKER) -Gc -BUCR -O$(OUT_INC) $(URE_TYPES) $(OFFICE_TYPES)
echo flagged > $@