-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
31 lines (22 loc) · 908 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## -*- makefile -*-
##
## Process this file with automake to produce Makefile.in
##
## $Source:$
##
## $Id:$
##
VPATH = @srcdir@:@srcdir@/include:@srcdir@/misc
AM_CPPFLAGS =-I@srcdir@/include
## Cannot use ansi2knr because it is under GPL
## AUTOMAKE_OPTIONS=ansi2knr
## config.guess and config.sub have special exceptions
AUTOMAKE_OPTIONS=foreign
bin_PROGRAMS = nocc
nocc_SOURCES = nocc.c version.c
nocc_LDADD = lexer/liblexer.a parser/libparser.a extn/libextn.a xml/libxml.a frontend/libfrontend.a target/libtarget.a backend/libbackend.a lang/liblang.a misc/libmisc.a parser/libparser.a
SUBDIRS = include misc lexer parser extn xml frontend target backend lang tests addons
CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ @LIBGCRYPT_CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\"
LIBS = @LIBS@ @LIBGCRYPT_LIBS@ @EXTRA_LIBS@ @EXTRA_LDFLAGS@
sysconf_DATA = nocc.specs.xml
EXTRA_DIST = README CHANGELOG TODO AUTHORS extras