1*1f56509eSdamjan#************************************************************** 2*1f56509eSdamjan# 3*1f56509eSdamjan# Licensed to the Apache Software Foundation (ASF) under one 4*1f56509eSdamjan# or more contributor license agreements. See the NOTICE file 5*1f56509eSdamjan# distributed with this work for additional information 6*1f56509eSdamjan# regarding copyright ownership. The ASF licenses this file 7*1f56509eSdamjan# to you under the Apache License, Version 2.0 (the 8*1f56509eSdamjan# "License"); you may not use this file except in compliance 9*1f56509eSdamjan# with the License. You may obtain a copy of the License at 10*1f56509eSdamjan# 11*1f56509eSdamjan# http://www.apache.org/licenses/LICENSE-2.0 12*1f56509eSdamjan# 13*1f56509eSdamjan# Unless required by applicable law or agreed to in writing, 14*1f56509eSdamjan# software distributed under the License is distributed on an 15*1f56509eSdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*1f56509eSdamjan# KIND, either express or implied. See the License for the 17*1f56509eSdamjan# specific language governing permissions and limitations 18*1f56509eSdamjan# under the License. 19*1f56509eSdamjan# 20*1f56509eSdamjan#************************************************************** 21*1f56509eSdamjan 22*1f56509eSdamjan 23*1f56509eSdamjan 24*1f56509eSdamjan$(eval $(call gb_AllLangResTarget_AllLangResTarget,solver)) 25*1f56509eSdamjan 26*1f56509eSdamjan$(eval $(call gb_AllLangResTarget_add_srs,solver,\ 27*1f56509eSdamjan solver/res \ 28*1f56509eSdamjan)) 29*1f56509eSdamjan 30*1f56509eSdamjan$(eval $(call gb_SrsTarget_SrsTarget,solver/res)) 31*1f56509eSdamjan 32*1f56509eSdamjan$(eval $(call gb_SrsTarget_set_include,solver/res,\ 33*1f56509eSdamjan $$(INCLUDE) \ 34*1f56509eSdamjan -I$(OUTDIR)/inc \ 35*1f56509eSdamjan -I$(SRCDIR)/sccomp/source/solver \ 36*1f56509eSdamjan)) 37*1f56509eSdamjan 38*1f56509eSdamjan$(eval $(call gb_SrsTarget_add_files,solver/res,\ 39*1f56509eSdamjan sccomp/source/solver/solver.src \ 40*1f56509eSdamjan)) 41