eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/dic Makefile.am


From: eliot-dev
Subject: [Eliot-dev] eliot/dic Makefile.am
Date: Sun, 13 Jan 2008 20:26:04 +0000

CVSROOT:        /sources/eliot
Module name:    eliot
Changes by:     Antoine Fraboulet <afrab>       08/01/13 20:26:04

Modified files:
        dic            : Makefile.am 

Log message:
        - add compile-time dependences to compile erl.lpp and erl.ypp from a 
CVS checkout

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/dic/Makefile.am?cvsroot=eliot&r1=1.17&r2=1.18

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/eliot/eliot/dic/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- Makefile.am 8 Jan 2008 16:09:08 -0000       1.17
+++ Makefile.am 13 Jan 2008 20:26:04 -0000      1.18
@@ -44,6 +44,13 @@
        libdic_a-ery.cpp \
        libdic_a-ery.h
 
+
+nodist_libdic_a_SOURCES=       \
+       libdic_a-erl.cpp        \
+       libdic_a-erl.h          \
+       libdic_a-ery.cpp        \
+       libdic_a-ery.h
+
 # This hook triggers on 'make dist' (and 'make distcheck')
 # XXX: In fact, the recommended behaviour is:
 #  - list only libdic_a-ery.h in BUILT_SOURCES,
@@ -63,6 +70,11 @@
        libdic_a-ery.cpp \
        libdic_a-ery.h
 
+
+## automake workaround to generate .h file 
+libdic_a-erl.h: erl.lpp
+       ${LEX} ${srcdir}/erl.lpp
+
 #####################################
 if BUILD_DICTOOLS
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]