2010-02-04 13:33:47 +02:00
|
|
|
bin_PROGRAMS = gmenu2x
|
2010-06-17 20:37:21 +03:00
|
|
|
|
2010-05-03 23:21:36 +03:00
|
|
|
gmenu2x_SOURCES = asfont.cpp button.cpp cpu.cpp dirdialog.cpp filedialog.cpp \
|
|
|
|
filelister.cpp gmenu2x.cpp iconbutton.cpp imagedialog.cpp inputdialog.cpp \
|
2010-06-19 04:21:25 +03:00
|
|
|
inputmanager.cpp linkaction.cpp linkapp.cpp link.cpp \
|
2010-05-03 23:21:36 +03:00
|
|
|
menu.cpp menusettingbool.cpp menusetting.cpp menusettingdir.cpp \
|
|
|
|
menusettingfile.cpp menusettingimage.cpp menusettingint.cpp \
|
|
|
|
menusettingmultistring.cpp menusettingrgba.cpp menusettingstring.cpp \
|
2010-06-19 06:04:26 +03:00
|
|
|
messagebox.cpp selector.cpp \
|
2010-05-03 23:21:36 +03:00
|
|
|
settingsdialog.cpp sfontplus.cpp surfacecollection.cpp surface.cpp \
|
|
|
|
textdialog.cpp textmanualdialog.cpp touchscreen.cpp translator.cpp \
|
2010-06-19 04:21:25 +03:00
|
|
|
utilities.cpp wallpaperdialog.cpp \
|
2010-05-05 15:35:52 +03:00
|
|
|
browsedialog.cpp buttonbox.cpp dialog.cpp
|
2010-02-04 13:33:47 +02:00
|
|
|
|
2010-05-03 23:21:36 +03:00
|
|
|
noinst_HEADERS = asfont.h button.h cpu.h dirdialog.h FastDelegate.h \
|
|
|
|
filedialog.h filelister.h gmenu2x.h gp2x.h iconbutton.h imagedialog.h \
|
|
|
|
inputdialog.h inputmanager.h jz4740.h linkaction.h linkapp.h link.h \
|
2010-06-19 04:21:25 +03:00
|
|
|
menu.h menusettingbool.h menusettingdir.h \
|
2010-05-03 23:21:36 +03:00
|
|
|
menusettingfile.h menusetting.h menusettingimage.h menusettingint.h \
|
|
|
|
menusettingmultistring.h menusettingrgba.h menusettingstring.h \
|
2010-06-19 06:04:26 +03:00
|
|
|
messagebox.h selector.h settingsdialog.h \
|
2010-05-03 23:21:36 +03:00
|
|
|
sfontplus.h surfacecollection.h surface.h textdialog.h textmanualdialog.h \
|
|
|
|
touchscreen.h translator.h utilities.h wallpaperdialog.h \
|
2010-06-17 20:37:21 +03:00
|
|
|
browsedialog.h buttonbox.h dialog.h
|
2010-02-04 13:33:47 +02:00
|
|
|
|
2010-05-03 23:21:36 +03:00
|
|
|
AM_CFLAGS= @CFLAGS@ @SDL_CFLAGS@
|
|
|
|
|
2010-06-19 03:35:57 +03:00
|
|
|
AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ -Isparsehash-1.6/src -DTARGET_GP2X \
|
|
|
|
-Wall -Wextra -Wundef -Wunused-macros
|
2010-02-04 13:33:47 +02:00
|
|
|
|
2010-06-19 05:31:35 +03:00
|
|
|
gmenu2x_LDADD = @LIBS@ @SDL_LIBS@ -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
|
2010-02-04 13:33:47 +02:00
|
|
|
|
2010-06-19 05:31:35 +03:00
|
|
|
gmenu2x_LDFLAGS = -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
|
2010-02-04 13:33:47 +02:00
|
|
|
|
2010-06-19 05:31:35 +03:00
|
|
|
gmenu2x_LIBS = @LIBS@ @SDL_LIBS@ -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
|