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.
16 lines
422 B
16 lines
422 B
15 years ago
|
INCLUDES= $(all_includes)
|
||
|
SUBDIRS = .
|
||
|
|
||
13 years ago
|
lib_LTLIBRARIES = libtdeeduplot.la
|
||
15 years ago
|
|
||
13 years ago
|
libtdeeduplotincludedir = $(includedir)/libtdeedu
|
||
|
libtdeeduplotinclude_HEADERS = kplotobject.h kplotaxis.h kplotwidget.h
|
||
15 years ago
|
|
||
13 years ago
|
libtdeeduplot_la_SOURCES = kplotobject.cpp kplotaxis.cpp kplotwidget.cpp
|
||
15 years ago
|
|
||
13 years ago
|
libtdeeduplot_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
|
||
|
libtdeeduplot_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
|
||
15 years ago
|
|
||
|
METASOURCES = AUTO
|
||
|
|