freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master ec89e0d 1/2: * graph/*/rules.mk: Add missing de


From: Alexei Podtelezhnikov
Subject: [freetype2-demos] master ec89e0d 1/2: * graph/*/rules.mk: Add missing dependency.
Date: Mon, 17 Jun 2019 23:07:14 -0400 (EDT)

branch: master
commit ec89e0d2267a0311d65f1c493bdb2191d31ab04d
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    * graph/*/rules.mk: Add missing dependency.
---
 ChangeLog              | 4 ++++
 graph/allegro/rules.mk | 3 ++-
 graph/batch/rules.mk   | 3 ++-
 graph/beos/rules.mk    | 3 ++-
 graph/os2/rules.mk     | 2 +-
 graph/win32/rules.mk   | 3 ++-
 graph/x11/rules.mk     | 2 +-
 7 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2449ab6..db17cac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-17  Alexei Podtelezhnikov  <address@hidden>
+
+       * graph/*/rules.mk: Add missing dependency.
+
 2019-06-16  Alexei Podtelezhnikov  <address@hidden>
 
        * graph/grblit.c (grBlitGlyphToBitmap): Move code from here...
diff --git a/graph/allegro/rules.mk b/graph/allegro/rules.mk
index 74da779..d278174 100644
--- a/graph/allegro/rules.mk
+++ b/graph/allegro/rules.mk
@@ -22,7 +22,8 @@ ifdef ALLEGRO
 
   # our compilation rule
   #
-  $(OBJ_DIR_2)/gralleg.$O : $(GR_ALLEG)/gralleg.c $(GR_ALLEG)/gralleg.h
+  $(OBJ_DIR_2)/gralleg.$O : $(GR_ALLEG)/gralleg.c $(GR_ALLEG)/gralleg.h \
+                            $(GRAPH_H)
          $(CC) $(CFLAGS) $(GRAPH_INCLUDES:%=$I%) \
                 $I$(subst /,$(COMPILER_SEP),$(GR_ALLEG)) \
                 $T$(subst /,$(COMPILER_SEP),$@ $<)
diff --git a/graph/batch/rules.mk b/graph/batch/rules.mk
index 2551484..6618c98 100644
--- a/graph/batch/rules.mk
+++ b/graph/batch/rules.mk
@@ -18,7 +18,8 @@ DEVICES += BATCH
 
 # batch driver compilation rule
 #
-$(OBJ_DIR_2)/grbatch.$O : $(GR_BATCH)/grbatch.c $(GR_BATCH)/grbatch.h
+$(OBJ_DIR_2)/grbatch.$O : $(GR_BATCH)/grbatch.c $(GR_BATCH)/grbatch.h \
+                          $(GRAPH_H)
 ifneq ($(LIBTOOL),)
        $(LIBTOOL) --mode=compile $(CC) -static $(CFLAGS) \
                 $(GRAPH_INCLUDES:%=$I%) \
diff --git a/graph/beos/rules.mk b/graph/beos/rules.mk
index cd61a39..c6aee02 100644
--- a/graph/beos/rules.mk
+++ b/graph/beos/rules.mk
@@ -20,7 +20,8 @@ ifeq ($(PLATFORM),beos)
 
   # the rule used to compile the graphics driver
   #
-  $(OBJ_DIR_2)/grbeos.$(O): $(GR_BEOS)/grbeos.cpp $(GR_BEOS)/grbeos.h
+  $(OBJ_DIR_2)/grbeos.$(O): $(GR_BEOS)/grbeos.cpp $(GR_BEOS)/grbeos.h \
+                            $(GRAPH_H)
   ifneq ($(LIBTOOL),)
          $(LIBTOOL) --mode=compile $(CC) -static $(CFLAGS) \
                      $(GRAPH_INCLUDES:%=$I%) \
diff --git a/graph/os2/rules.mk b/graph/os2/rules.mk
index 052ae2c..6305d92 100644
--- a/graph/os2/rules.mk
+++ b/graph/os2/rules.mk
@@ -22,7 +22,7 @@ ifeq ($(PLATFORM),os2)
 
   # the rule used to compile the graphics driver
   #
-  $(OBJ_DIR_2)/gros2pm.$O: $(GR_OS2)/gros2pm.c $(GR_OS2)/gros2pm.h
+  $(OBJ_DIR_2)/gros2pm.$O: $(GR_OS2)/gros2pm.c $(GR_OS2)/gros2pm.h $(GRAPH_H)
          $(CC) $(CFLAGS) $(GRAPH_INCLUDES:%=$I%) \
                 $I$(subst /,$(COMPILER_SEP),$(GR_OS2)) \
                 $T$(subst /,$(COMPILER_SEP),$@ $<)
diff --git a/graph/win32/rules.mk b/graph/win32/rules.mk
index ccd7850..ef4e749 100644
--- a/graph/win32/rules.mk
+++ b/graph/win32/rules.mk
@@ -19,7 +19,8 @@ ifeq ($(PLATFORM),win32)
 
   # the rule used to compile the graphics driver
   #
-  $(OBJ_DIR_2)/grwin32.$O: $(GR_WIN32)/grwin32.c $(GR_WIN32)/grwin32.h
+  $(OBJ_DIR_2)/grwin32.$O: $(GR_WIN32)/grwin32.c $(GR_WIN32)/grwin32.h \
+                           $(GRAPH_H)
          $(CC) $(CFLAGS) $(GRAPH_INCLUDES:%=$I%) \
                 $I$(subst /,$(COMPILER_SEP),$(GR_WIN32)) \
                 $T$(subst /,$(COMPILER_SEP),$@ $<)
diff --git a/graph/x11/rules.mk b/graph/x11/rules.mk
index a746a54..9aa219a 100644
--- a/graph/x11/rules.mk
+++ b/graph/x11/rules.mk
@@ -112,7 +112,7 @@ ifneq ($(X11_PATH),)
 
   # the rule used to compile the X11 driver
   #
-  $(OBJ_DIR_2)/grx11.$(O): $(GR_X11)/grx11.c $(GR_X11)/grx11.h
+  $(OBJ_DIR_2)/grx11.$(O): $(GR_X11)/grx11.c $(GR_X11)/grx11.h $(GRAPH_H)
   ifneq ($(LIBTOOL),)
          $(LIBTOOL) --mode=compile $(CC) -static $(CFLAGS) \
                      $(GRAPH_INCLUDES:%=$I%) \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]