]> git.wh0rd.org - dump.git/blame_incremental - Makefile.in
Remove -lselinux -lsepol from standard libs list.
[dump.git] / Makefile.in
... / ...
CommitLineData
1srcdir= @srcdir@
2top_srcdir= @top_srcdir@
3top_builddir= .
4
5@MCONFIG@
6
7RM= @RM@
8SUBDIRS= compat/lib compat/include common dump restore @RMTDIR@
9
10all clean install dep depend realclean distclean::
11 for i in $(SUBDIRS); do \
12 (cd $$i && $(MAKE) $@) || exit 1; \
13 done
14
15distclean::
16 $(RM) -f config.status config.log config.cache
17 $(RM) -f MCONFIG Makefile config.h
18
19# +++ Dependency line eater +++
20#
21# Makefile dependencies follow. This must be the last section in
22# the Makefile.in file
23#
24