xref: /trunk/main/odk/settings/stdtarget.mk (revision cdf0e10c)
1.SUFFIXES:
2
3.SECONDARY:
4
5ifeq "$(DEBUG)" "yes"
6debug : ALL
7endif
8
9.PHONY: install
10install: $(REGISTERFLAG)
11
12$(SDKTYPEFLAG):  #$(URE_TYPES) $(OFFICE_TYPES)
13	-$(MKDIR) $(subst /,$(PS),$(@D))
14	-$(DEL) $(subst \\,\,$(subst /,$(PS),$(SDKTYPEFLAG)))
15	$(CPPUMAKER) -Gc -BUCR -O$(OUT_INC) $(URE_TYPES) $(OFFICE_TYPES)
16	echo flagged > $@
17