Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/Makefile.in

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

revision 1.3 by orrisroot, Thu Mar 17 15:52:11 2005 UTC revision 1.4 by orrisroot, Thu Mar 17 16:21:10 2005 UTC
# Line 185  AUTOMAKE_OPTIONS = 1.5 Line 185  AUTOMAKE_OPTIONS = 1.5
185  lib_LTLIBRARIES = XNPAL.la  lib_LTLIBRARIES = XNPAL.la
186  XNPAL_la_SOURCES = $(libxnpal_sources) $(xnpal_sources)  XNPAL_la_SOURCES = $(libxnpal_sources) $(xnpal_sources)
187  XNPAL_la_LIBADD = $(XNPAL_LIBADD) $(PHP_LIBS)  XNPAL_la_LIBADD = $(XNPAL_LIBADD) $(PHP_LIBS)
188  XNPAL_la_LDFLAGS = $(PHP_LDFLAGS) -no-undefined -module -avoid-version  XNPAL_la_LDFLAGS = $(LDFLAGS) $(PHP_LDFLAGS) -no-undefined -module -avoid-version
189    
190  libxnpal_sources = \  libxnpal_sources = \
191          account.h \          account.h \
# Line 229  EXTRA_DIST = \ Line 229  EXTRA_DIST = \
229          bootstrap.sh \          bootstrap.sh \
230          Makefile.w32 \          Makefile.w32 \
231          xnpal.doxygen \          xnpal.doxygen \
232          xnpalw32.cc \          iowin32.c \
233            iowin32.h \
234            md5/global.h \
235            md5/md5.c \
236            md5/md5.h \
237          macros/libiodbc.m4 \          macros/libiodbc.m4 \
238          macros/libtool.m4 \          macros/libtool.m4 \
239          macros/libiodbc.m4 \          macros/libiodbc.m4 \
# Line 308  DIST_COMMON = $(srcdir)/Makefile.in $(sr Line 312  DIST_COMMON = $(srcdir)/Makefile.in $(sr
312          aclocal.m4 config.h.in config/config.guess config/config.sub \          aclocal.m4 config.h.in config/config.guess config/config.sub \
313          config/depcomp config/install-sh config/ltmain.sh \          config/depcomp config/install-sh config/ltmain.sh \
314          config/missing config/mkinstalldirs configure configure.in \          config/missing config/mkinstalldirs configure configure.in \
315          install-sh missing mkinstalldirs xnpal-config.in          xnpal-config.in
316  SOURCES = $(XNPAL_la_SOURCES)  SOURCES = $(XNPAL_la_SOURCES)
317    
318  all: config.h  all: config.h
# Line 551  distcleancheck_listfiles = find . -type Line 555  distcleancheck_listfiles = find . -type
555  distdir: $(DISTFILES)  distdir: $(DISTFILES)
556          $(am__remove_distdir)          $(am__remove_distdir)
557          mkdir $(distdir)          mkdir $(distdir)
558          $(mkinstalldirs) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/test $(distdir)/testphp          $(mkinstalldirs) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/md5 $(distdir)/test $(distdir)/testphp
559          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
560          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
561          list='$(DISTFILES)'; for file in $$list; do \          list='$(DISTFILES)'; for file in $$list; do \

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26