From beaf3a26a60d5b0429a577b7d58232957d4483e7 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 21 Sep 2013 20:03:52 +0200 Subject: Added Makefile.in change detection (and auto-rebuild) capabilities - If a Makefile.in is changed, ./config.status (or ./configure in case it's not available) will be automatically run to update the Makefiles. - Special thanks to Yommy for the idea. Signed-off-by: Haru --- 3rdparty/mt19937ar/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to '3rdparty/mt19937ar') diff --git a/3rdparty/mt19937ar/Makefile.in b/3rdparty/mt19937ar/Makefile.in index 7891bbd2d..c48848c8d 100644 --- a/3rdparty/mt19937ar/Makefile.in +++ b/3rdparty/mt19937ar/Makefile.in @@ -24,6 +24,10 @@ help: ##################################################################### +Makefile: Makefile.in + @$(MAKE) -C ../.. 3rdparty/mt19937ar/Makefile + +%.o: %.c $(LIBCONFIG_H) Makefile %.o: %.c $(MT19937AR_H) @echo " CC $<" @$(CC) @CFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $< -- cgit v1.2.3-60-g2f50