|
Revision 16, 511 bytes
(checked in by anonymous, 10 years ago)
|
|
This commit was manufactured by cvs2svn to create tag 'rel-2-9'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 | AM_CXXFLAGS=-D_GNU_SOURCE -I../.. |
|---|
| 2 | lib_LTLIBRARIES = libbindbackend.la |
|---|
| 3 | |
|---|
| 4 | libbindbackend_la_SOURCES=bindbackend.cc bindbackend.hh bindparser.yy \ |
|---|
| 5 | bindlexer.l zoneparser2.cc ../../misc.cc huffman.cc huffman.hh zoneparser.hh \ |
|---|
| 6 | bindparser.hh ../../unix_utility.cc |
|---|
| 7 | |
|---|
| 8 | bin_PROGRAMS = zone2sql |
|---|
| 9 | |
|---|
| 10 | zone2sql_SOURCES=bindparser.yy bindlexer.l zoneparser2.cc \ |
|---|
| 11 | ../../arguments.cc ../../logger.cc zone2sql.cc ../../statbag.cc ../../misc.cc \ |
|---|
| 12 | ../../unix_utility.cc |
|---|
| 13 | |
|---|
| 14 | zone2sql_LDFLAGS= |
|---|
| 15 | |
|---|
| 16 | LFLAGS = -s -i |
|---|
| 17 | YFLAGS = -d --verbose --debug |
|---|