Root/
| 1 | bin_PROGRAMS = gmenu2x |
| 2 | |
| 3 | gmenu2x_SOURCES = font.cpp cpu.cpp dirdialog.cpp filedialog.cpp \ |
| 4 | filelister.cpp gmenu2x.cpp iconbutton.cpp imagedialog.cpp inputdialog.cpp \ |
| 5 | inputmanager.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 monitor.cpp mediamonitor.cpp clock.cpp \ |
| 16 | helppopup.cpp contextmenu.cpp background.cpp battery.cpp |
| 17 | |
| 18 | noinst_HEADERS = font.h cpu.h dirdialog.h \ |
| 19 | filedialog.h filelister.h gmenu2x.h gp2x.h iconbutton.h imagedialog.h \ |
| 20 | inputdialog.h inputmanager.h linkapp.h link.h \ |
| 21 | menu.h menusettingbool.h menusettingdir.h \ |
| 22 | menusettingfile.h menusetting.h menusettingimage.h menusettingint.h \ |
| 23 | menusettingmultistring.h menusettingrgba.h menusettingstring.h \ |
| 24 | menusettingstringbase.h \ |
| 25 | messagebox.h selector.h settingsdialog.h \ |
| 26 | surfacecollection.h surface.h textdialog.h textmanualdialog.h \ |
| 27 | touchscreen.h translator.h utilities.h wallpaperdialog.h \ |
| 28 | browsedialog.h buttonbox.h dialog.h \ |
| 29 | imageio.h powersaver.h monitor.h mediamonitor.h clock.h \ |
| 30 | layer.h helppopup.h contextmenu.h background.h battery.h |
| 31 | |
| 32 | AM_CFLAGS= @CFLAGS@ @SDL_CFLAGS@ |
| 33 | |
| 34 | AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ \ |
| 35 | -fno-exceptions \ |
| 36 | -Wall -Wextra -Wundef -Wunused-macros -std=c++11 |
| 37 | |
| 38 | gmenu2x_LDADD = @LIBS@ @SDL_LIBS@ |
| 39 |
Branches:
install_locations
master
opkrun
packages
