You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
4.9 KiB
135 lines
4.9 KiB
AM_CPPFLAGS = -I$(top_srcdir)/kdecore -I$(top_srcdir)/kunittest $(all_includes) -DQT_NO_CAST_ASCII -DSRCDIR=\"$(srcdir)\"
|
|
|
|
check_PROGRAMS = test1 test2 test3 test4 test5 test6 test7 test8 test9 test_dpointer
|
|
|
|
CLEANFILES = test1.cpp test1.h \
|
|
test2.cpp test2.h \
|
|
test3.cpp test3.h \
|
|
test4.cpp test4.h \
|
|
test5.cpp test5.h \
|
|
test6.cpp test6.h \
|
|
test7.cpp test7.h \
|
|
test8a.cpp test8a.h test8b.cpp test8b.h \
|
|
test9.cpp test9.h \
|
|
test_dpointer.cpp test_dpointer.h \
|
|
md5sums
|
|
|
|
test1_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test1_LDADD = $(LIB_KDECORE)
|
|
test1_SOURCES = test1main.cpp test1.cpp
|
|
|
|
test2_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test2_LDADD = $(LIB_KDECORE)
|
|
test2_SOURCES = test2main.cpp test2.cpp
|
|
|
|
test3_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test3_LDADD = $(LIB_KDECORE)
|
|
test3_SOURCES = test3main.cpp test3.cpp
|
|
|
|
test4_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test4_LDADD = $(LIB_KDECORE)
|
|
test4_SOURCES = test4main.cpp test4.cpp
|
|
|
|
test5_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test5_LDADD = $(LIB_KDECORE)
|
|
test5_SOURCES = test5main.cpp test5.cpp
|
|
|
|
test6_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test6_LDADD = $(LIB_KDECORE)
|
|
test6_SOURCES = test6main.cpp test6.cpp
|
|
|
|
test7_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test7_LDADD = $(LIB_KDECORE)
|
|
test7_SOURCES = test7main.cpp test7.cpp
|
|
|
|
test8_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test8_LDADD = $(LIB_KDECORE)
|
|
test8_SOURCES = test8main.cpp test8a.cpp test8b.cpp
|
|
|
|
test9_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test9_LDADD = $(LIB_KDECORE)
|
|
test9_SOURCES = test9main.cpp test9.cpp
|
|
|
|
test_dpointer_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
test_dpointer_LDADD = $(LIB_KDECORE)
|
|
test_dpointer_SOURCES = test_dpointer_main.cpp test_dpointer.cpp
|
|
|
|
check_LTLIBRARIES = kunittest_kconfigcompiler_test.la
|
|
|
|
kunittest_kconfigcompiler_test_la_SOURCES = kconfigcompiler_test.cpp
|
|
kunittest_kconfigcompiler_test_la_LIBADD = \
|
|
$(top_builddir)/kunittest/libkunittest.la
|
|
kunittest_kconfigcompiler_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) \
|
|
$(all_libraries)
|
|
|
|
|
|
test1main.o test1.o: test1.h
|
|
# avoid running the below command in parallel
|
|
test1.cpp: test1.h
|
|
test1.cpp test1.h: $(srcdir)/test1.kcfg ../kconfig_compiler $(srcdir)/test1.kcfgc
|
|
../kconfig_compiler $(srcdir)/test1.kcfg $(srcdir)/test1.kcfgc
|
|
|
|
test2main.o test2.o: test2.h
|
|
# avoid running the below command in parallel
|
|
test2.cpp: test2.h
|
|
test2.cpp test2.h: $(srcdir)/test2.kcfg ../kconfig_compiler $(srcdir)/test2.kcfgc
|
|
../kconfig_compiler $(srcdir)/test2.kcfg $(srcdir)/test2.kcfgc
|
|
|
|
test3main.o test3.o: test3.h
|
|
# avoid running the below command in parallel
|
|
test3.cpp: test3.h
|
|
test3.cpp test3.h: $(srcdir)/test3.kcfg ../kconfig_compiler $(srcdir)/test3.kcfgc
|
|
../kconfig_compiler $(srcdir)/test3.kcfg $(srcdir)/test3.kcfgc
|
|
|
|
test4main.o test4.o: test4.h
|
|
# avoid running the below command in parallel
|
|
test4.cpp: test4.h
|
|
test4.cpp test4.h: $(srcdir)/test4.kcfg ../kconfig_compiler $(srcdir)/test4.kcfgc
|
|
../kconfig_compiler $(srcdir)/test4.kcfg $(srcdir)/test4.kcfgc
|
|
|
|
test5main.o test5.o: test5.h
|
|
# avoid running the below command in parallel
|
|
test5.cpp: test5.h
|
|
test5.cpp test5.h: $(srcdir)/test5.kcfg ../kconfig_compiler $(srcdir)/test5.kcfgc
|
|
../kconfig_compiler $(srcdir)/test5.kcfg $(srcdir)/test5.kcfgc
|
|
|
|
test6main.o test6.o: test6.h
|
|
# avoid running the below command in parallel
|
|
test6.cpp: test6.h
|
|
test6.cpp test6.h: $(srcdir)/test6.kcfg ../kconfig_compiler $(srcdir)/test6.kcfgc
|
|
../kconfig_compiler $(srcdir)/test6.kcfg $(srcdir)/test6.kcfgc
|
|
|
|
test7main.o test7.o: test7.h
|
|
# avoid running the below command in parallel
|
|
test7.cpp: test7.h
|
|
test7.cpp test7.h: $(srcdir)/test7.kcfg ../kconfig_compiler $(srcdir)/test7.kcfgc
|
|
../kconfig_compiler $(srcdir)/test7.kcfg $(srcdir)/test7.kcfgc
|
|
|
|
test8main.o test8a.o test8b.o: test8a.h test8b.h
|
|
# avoid running the below command in parallel
|
|
test8a.cpp: test8a.h
|
|
test8a.cpp test8a.h: $(srcdir)/test8a.kcfg ../kconfig_compiler $(srcdir)/test8a.kcfgc
|
|
../kconfig_compiler $(srcdir)/test8a.kcfg $(srcdir)/test8a.kcfgc
|
|
test8b.cpp: test8b.h
|
|
test8b.cpp test8b.h: $(srcdir)/test8b.kcfg ../kconfig_compiler $(srcdir)/test8b.kcfgc
|
|
../kconfig_compiler $(srcdir)/test8b.kcfg $(srcdir)/test8b.kcfgc
|
|
|
|
test9main.o test9.o: test9.h
|
|
# avoid running the below command in parallel
|
|
test9.cpp: test9.h
|
|
test9.cpp test9.h: $(srcdir)/test9.kcfg ../kconfig_compiler $(srcdir)/test9.kcfgc
|
|
../kconfig_compiler $(srcdir)/test9.kcfg $(srcdir)/test9.kcfgc
|
|
|
|
test_dpointer_main.o test_dpointer.o: test_dpointer.h
|
|
# avoid running the below command in parallel
|
|
test_dpointer.cpp: test_dpointer.h
|
|
test_dpointer.cpp test_dpointer.h: $(srcdir)/test_dpointer.kcfg ../kconfig_compiler $(srcdir)/test_dpointer.kcfgc
|
|
../kconfig_compiler $(srcdir)/test_dpointer.kcfg $(srcdir)/test_dpointer.kcfgc
|
|
|
|
md5sums:
|
|
$(MD5SUM) $(srcdir)/test*.ref | sed -e "s,$(srcdir)/,,; s,\.ref$$,," > md5sums
|
|
|
|
md5check: test1.cpp test2.cpp test3.cpp test4.cpp test5.cpp test6.cpp test7.cpp test8a.cpp test8b.cpp test9.cpp md5sums
|
|
$(MD5SUM) -c md5sums
|
|
|