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.
22 lines
845 B
22 lines
845 B
15 years ago
|
check_PROGRAMS = test_extdate test_extdatepicker
|
||
|
|
||
|
INCLUDES= $(all_includes)
|
||
|
|
||
|
lib_LTLIBRARIES = libextdate.la
|
||
|
|
||
|
libextdate_la_SOURCES = extdatetime.cpp extcalendarsystem.cpp extcalendarsystemgregorian.cpp extdatetbl.cpp extdatepicker.cpp extdatetimeedit.cpp extdatewidget.cpp
|
||
|
|
||
|
libextdate_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
|
||
13 years ago
|
libextdate_la_LIBADD = $(LIB_TDEUI)
|
||
15 years ago
|
|
||
|
test_extdate_SOURCES = test_extdate.cc
|
||
|
test_extdate_LDADD = libextdate.la
|
||
13 years ago
|
test_extdate_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
||
15 years ago
|
|
||
|
test_extdatepicker_SOURCES = testwidget.cpp main.cpp
|
||
|
test_extdatepicker_LDADD = libextdate.la
|
||
13 years ago
|
test_extdatepicker_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
||
15 years ago
|
|
||
|
METASOURCES = AUTO
|
||
|
|