aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am8
-rw-r--r--src/Makefile.in7
2 files changed, 9 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 77d90c46..7b811b0b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2010, Gabriel Dos Reis.
+# Copyright (C) 2011, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -49,13 +49,15 @@ OA_SMAN_TARGETS = all-sman all-clef
endif
if OA_BUILD_GRAPHICS
-OA_GRAPHICS_TARGETS = all-graph
+OA_GRAPHICS_GRAPH_TARGET = all-graph
endif
if OA_BUILD_GUI
-OA_GRAPHICS_TARGETS = all-gui
+OA_GRAPHICS_GUI_TARGET = all-gui
endif
+OA_GRAPHICS_TARGETS = $(OA_GRAPHICS_GRAPH_TARGET) $(OA_GRAPHICS_GUI_TARGET)
+
all-local: all-src
.PHONY: all-src $(OA_GRAPHICS_TARGETS)
diff --git a/src/Makefile.in b/src/Makefile.in
index 8d880d42..6e1f1596 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
-# Copyright (C) 2010, Gabriel Dos Reis.
+# Copyright (C) 2011, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -305,8 +305,9 @@ subdirs = \
oa_targetdir = $(top_builddir)/$(target)
@OA_BUILD_SMAN_TRUE@OA_SMAN_TARGETS = all-sman all-clef
-@OA_BUILD_GRAPHICS_TRUE@OA_GRAPHICS_TARGETS = all-graph
-@OA_BUILD_GUI_TRUE@OA_GRAPHICS_TARGETS = all-gui
+@OA_BUILD_GRAPHICS_TRUE@OA_GRAPHICS_GRAPH_TARGET = all-graph
+@OA_BUILD_GUI_TRUE@OA_GRAPHICS_GUI_TARGET = all-gui
+OA_GRAPHICS_TARGETS = $(OA_GRAPHICS_GRAPH_TARGET) $(OA_GRAPHICS_GUI_TARGET)
all: all-recursive
.SUFFIXES: