xref: /trunk/main/qadevOOo/prj/makefile.mk (revision 62e27805)
12407af08SAndrew Rist#**************************************************************
22407af08SAndrew Rist#
32407af08SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
42407af08SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
52407af08SAndrew Rist#  distributed with this work for additional information
62407af08SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
72407af08SAndrew Rist#  to you under the Apache License, Version 2.0 (the
82407af08SAndrew Rist#  "License"); you may not use this file except in compliance
92407af08SAndrew Rist#  with the License.  You may obtain a copy of the License at
102407af08SAndrew Rist#
112407af08SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
122407af08SAndrew Rist#
132407af08SAndrew Rist#  Unless required by applicable law or agreed to in writing,
142407af08SAndrew Rist#  software distributed under the License is distributed on an
152407af08SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162407af08SAndrew Rist#  KIND, either express or implied.  See the License for the
172407af08SAndrew Rist#  specific language governing permissions and limitations
182407af08SAndrew Rist#  under the License.
192407af08SAndrew Rist#
202407af08SAndrew Rist#**************************************************************
212407af08SAndrew Rist
222407af08SAndrew Rist
23cdf0e10cSrcweir
24*62e27805SDamjan JovanovicPRJ=..
25*62e27805SDamjan JovanovicTARGET=prj
26cdf0e10cSrcweir
27*62e27805SDamjan Jovanovic.INCLUDE : settings.mk
28cdf0e10cSrcweir
29*62e27805SDamjan Jovanovic.IF "$(VERBOSE)"!=""
30*62e27805SDamjan JovanovicVERBOSEFLAG :=
31*62e27805SDamjan Jovanovic.ELSE
32*62e27805SDamjan JovanovicVERBOSEFLAG := -s
33*62e27805SDamjan Jovanovic.ENDIF
34cdf0e10cSrcweir
35*62e27805SDamjan Jovanovic.IF "$(DEBUG)"!=""
36*62e27805SDamjan JovanovicDEBUG_ARGUMENT=DEBUG=$(DEBUG)
37*62e27805SDamjan Jovanovic.ELIF "$(debug)"!=""
38*62e27805SDamjan JovanovicDEBUG_ARGUMENT=debug=$(debug)
39*62e27805SDamjan Jovanovic.ELSE
40*62e27805SDamjan JovanovicDEBUG_ARGUMENT=
41*62e27805SDamjan Jovanovic.ENDIF
42cdf0e10cSrcweir
43*62e27805SDamjan Jovanovicall:
44*62e27805SDamjan Jovanovic	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
45