summaryrefslogtreecommitdiff
path: root/lib/am/compile.am
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-20 21:29:40 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-20 21:29:40 +0000
commit030a4ce71b438eb1c84e15faa24648e0ccd7e7da (patch)
tree35cf264c86ac9d333a30daa9d8077f8f69ea6157 /lib/am/compile.am
parent802d7d83cdc8b2a3e1630d587ee472a15c867fd1 (diff)
downloadautomake-030a4ce71b438eb1c84e15faa24648e0ccd7e7da.tar.gz
split out knr
Diffstat (limited to 'lib/am/compile.am')
-rw-r--r--lib/am/compile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/am/compile.am b/lib/am/compile.am
index f1f7c2705..e44873529 100644
--- a/lib/am/compile.am
+++ b/lib/am/compile.am
@@ -1,21 +1,3 @@
-.SUFFIXES: .c .o .krc .krh .kro
.c.o:
$(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
-.c.krc:
- $(ANSI2KNR) $< > $@
-
-.h.krh:
- $(ANSI2KNR) $< > $@
-
-.krc.kro:
- cp $< krtmp$$.c && \
- $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) krtmp$$.c && \
- mv krtmp$$.o $@
-
-.c.kro:
- $(ANSI2KNR) $< > $*.krc
- cp $*.krc krtmp$$.c && \
- $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) krtmp$$.c && \
- mv krtmp$$.o $@
-