~gnaservicesinc/tpad-project/6.x

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Andrew Joseph Smith
  • Date: 2016-08-11 02:07:54 UTC
  • Revision ID: andrew@gnaservicesinc.com-20160811020754-xbyktseivjmbuut5
Mis bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
DIST_SUBDIRS = $(SUBDIRS)
193
193
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
194
194
        COPYING ChangeLog INSTALL NEWS README compile config.guess \
195
 
        config.sub depcomp install-sh ltmain.sh mdate-sh missing \
196
 
        mkinstalldirs py-compile texinfo.tex ylwrap
 
195
        config.sub install-sh ltmain.sh mdate-sh missing mkinstalldirs \
 
196
        py-compile texinfo.tex ylwrap
197
197
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198
198
distdir = $(PACKAGE)-$(VERSION)
199
199
top_distdir = $(distdir)
297
297
LIPO = @LIPO@
298
298
LN_S = @LN_S@
299
299
LTLIBOBJS = @LTLIBOBJS@
 
300
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
300
301
MAGIC_INCLUDES = @MAGIC_INCLUDES@
301
302
MAGIC_LIBS = @MAGIC_LIBS@
302
303
MAKEINFO = @MAKEINFO@
388
389
prefix = @prefix@
389
390
program_transform_name = @program_transform_name@
390
391
psdir = @psdir@
 
392
runstatedir = @runstatedir@
391
393
sbindir = @sbindir@
392
394
sharedstatedir = @sharedstatedir@
393
395
srcdir = @srcdir@