aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 14:12:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 14:12:48 +0000
commitdd9b7cab33238d2f622f6c93666d2a1e542e58ee (patch)
tree6877910fe8a29de2bd8d486c5fcc3340dd7826ce /src
parentca313cca351c111df5d897b03d332fc155dacdaa (diff)
downloadcflow-dd9b7cab33238d2f622f6c93666d2a1e542e58ee.tar.gz
cflow-dd9b7cab33238d2f622f6c93666d2a1e542e58ee.tar.bz2
(chart.cflow): Renamed to cflow.cflow and rewritten in accordance with the cflow manual guidelines.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e4d86be..067d317 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,10 +40,11 @@ AM_CPPFLAGS=-DLOCALEDIR=\"$(localedir)\"
AM_LFLAGS=-dvp
EXTRA_DIST=cflow.rc
-FLOWCHART_FILES=$(cflow_SOURCES)
-
-chart.cflow: cflow $(FLOWCHART_FILES) cflow.rc Makefile
+CFLOW_FLAGS=-i^s
+cflow_CFLOW_INPUT=$(cflow_OBJECTS:.$(OBJEXT)=.c)
+cflow.cflow: $(cflow_CFLOW_INPUT) cflow.rc Makefile
CFLOWRC=$(top_srcdir)/src/cflow.rc \
- cflow -o$@ -i^s $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) \
- `echo $(FLOWCHART_FILES)|sed 's/[^ ]*\.h //g;s/\([ ^]*\)\.[ly] /\1.c /g'`
+ $(cflow_CFLOW_INPUT)

Return to:

Send suggestions and report system problems to the System administrator.