1 # This file is part of the installer.
3 # installer is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
8 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
9 AM_MAKEFLAGS = --no-print-directory
10 AUTOMAKE_OPTIONS = color-tests parallel-tests
14 # remove targets if the command fails
17 # keep intermediate files
22 dracutmoduledir = $(prefix)/lib/dracut/modules.d/99installer
25 -include $(top_builddir)/config.h \
26 -I $(top_srcdir)/include \
29 AM_CFLAGS = $(OUR_CFLAGS)
30 AM_LDFLAGS = $(OUR_LDFLAGS)
37 execute-postinstall.sh \
41 #- installer -------------------------------------------------------------------
63 dracut-module/70-dhcpcd.exe \
64 dracut-module/fake-root.sh \
65 dracut-module/module-setup.sh \
66 dracut-module/run-installer.sh
68 #-------------------------------------------------------------------------------
71 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
72 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
73 '|prefix=$(prefix)|' \
74 '|exec_prefix=$(exec_prefix)|' \
75 '|libdir=$(libdir)|' \
76 '|includedir=$(includedir)|'
79 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
80 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) < $< > $@
82 %.pc: %.pc.in Makefile