My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/usr/bin/make -f

ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
JOBS=-j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
else
JOBS=
endif

ARCH="`dpkg-architecture -qDEB_HOST_ARCH`"
SERIES=

ifeq ($(SERIES),"hardy")
compiler= "CC=g++-4.1" "CXX=g++-4.1"
else
compiler= "CC=c++" "CXX=c++"
endif

clean:
$(MAKE) clean
-rm -f debian/files
-rm -f debian/substvars

$(CURDIR)/debian/umk:
$(MAKE) $(JOBS) PKG=umk $(compiler) "NESTS=uppsrc" "FLAGS=GCC SHARED" VERBOSE=Y BINEXT= "BINPREFIX=debian/"

build: $(CURDIR)/debian/umk

binary-indep:
bash -x $(CURDIR)/debian/dopack $(CURDIR) $(CURDIR)/.. upp

binary-arch: build
bash -x $(CURDIR)/debian/dopack $(CURDIR) $(CURDIR)/.. umk

binary: binary-indep binary-arch

.PHONY: build binary-arch binary install

Change log

r4521 by dolik on Feb 3, 2012   Diff
.lpbuild: temporarily disabled nightly
builds of theide
Go to: 
Project members, sign in to write a code review

Older revisions

r4363 by dolik on Jan 5, 2012   Diff
lpbuild: added umk package
r2642 by dolik on Aug 27, 2010   Diff
.lpbuild
r2631 by dolik on Aug 20, 2010   Diff
lpbuild: update of packaging scripts
All revisions of this file

File info

Size: 787 bytes, 36 lines
Powered by Google Project Hosting