initial load of upstream version 1.06.32
[xmlrpc-c] / lib / abyss / Makefile
1 ifeq ($(SRCDIR)x,x)
2 SRCDIR = $(CURDIR)/../..
3 endif
4 SUBDIR = lib/abyss
5
6 include $(SRCDIR)/Makefile.config
7
8 SUBDIRS = src
9
10 default: all
11
12 .PHONY: all
13 all: $(SUBDIRS:%=%/all)
14
15 .PHONY: clean
16 clean: $(SUBDIRS:%=%/clean) clean-common
17
18 .PHONY: distclean
19 distclean: $(SUBDIRS:%=%/distclean) distclean-common
20
21 .PHONY: tags
22 tags: $(SUBDIRS:%=%/tags) TAGS
23
24 DISTFILES = 
25
26 .PHONY: distdir
27 distdir: distdir-common
28
29 .PHONY: install
30 install: $(SUBDIRS:%=%/install)
31
32 .PHONY: dep
33 dep: $(SUBDIRS:%=%/dep)
34
35 include $(SRCDIR)/Makefile.common
36
37
38