2009-01-04 10:01:49 +01:00
|
|
|
noinst_LIBRARIES = libresrc.a
|
2009-07-25 11:35:44 +02:00
|
|
|
|
2010-03-03 01:44:17 +01:00
|
|
|
libresrc_a_SOURCES = libresrc.cpp libresrc.h
|
|
|
|
nodist_libresrc_a_SOURCES = bitmap.cpp bitmap.h default_config.cpp default_config.h
|
2009-07-25 11:35:44 +02:00
|
|
|
libresrc_a_CPPFLAGS = @WX_CPPFLAGS@
|
2009-01-06 15:21:15 +01:00
|
|
|
|
2010-03-03 01:44:17 +01:00
|
|
|
BUILT_SOURCES = bitmap.cpp default_config.cpp
|
2009-08-06 23:26:27 +02:00
|
|
|
|
2010-03-03 01:44:17 +01:00
|
|
|
bitmap.cpp: ../../tools/common-respack
|
|
|
|
../../tools/common-respack bitmap.cpp ../bitmaps/16 ../bitmaps/24 ../bitmaps/misc/splash.png ../bitmaps/misc/wxicon.png
|
|
|
|
|
|
|
|
default_config.cpp: ../../tools/common-respack
|
|
|
|
../../tools/common-respack default_config.cpp ./default_mru.json
|
|
|
|
|
|
|
|
EXTRA_DIST = mru.json
|
|
|
|
|
|
|
|
CLEANFILES= \
|
|
|
|
bitmap.cpp \
|
|
|
|
bitmap.h \
|
|
|
|
default_config.cpp \
|
|
|
|
default_config.h
|