rpathsync / rpath-common

rPath Common Library Core

Clone this repository (size: 21.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/rpath-common/
commit 5: a4a457a2c363
parent 4: 5299e028fca0
parent 3: 0b34bc38b3f2
branch: default
tags: rpath-common-0.1
branch merge
Michael K. Johnson
21 months ago

Changed (Δ128 bytes):

raw changeset »

Makefile (2 lines added, 12 lines removed)

Up to file-list Makefile:

@@ -17,18 +17,7 @@ all: default-subdirs default-all
17
17
export TOPDIR = $(shell pwd)
18
18
export DISTDIR = $(TOPDIR)/rpath-common-$(VERSION)
19
19
20
SUBDIRS=rpath_common xsd doc
21
22
extra_files = \
23
	Make.rules 		\
24
	Makefile		\
25
	Make.defs		\
26
	NEWS			\
27
	README			\
28
	EULA_product_common.txt		\
29
	LICENSE
30
31
dist_files = $(extra_files)
20
SUBDIRS=rpath_common
32
21
33
22
.PHONY: clean dist install subdirs
34
23
@@ -57,6 +46,7 @@ tag:
57
46
	hg tag rpath-common-$(VERSION)
58
47
59
48
clean: clean-subdirs default-clean
49
	@rm -rf $(DISTDIR).tar.bz2
60
50
61
51
include Make.rules
62
52
include Make.defs