1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# Makefile.in generated by unsermake
####################################
top_builddir = ..
top_srcdir = @top_srcdir@
srcdir = @srcdir@
.FORWARDS: all install install-data install-exec clean check force-reedit
all:
@echo 'WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!'
unsermake all
install:
@echo 'WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!'
unsermake install
install-data:
@echo 'WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!'
unsermake install-data
install-exec:
@echo 'WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!'
unsermake install-exec
clean:
@echo 'WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!'
unsermake clean
check:
@echo 'WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!'
unsermake check
force-reedit:
@echo 'WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!'
unsermake force-reedit
$(top_builddir)/fileplugin/Makefile: $(top_builddir)/config.status $(top_srcdir)/fileplugin/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status fileplugin/Makefile
all: $(top_builddir)/fileplugin/Makefile
final:
unsermake -C $(top_builddir)/fileplugin UNSERMAKE_FORCE_FINAL=1 kfile_kbarcode.la
METASOURCES = kfile_kbarcode=./kfile_kbarcode.h=kfile_kbarcode.cpp
__um_includes_kfile_kbarcode.h = kfile_kbarcode.cpp
__um_includes_kfile_kbarcode.moc = kfile_kbarcode.cpp
__um_includes_kfilemetainfo.h = kfile_kbarcode.cpp
__um_includes_kgenericfactory.h = kfile_kbarcode.cpp
__um_includes_klocale.h = kfile_kbarcode.cpp
__um_includes_qdom.h = kfile_kbarcode.cpp
__um_includes_qfile.h = kfile_kbarcode.cpp
.PHONY: all final
|