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