scottt / automake-pattern-specific-variables

Demonstrates use of GNU Make pattern specific variables while using Autotools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This example project demonstrates using GNU Make pattern specific variables with Autotools.

To build, run

$ autoreconf -is && ./configure && make iaca-test.o

About

Demonstrates use of GNU Make pattern specific variables while using Autotools


Languages

Language:M4 44.5%Language:Makefile 31.2%Language:C 24.3%