/[anubis]/anubis/src/Makefile.am
ViewVC logotype

Diff of /anubis/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gray, Sat Feb 1 17:06:31 2003 UTC revision 1.4 by gray, Wed Feb 5 21:44:28 2003 UTC
# Line 26  sbin_PROGRAMS = anubis Line 26  sbin_PROGRAMS = anubis
26  anubis_LDADD = @LIBOBJS@ @LIBINTL@ $(GUILE_LIBS)  anubis_LDADD = @LIBOBJS@ @LIBINTL@ $(GUILE_LIBS)
27  anubis_SOURCES = main.c main.h extern.h headers.h mem.c mem.h env.c errs.c \  anubis_SOURCES = main.c main.h extern.h headers.h mem.c mem.h env.c errs.c \
28          log.c misc.c regex.c exec.c net.c proxy.c daemon.c auth.c map.c \          log.c misc.c regex.c exec.c net.c proxy.c daemon.c auth.c map.c \
29          esmtp.c tunnel.c rc.c files.c help.c quit.c getopt.h guile.c          esmtp.c tunnel.c rc.c files.c help.c quit.c getopt.h guile.c \
30            rcfile-gram.c rcfile-lex.c rcfile-gram.h rcfile.h
31    
32    YLWRAP = $(SHELL) $(top_srcdir)/build/ylwrap
33    AM_YFLAGS = -dtv
34    EXTRA_DIST = rcfile.y rcfile.l
35    
36    BUILT_SOURCES= \
37      rcfile-gram.c rcfile-gram.h \
38      rcfile-lex.c
39    
40    rcfile-lex.c: $(srcdir)/rcfile.l rcfile-gram.h
41            $(YLWRAP) "$(LEX) $(AM_LEXFLAGS) $(LEXFLAGS)" \
42                      $(srcdir)/rcfile.l lex.yy.c rcfile-lex.c \
43                      -- -yy rc_yy
44    
45    rcfile-gram.c rcfile-gram.h: $(srcdir)/rcfile.y
46            $(YLWRAP) "$(YACC) $(AM_YFLAGS) $(YFLAGS)" $(srcdir)/rcfile.y \
47                      y.tab.c rcfile-gram.c y.tab.h rcfile-gram.h \
48                      y.output y.output \
49                      -- -yy rc_yy
50    
51  localedir = $(datadir)/locale  localedir = $(datadir)/locale
52    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26