aboutsummaryrefslogtreecommitdiff
path: root/src/graph/Gdraws/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/Gdraws/Makefile.in')
-rw-r--r--src/graph/Gdraws/Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/graph/Gdraws/Makefile.in b/src/graph/Gdraws/Makefile.in
index 597116d0..434b29bb 100644
--- a/src/graph/Gdraws/Makefile.in
+++ b/src/graph/Gdraws/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, Gabriel Dos Reis.
+# Copyright (C) 2007-2008, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -55,15 +55,13 @@ DOTH= $(axiom_src_srcdir)/graph/viewman
# a .c file in the library subdirectory
DOTC= $(axiom_src_srcdir)/lib
-pamphlets = Gfun.c.pamphlet psFiles.pamphlet Makefile.pamphlet
-
AXIOM_CFLAGS = ${CCF} -I${LINC} -I${GINC} -I$(srcdir) -I${HINC} \
$(axiom_includes) ${AXIOM_X11_CFLAGS}
subdir = src/graph/Gdraws/
-pamphlets = Makefile.pamphlet Gfun.c.pamphlet psFiles.pamphlet
+pamphlets = psFiles.pamphlet
HEADERS = ${IN}/Gdraws0.h ${LINC}/G.h ${LINC}/Gfun.H1 \
${GINC}/hash.h ${GINC}/hash.H1 $(axiom_c_macros_h)
@@ -91,9 +89,6 @@ stamp: Gfun.$(OBJEXT) $(PSfiles)
$(PS)/%.ps: $(srcdir)/psFiles.pamphlet
$(axiom_build_document) --tangle=$* --output=$@ $<
-Gfun.c: $(srcdir)/Gfun.c.pamphlet
- $(axiom_build_document) --tangle --output=$@ $<
-
Gfun.$(OBJEXT): ${HEADERS}
Gfun.$(OBJEXT): $(builddir)/Gfun.c