mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
only recreate rcsim.h if necessary
TODO: move it from source to object tree
Origin commit data
------------------
Commit: e1f721a8db
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-10-21 (Mon, 21 Oct 2013)
This commit is contained in:
committed by
Michael Liebmann
parent
69182af8f6
commit
93c53926b4
@@ -1,8 +1,7 @@
|
||||
BUILT_SOURCES = rcsim.h
|
||||
rcsim.h:
|
||||
pushd $(top_srcdir)/src/ && ./create_rcsim_h.sh > $@
|
||||
|
||||
.PHONY: rcsim.h
|
||||
# ugly: this is in the source tree, but belongs into the build dir :-(
|
||||
rcsim.h: $(srcdir)/driver/rcinput.h $(srcdir)/create_rcsim_h.sh
|
||||
pushd $(srcdir) && sh ./create_rcsim_h.sh > $@
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
||||
|
||||
|
Reference in New Issue
Block a user