Changeset 153 for trunk/src


Ignore:
Timestamp:
09/22/2008 06:20:17 PM (4 years ago)
Author:
guyru
Message:

reorganize Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r149 r153  
    11bin_PROGRAMS = openyahtzee 
    2 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp DBwrapper.cpp \ 
    3         HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp \ 
    4         SettingsDB.cpp icon.xpm icon32.xpm wxDynamicBitmap.cpp About.cpp \ 
    5         UtilityFunctions.cpp ScoreDice.cpp dice_graphics.cpp \ 
    6         dice_theme_dialog.cpp 
     2openyahtzee_SOURCES = \ 
     3        About.cpp \ 
     4        DBwrapper.cpp \ 
     5        dice_graphics.cpp \ 
     6        dice_theme_dialog.cpp \ 
     7        MainFrame.cpp \ 
     8        HighScoreDialog.cpp \ 
     9        HighScoreTableDB.cpp \ 
     10        icon.xpm \ 
     11        icon32.xpm \ 
     12        openyahtzee.cpp \ 
     13        SettingsDB.cpp \ 
     14        SettingsDialog.cpp \ 
     15        ScoreDice.cpp \ 
     16        UtilityFunctions.cpp \ 
     17        wxDynamicBitmap.cpp 
    718 
    819# set the include path found by configure 
     
    1122# the library search path. 
    1223 
    13 dice_graphics =  dice/theme1/one.xpm dice/theme1/two.xpm dice/theme1/three.xpm \ 
    14         dice/theme1/four.xpm dice/theme1/five.xpm dice/theme1/six.xpm \ 
    15         dice/theme2/one.xpm dice/theme2/two.xpm dice/theme2/three.xpm \ 
    16         dice/theme2/four.xpm dice/theme2/five.xpm dice/theme2/six.xpm \ 
    17         dice/theme3/1.xpm dice/theme3/2.xpm dice/theme3/3.xpm \ 
    18         dice/theme3/4.xpm dice/theme3/5.xpm dice/theme3/6.xpm 
     24dice_graphics =  \ 
     25        dice/theme1/one.xpm \ 
     26        dice/theme1/two.xpm \ 
     27        dice/theme1/three.xpm \ 
     28        dice/theme1/four.xpm \ 
     29        dice/theme1/five.xpm \ 
     30        dice/theme1/six.xpm \ 
     31        dice/theme2/one.xpm \ 
     32        dice/theme2/two.xpm \ 
     33        dice/theme2/three.xpm \ 
     34        dice/theme2/four.xpm \ 
     35        dice/theme2/five.xpm \ 
     36        dice/theme2/six.xpm \ 
     37        dice/theme3/1.xpm \ 
     38        dice/theme3/2.xpm \ 
     39        dice/theme3/3.xpm \ 
     40        dice/theme3/4.xpm \ 
     41        dice/theme3/5.xpm \ 
     42        dice/theme3/6.xpm 
    1943 
    2044noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 
Note: See TracChangeset for help on using the changeset viewer.