- use rpmfiFDepends() underneath --fileprovide and --filerequire.
[platform/upstream/rpm.git] / libelf / Makefile.am
1 # Top level Makefile for rpm
2
3 AUTOMAKE_OPTIONS = 1.4 foreign
4
5 SUBDIRS = lib @POSUB@
6
7 EXTRA_DIST = \
8         ChangeLog COPYING.LIB INSTALL README VERSION \
9         libelf.spec po/*.in po/*.po po/@PACKAGE@.pot
10
11 BUILT_SOURCES = elf_repl.h gelf.h libelf.h nlist.h sys_elf.h
12
13 libelf.lcd: Makefile.am
14         make -C lib libelf.lcd
15         cp lib/libelf.lcd .
16
17 elf_repl.h: ./lib/elf_repl.h
18         ln -sf $< $@
19
20 gelf.h: ./lib/gelf.h
21         ln -sf $< $@
22
23 libelf.h: ./lib/libelf.h
24         ln -sf $< $@
25
26 nlist.h: ./lib/nlist.h
27         ln -sf $< $@
28
29 sys_elf.h: ./lib/sys_elf.h
30         ln -sf $< $@
31
32 .PHONY: sources
33 sources:
34         make -C lib sources
35
36 .PHONY: lclint
37 lclint:
38         make -C lib lclint