4 $(MKDIRS) $(TYPEMODELS_DIR)
6 ocs-typemodels : $(TYPEMODELS_DIR) $(libOGoContentStore_TYPEMODELS)
7 @(if [ "$(libOGoContentStore_TYPEMODELS)" != "" ]; then \
8 echo "Copying type models into install path ..."; \
9 for ff in $(libOGoContentStore_TYPEMODELS); do \
10 cp $$ff $(TYPEMODELS_DIR)/$$ff; \
14 after-install :: ocs-typemodels