diff options
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/tqt/Makefile.am | 2 | ||||
-rw-r--r-- | smoke/tqt/Makefile.in | 8 | ||||
-rw-r--r-- | smoke/tqt/tqt_smoke.h (renamed from smoke/tqt/qt_smoke.h) | 0 | ||||
-rw-r--r-- | smoke/tqt/tqtguess.pl.in (renamed from smoke/tqt/qtguess.pl.in) | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/smoke/tqt/Makefile.am b/smoke/tqt/Makefile.am index 7454a91..df5d151 100644 --- a/smoke/tqt/Makefile.am +++ b/smoke/tqt/Makefile.am @@ -3,7 +3,7 @@ lib_LTLIBRARIES = libsmoketqt.la # set the include path for X, qt and KDE INCLUDES = -I$(srcdir)/.. $(all_includes) -EXTRA_DIST=generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am Makefile.in +EXTRA_DIST=generate.pl.in tqtguess.pl.in tqt_smoke.h Makefile.am Makefile.in # the library search path. libsmoketqt_la_LDFLAGS = -version-info 3:1:2 -no-undefined $(all_libraries) $(GL_CFLAGS) $(KDE_RPATH) diff --git a/smoke/tqt/Makefile.in b/smoke/tqt/Makefile.in index 7e318af..9250157 100644 --- a/smoke/tqt/Makefile.in +++ b/smoke/tqt/Makefile.in @@ -198,7 +198,7 @@ lib_LTLIBRARIES = libsmoketqt.la # set the include path for X, qt and KDE INCLUDES = -I$(srcdir)/.. $(all_includes) -EXTRA_DIST = generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am Makefile.in +EXTRA_DIST = generate.pl.in tqtguess.pl.in tqt_smoke.h Makefile.am Makefile.in # the library search path. #>- libsmoketqt_la_LDFLAGS = -version-info 3:1:2 -no-undefined $(all_libraries) $(GL_CFLAGS) $(KDE_RPATH) @@ -216,7 +216,7 @@ libsmoketqt_la_SOURCES = smokedata.cpp x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x subdir = smoke/tqt mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = qtguess.pl generate.pl +CONFIG_CLEAN_FILES = tqtguess.pl generate.pl LTLIBRARIES = $(lib_LTLIBRARIES) libsmoketqt_la_DEPENDENCIES = @@ -289,7 +289,7 @@ CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ DIST_SOURCES = $(libsmoketqt_la_SOURCES) -DIST_COMMON = Makefile.am Makefile.in generate.pl.in qtguess.pl.in +DIST_COMMON = Makefile.am Makefile.in generate.pl.in tqtguess.pl.in SOURCES = $(libsmoketqt_la_SOURCES) #>- all: all-am @@ -307,7 +307,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && perl admin/am_edit PerlTQt-3.008/smoke/tqt/Makefile.in Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) -qtguess.pl: $(top_builddir)/config.status qtguess.pl.in +tqtguess.pl: $(top_builddir)/config.status tqtguess.pl.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ generate.pl: $(top_builddir)/config.status generate.pl.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ diff --git a/smoke/tqt/qt_smoke.h b/smoke/tqt/tqt_smoke.h index 3ca29df..3ca29df 100644 --- a/smoke/tqt/qt_smoke.h +++ b/smoke/tqt/tqt_smoke.h diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/tqtguess.pl.in index 1ebe87b..c4758c1 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/tqtguess.pl.in @@ -1,6 +1,6 @@ #!/usr/bin/perl -# qtguess.pl : check how TQt was compiled. Issue a list of all defined TQT_NO_* macros, one per line. +# tqtguess.pl : check how TQt was compiled. Issue a list of all defined TQT_NO_* macros, one per line. # # author: germain Garand <germain@ebooksfrance.com> # licence: GPL v.2 |