]> sourceware.org Git - automake.git/commitdiff
(COMPILE): New macro
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 20:42:47 +0000 (20:42 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 20:42:47 +0000 (20:42 +0000)
compile-vars.am

index 86fe0adf9d18d4f4cac9d6cef88fe9bcacc27ef1..63f349bbdfa417735c565948e5bfebb0fbb7d1a0 100644 (file)
@@ -8,3 +8,5 @@ CFLAGS = @CFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 
+COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+
This page took 0.026213 seconds and 5 git commands to generate.