aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 19c6483..455b2c2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff 2# Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff
3# 3#
@@ -37,2 +37,3 @@ noinst_HEADERS = \
37 acl.h\ 37 acl.h\
38 cmdline.h\
38 meta1gram.h\ 39 meta1gram.h\
@@ -43,5 +44,13 @@ meta1lex.c: meta1gram.h
43 44
45BUILT_SOURCES=cmdline.h
46
44incdir=$(pkgdatadir)/$(VERSION)/include 47incdir=$(pkgdatadir)/$(VERSION)/include
45inc_DATA = pp-setup 48inc_DATA = pp-setup
46EXTRA_DIST = pp-setup inetd.in 49EXTRA_DIST = cmdline.opt pp-setup inetd.in
50
51SUFFIXES=.opt .c .h
52.opt.h:
53 $(AM_V_GEN)m4 -s $(top_srcdir)/@GRECS_SUBDIR@/build-aux/getopt.m4 $< > $@
54
55cmdline.h: cmdline.opt
47 56
@@ -51,3 +60,3 @@ INCLUDES = \
51 -I$(top_builddir)/gnu\ 60 -I$(top_builddir)/gnu\
52 -I$(top_srcdir)/grecs/src 61 @GRECS_INCLUDES@
53 62
@@ -55,3 +64,3 @@ LDADD = \
55 ../lib/libpies.a\ 64 ../lib/libpies.a\
56 ../grecs/src/libgrecs.a\ 65 @GRECS_LDADD@\
57 ../gnu/libgnu.a\ 66 ../gnu/libgnu.a\

Return to:

Send suggestions and report system problems to the System administrator.