summaryrefslogtreecommitdiff
path: root/odk/settings/stdtarget.mk
blob: 938ab34212fc35251ecaf78d35c98769f66f3364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.SUFFIXES:

.SECONDARY:

ifeq "$(DEBUG)" "yes"
debug : ALL
endif

.PHONY: install
install: $(REGISTERFLAG)

$(SDKTYPEFLAG):  #$(URE_TYPES) $(OFFICE_TYPES)
# This is a makefile for a standard Make, so must be TABs below
	-$(MKDIR) $(subst /,$(PS),$(@D))
	-$(DEL) $(subst \\,\,$(subst /,$(PS),$(SDKTYPEFLAG)))
	$(CPPUMAKER) -Gc -BUCR -O$(OUT_INC) $(URE_TYPES) $(OFFICE_TYPES)
	echo flagged > $@