Changeset 14
- Timestamp:
- 11/28/02 14:52:49 (11 years ago)
- Location:
- trunk/pdns
- Files:
-
- 4 added
- 5 modified
-
HACKING (added)
-
README (added)
-
TODO (added)
-
WARNING (added)
-
modules/gmysqlbackend/Makefile (modified) (3 diffs)
-
modules/mysqlbackend/Makefile.am (modified) (1 diff)
-
modules/pdnsbackend/Makefile.am (modified) (1 diff)
-
pdns/Makefile.am (modified) (1 diff)
-
pdns/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/modules/gmysqlbackend/Makefile
r6 r14 1 # Generated automatically from Makefile.in by configure. 1 2 PDNS_HOME = ../../pdns 2 3 PDNS_LIBDIR = /usr/lib/powerdns … … 18 19 DIRNAME=pdns-gmypgsqlbackend-$(VERSION) 19 20 20 dist: 21 mkdir $(DIRNAME) 22 cp COPYING smysql.cc spgsql.cc gmysqlbackend.cc gmysqlbackend.hh smysql.hh ssql.hh spgsql.hh Makefile INSTALL $(DIRNAME) 23 tar cvzf $(DIRNAME).tar.gz $(DIRNAME) 24 rm -rf $(DIRNAME) 21 PACKAGE = pdns 22 VERSION = 2.9 23 DISTFILES=*.cc *.hh Makefile.in OBJECTFILES OBJECTLIBS 24 25 top_distdir = ../.. 26 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 27 28 distdir: $(DISTFILES) 29 @for file in $(DISTFILES); do \ 30 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 31 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 32 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 33 $(mkinstalldirs) "$(distdir)/$$dir"; \ 34 fi; \ 35 if test -d $$d/$$file; then \ 36 cp -pR $$d/$$file $(distdir) \ 37 || exit 1; \ 38 else \ 39 test -f $(distdir)/$$file \ 40 || cp -p $$d/$$file $(distdir)/$$file \ 41 || exit 1; \ 42 fi; \ 43 done 25 44 26 45 deps: … … 36 55 g++ -MD -g -c $(CXXFLAGS) $(CPPFLAGS) $< 37 56 57 distclean: clean 58 38 59 clean: 39 60 rm -f *.o *.so *~ *.d deps -
trunk/pdns/modules/mysqlbackend/Makefile.am
r7 r14 1 1 lib_LTLIBRARIES = libmysqlbackend.la 2 2 EXTRA_DIST=OBJECTFILES OBJECTLIBS 3 3 libmysqlbackend_la_SOURCES=mysqlcbackend.cc mysqlcbackend.hh 4 4 libmysqlbackend_la_LDFLAGS=-lmysqlclient -
trunk/pdns/modules/pdnsbackend/Makefile.am
r9 r14 1 1 lib_LTLIBRARIES = libpdnsbackend.la 2 EXTRA_DIST=OBJECTFILES OBJECTLIBS 2 3 3 4 libpdnsbackend_la_SOURCES=pdnsbackend.cc pdnsbackend.hh -
trunk/pdns/pdns/Makefile.am
r13 r14 2 2 AM_CPPFLAGS=-Ibackends/bind 3 3 4 EXTRA_DIST = codedocs/Makefile codedocs/doxygen.conf sampledocs/Makefile \4 EXTRA_DIST = codedocs/Makefile codedocs/doxygen.conf docs/Makefile \ 5 5 docs/gslb-operations.sgml docs/powerdns-case.sgml docs/powerdns-install.sgml \ 6 6 docs/powerdns-overview.sgml docs/powerdns-technical.sgml extra/Makefile \ 7 7 extra/null.c pdns.spec release-scripts/ debian/changelog debian/conffiles \ 8 8 debian/control debian/postinst debian/postrm debian/preinst \ 9 debian/prerm debian/rules installer \ 10 pathconfig.redhat pathconfig pathconfig.bsd pathconfig.debian docs/pdns.sgml \ 9 debian/prerm debian/rules docs/pdns.sgml \ 11 10 LICENSE choosepaths mtasker.cc COPYING 12 11 -
trunk/pdns/pdns/Makefile.in
r13 r14 90 90 AM_CPPFLAGS = -Ibackends/bind 91 91 92 EXTRA_DIST = codedocs/Makefile codedocs/doxygen.conf sampledocs/Makefile \92 EXTRA_DIST = codedocs/Makefile codedocs/doxygen.conf docs/Makefile \ 93 93 docs/gslb-operations.sgml docs/powerdns-case.sgml docs/powerdns-install.sgml \ 94 94 docs/powerdns-overview.sgml docs/powerdns-technical.sgml extra/Makefile \ 95 95 extra/null.c pdns.spec release-scripts/ debian/changelog debian/conffiles \ 96 96 debian/control debian/postinst debian/postrm debian/preinst \ 97 debian/prerm debian/rules installer \ 98 pathconfig.redhat pathconfig pathconfig.bsd pathconfig.debian docs/pdns.sgml \ 97 debian/prerm debian/rules docs/pdns.sgml \ 99 98 LICENSE choosepaths mtasker.cc COPYING 100 99