source: trunk/src/Makefile.am @ 206

Last change on this file since 206 was 206, checked in by guyru, 4 years ago

initial working code of simple pie plot

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 898 bytes
Line 
1bin_PROGRAMS = openyahtzee
2openyahtzee_SOURCES = \
3        about.cpp \
4        about.h \
5        ../config.h \
6        configuration.cpp \
7        configuration.h \
8        MainFrame.cpp \
9        highscores_dialog.cpp \
10        highscores_dialog.h \
11        icon32.xpm \
12        icon64.xpm \
13        openyahtzee.cpp \
14        settings_dialog.cpp \
15        settings_dialog.h \
16        ScoreDice.cpp \
17        simple_histogram.cpp \
18        simple_pie_plot.cpp \
19        statistics.cpp \
20        statistics_dialog.cpp \
21        wxDynamicBitmap.cpp \
22        one.xpm \
23        two.xpm \
24        three.xpm \
25        four.xpm \
26        five.xpm \
27        six.xpm
28
29# set the include path found by configure
30AM_CPPFLAGS = $(all_includes)
31
32# the library search path.
33
34noinst_HEADERS = \
35        openyahtzee.ico \
36        MainFrame.h \
37        ScoreDice.h \
38        simple_histogram.h \
39        simple_pie_plot.h \
40        statistics.h \
41        statistics_dialog.h \
42        wxDynamicBitmap.h \
43        ../openyahtzee.vcproj \
44        ../openyahtzee.sln \
45        openyahtzee.ico \
46        openyahtzee.rc
47
48AM_CXXFLAGS = @WX_CXXFLAGS@
49openyahtzee_LDADD = @WX_LIBS@
Note: See TracBrowser for help on using the repository browser.