1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-01 08:26:06 +00:00
rufus/res/loc/Makefile.am
2018-07-16 16:38:40 +01:00

17 lines
324 B
Makefile

all-local: embedded.loc
BUILT_SOURCES = embedded.loc
noinst_PROGRAMS =
noinst_EXES =
AM_V_SED_0 = @echo " SED $<";$(SED)
AM_V_SED_1 = $(SED)
AM_V_SED_ = $(AM_V_SED_$(AM_DEFAULT_VERBOSITY))
AM_V_SED = $(AM_V_SED_$(V))
embedded.loc: rufus.loc
$(AM_V_SED) -f embedded.sed $< > $@
clean-local:
-rm -rf embedded.loc