Root/
| 1 | bin_PROGRAMS = gmenu2x |
| 2 | |
| 3 | gmenu2x_SOURCES = asfont.cpp button.cpp cpu.cpp dirdialog.cpp filedialog.cpp \ |
| 4 | filelister.cpp gmenu2x.cpp iconbutton.cpp imagedialog.cpp inputdialog.cpp \ |
| 5 | inputmanager.cpp linkaction.cpp linkapp.cpp link.cpp \ |
| 6 | menu.cpp menusettingbool.cpp menusetting.cpp menusettingdir.cpp \ |
| 7 | menusettingfile.cpp menusettingimage.cpp menusettingint.cpp \ |
| 8 | menusettingmultistring.cpp menusettingrgba.cpp menusettingstring.cpp \ |
| 9 | menusettingstringbase.cpp \ |
| 10 | messagebox.cpp selector.cpp \ |
| 11 | settingsdialog.cpp surfacecollection.cpp surface.cpp \ |
| 12 | textdialog.cpp textmanualdialog.cpp touchscreen.cpp translator.cpp \ |
| 13 | utilities.cpp wallpaperdialog.cpp \ |
| 14 | browsedialog.cpp buttonbox.cpp dialog.cpp \ |
| 15 | imageio.cpp powersaver.cpp |
| 16 | |
| 17 | noinst_HEADERS = asfont.h button.h cpu.h dirdialog.h FastDelegate.h \ |
| 18 | filedialog.h filelister.h gmenu2x.h gp2x.h iconbutton.h imagedialog.h \ |
| 19 | inputdialog.h inputmanager.h linkaction.h linkapp.h link.h \ |
| 20 | menu.h menusettingbool.h menusettingdir.h \ |
| 21 | menusettingfile.h menusetting.h menusettingimage.h menusettingint.h \ |
| 22 | menusettingmultistring.h menusettingrgba.h menusettingstring.h \ |
| 23 | menusettingstringbase.h \ |
| 24 | messagebox.h selector.h settingsdialog.h \ |
| 25 | surfacecollection.h surface.h textdialog.h textmanualdialog.h \ |
| 26 | touchscreen.h translator.h utilities.h wallpaperdialog.h \ |
| 27 | browsedialog.h buttonbox.h dialog.h \ |
| 28 | imageio.h powersaver.h |
| 29 | |
| 30 | AM_CFLAGS= @CFLAGS@ @SDL_CFLAGS@ |
| 31 | |
| 32 | AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ -DTARGET_GP2X \ |
| 33 | -fno-exceptions \ |
| 34 | -Wall -Wextra -Wundef -Wunused-macros |
| 35 | |
| 36 | gmenu2x_LDADD = @LIBS@ @SDL_LIBS@ |
| 37 |
Branches:
install_locations
master
opkrun
packages
