summaryrefslogtreecommitdiffstats
path: root/chicken-wranglers/debian/rules
blob: 72c94da9f4370a8cc2b31d4ec5c2df458d54d36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

ifneq (,$(wildcard /targets))
   ifeq (,$(SBOX_DONT_SANITIZE))
     export PATH:=/bin:/usr/bin
     export MAKE:=make
     export SBOX_REDIRECT_TO_DIRS:=/scratchbox/compilers/bin
     ifneq (,$(shell debian/fixup-scratchbox))
        $(error Error)
     endif
  endif
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/qmake.mk