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