2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2008-08-27 15:39:05 +02:00
|
|
|
noinst_LTLIBRARIES = libparser.la
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2008-08-27 15:39:05 +02:00
|
|
|
libparser_la_SOURCES = \
|
2000-04-27 22:03:57 +02:00
|
|
|
backq.c \
|
|
|
|
|
backq.h \
|
|
|
|
|
complete.c \
|
|
|
|
|
complete.h \
|
|
|
|
|
cshpar.c \
|
|
|
|
|
cshpar.h \
|
|
|
|
|
glob.c \
|
|
|
|
|
glob.h \
|
|
|
|
|
input.c \
|
|
|
|
|
input.h \
|
|
|
|
|
lexical.c \
|
|
|
|
|
lexical.h \
|
|
|
|
|
numparse.c \
|
|
|
|
|
numparse.h \
|
|
|
|
|
std.c \
|
|
|
|
|
unixcom.c \
|
2000-07-18 20:07:16 +02:00
|
|
|
unixcom.h
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
|
2011-12-27 13:05:51 +01:00
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
2000-04-27 22:03:57 +02:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|